Skip to content

Commit 80cbc43

Browse files
authored
Merge pull request #3201 from rust-lang/renovate/anyhow-1.x
Update Rust crate anyhow to 1.0.69
2 parents 52b9e6d + b21ce08 commit 80cbc43

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ no-self-update = []
2626

2727
# Sorted by alphabetic order
2828
[dependencies]
29-
anyhow = "1.0.68"
29+
anyhow = "1.0.69"
3030
cfg-if = "1.0"
3131
chrono = "0.4"
3232
clap = {version = "2", features = ["wrap_help"]}

download/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ reqwest-default-tls = ["reqwest/default-tls"]
1616
reqwest-rustls-tls = ["reqwest/rustls-tls-native-roots"]
1717

1818
[dependencies]
19-
anyhow = "1.0.68"
19+
anyhow = "1.0.69"
2020
curl = {version = "0.4.11", optional = true}
2121
env_proxy = {version = "0.4.1", optional = true}
2222
lazy_static = {version = "1.0", optional = true}

0 commit comments

Comments
 (0)