Upgrade simplelog to version 0.11

This commit is contained in:
Joakim Frostegård 2021-11-19 03:06:02 +01:00
parent fee3c9ca4e
commit 31e44db469
2 changed files with 3 additions and 3 deletions

View file

@ -10,5 +10,5 @@ repository = "https://github.com/greatest-ape/aquatic"
[dependencies]
anyhow = "1"
serde = { version = "1", features = ["derive"] }
simplelog = "0.10"
simplelog = "0.11"
toml = "0.5"