diff --git a/Cargo.lock b/Cargo.lock index c344e0911..969646454 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1189,9 +1189,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.28" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" dependencies = [ "value-bag", ] @@ -2092,9 +2092,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "value-bag" -version = "1.10.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2" +checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0" [[package]] name = "version_check" diff --git a/Cargo.toml b/Cargo.toml index c6d47183e..c1c436f2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ colored = "3.0.0" async-std = "1.13.2" futures = "0.3" rlimit = "0.10.2" -log = "0.4.28" +log = "0.4.29" env_logger = "0.11.8" anstream = "=0.6.20" dirs = "6.0.0"