diff --git a/Cargo.lock b/Cargo.lock index 4e5b8b7a7..5247e9132 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,9 +49,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.14" +version = "0.6.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" +checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" dependencies = [ "anstyle", "anstyle-parse", diff --git a/Cargo.toml b/Cargo.toml index 109a7fb29..686727ad0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ futures = "0.3" rlimit = "0.10.1" log = "0.4.22" env_logger = "0.11.5" -anstream = "=0.6.14" +anstream = "=0.6.15" dirs = "5.0.1" gcd = "2.0.1" rand = "0.8.5"