diff --git a/Cargo.lock b/Cargo.lock index 0969c54..1bbef51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1194,9 +1194,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" +checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece" dependencies = [ "humantime", "is-terminal", diff --git a/Cargo.toml b/Cargo.toml index b4e309c..1c445cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde_millis = "0.1.1" base64 = "0.21.5" humantime-serde = "1.1.1" postcard = { version = "1.0.8", features = ["use-std"] } -env_logger = { version = "0.10.0", features = [] } +env_logger = { version = "0.10.1", features = [] } log = "0.4.20" rand = "0.8.5" keepass = { git = "https://github.com/lixmal/keepass-rs", features = ["serialization", "save_kdbx4"] }