Upgrade simplelog

This commit is contained in:
Joakim Frostegård 2021-08-15 22:33:28 +02:00
parent 32541c5c15
commit e2897ed90b
3 changed files with 13 additions and 6 deletions

View file

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