Bump anyhow from 1.0.79 to 1.0.80 (#1941)

This commit is contained in:
dependabot[bot] 2024-02-23 14:01:40 -06:00 committed by GitHub
parent 7e0d9b2cea
commit 8ff6182815
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -123,9 +123,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.79"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1"
[[package]]
name = "arc-swap"

View file

@ -18,7 +18,7 @@ license = "MIT OR Apache-2.0"
[workspace.dependencies]
anstream = { version = "0.6.5" }
anyhow = { version = "1.0.79" }
anyhow = { version = "1.0.80" }
async-compression = { version = "0.4.6" }
async-trait = { version = "0.1.77" }
async_http_range_reader = { version = "0.7.0" }

View file

@ -29,7 +29,7 @@ unscanny = { workspace = true }
url = { workspace = true }
[dev-dependencies]
anyhow = { version = "1.0.79" }
anyhow = { version = "1.0.80" }
assert_fs = { version = "1.1.1" }
indoc = { version = "2.0.4" }
insta = { version = "1.34.0", features = ["filters"] }

View file

@ -34,7 +34,7 @@ tracing = { workspace = true }
which = { workspace = true}
[dev-dependencies]
anyhow = { version = "1.0.79" }
anyhow = { version = "1.0.80" }
indoc = { version = "2.0.4" }
insta = { version = "1.34.0" }
itertools = { version = "0.12.1" }