mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-22 08:12:44 +00:00
Bump anyhow from 1.0.79 to 1.0.80 (#1941)
This commit is contained in:
parent
7e0d9b2cea
commit
8ff6182815
4 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -123,9 +123,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anyhow"
|
name = "anyhow"
|
||||||
version = "1.0.79"
|
version = "1.0.80"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
|
checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "arc-swap"
|
name = "arc-swap"
|
||||||
|
|
|
@ -18,7 +18,7 @@ license = "MIT OR Apache-2.0"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
anstream = { version = "0.6.5" }
|
anstream = { version = "0.6.5" }
|
||||||
anyhow = { version = "1.0.79" }
|
anyhow = { version = "1.0.80" }
|
||||||
async-compression = { version = "0.4.6" }
|
async-compression = { version = "0.4.6" }
|
||||||
async-trait = { version = "0.1.77" }
|
async-trait = { version = "0.1.77" }
|
||||||
async_http_range_reader = { version = "0.7.0" }
|
async_http_range_reader = { version = "0.7.0" }
|
||||||
|
|
|
@ -29,7 +29,7 @@ unscanny = { workspace = true }
|
||||||
url = { workspace = true }
|
url = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
anyhow = { version = "1.0.79" }
|
anyhow = { version = "1.0.80" }
|
||||||
assert_fs = { version = "1.1.1" }
|
assert_fs = { version = "1.1.1" }
|
||||||
indoc = { version = "2.0.4" }
|
indoc = { version = "2.0.4" }
|
||||||
insta = { version = "1.34.0", features = ["filters"] }
|
insta = { version = "1.34.0", features = ["filters"] }
|
||||||
|
|
|
@ -34,7 +34,7 @@ tracing = { workspace = true }
|
||||||
which = { workspace = true}
|
which = { workspace = true}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
anyhow = { version = "1.0.79" }
|
anyhow = { version = "1.0.80" }
|
||||||
indoc = { version = "2.0.4" }
|
indoc = { version = "2.0.4" }
|
||||||
insta = { version = "1.34.0" }
|
insta = { version = "1.34.0" }
|
||||||
itertools = { version = "0.12.1" }
|
itertools = { version = "0.12.1" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue