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

6
Cargo.lock generated
View file

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.16.0"
@ -1491,9 +1493,9 @@ dependencies = [
[[package]]
name = "simplelog"
version = "0.9.0"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
checksum = "59d0fe306a0ced1c88a58042dc22fc2ddd000982c26d75f6aa09a394547c41e0"
dependencies = [
"chrono",
"log",