diff --git a/Cargo.lock b/Cargo.lock index 35553ffb1..b43c53a73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,9 +49,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.17" +version = "0.6.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23a1e53f0f5d86382dafe1cf314783b2044280f406e7e1506368220ad11b1338" +checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" dependencies = [ "anstyle", "anstyle-parse", diff --git a/Cargo.toml b/Cargo.toml index f48543997..4692da959 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ futures = "0.3" rlimit = "0.10.2" log = "0.4.22" env_logger = "0.11.5" -anstream = "=0.6.17" +anstream = "=0.6.18" dirs = "5.0.1" gcd = "2.0.1" rand = "0.8.5"