Bump anstream from 0.6.12 to 0.6.13 (#2177)

This commit is contained in:
dependabot[bot] 2024-03-04 16:16:10 -06:00 committed by GitHub
parent fbe043b093
commit 9fcffae084
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -75,9 +75,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "anstream"
version = "0.6.12"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b09b5178381e0874812a9b157f7fe84982617e48f71f4e3235482775e5b540"
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
dependencies = [
"anstyle",
"anstyle-parse",

View File

@ -17,7 +17,7 @@ authors = ["uv"]
license = "MIT OR Apache-2.0"
[workspace.dependencies]
anstream = { version = "0.6.12" }
anstream = { version = "0.6.13" }
anyhow = { version = "1.0.80" }
async-compression = { version = "0.4.6" }
async-trait = { version = "0.1.77" }