diff --git a/Cargo.lock b/Cargo.lock index 85f66e39..ce3e0383 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1480,9 +1480,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b2736f58087298a448859961d3f4a0850b832e72619d75adc69da7993c2cd3c" +checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720" dependencies = [ "chrono", "log", diff --git a/Cargo.toml b/Cargo.toml index 3bc7fdbf..e07be6ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tinytemplate = "1.2.0" tokio = { version = "0.2.24", features = [ "macros" ] } log = "0.4.13" structopt = "0.3.21" -simplelog = "0.8.0" +simplelog = "0.9.0" anyhow = "1.0.35" reqwest = "0.10.10" tempdir = "0.3.7"