Skip to content

Commit da91d3d

Browse files
Update Rust crate anyhow to v1.0.97
1 parent be61217 commit da91d3d

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ name = "crates_io"
4747
doctest = true
4848

4949
[dependencies]
50-
anyhow = "=1.0.96"
50+
anyhow = "=1.0.97"
5151
async-compression = { version = "=0.4.20", default-features = false, features = ["gzip", "tokio"] }
5252
async-trait = "=0.1.86"
5353
aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] }

crates/crates_io_cdn_logs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.96"
11+
anyhow = "=1.0.97"
1212
async-compression = { version = "=0.4.20", features = ["gzip", "tokio", "zstd"] }
1313
chrono = { version = "=0.4.40", features = ["serde"] }
1414
derive_more = { version = "=2.0.1", features = ["deref"] }

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.96"
11+
anyhow = "=1.0.97"
1212
chrono = { version = "=0.4.40", default-features = false, features = ["clock", "serde"] }
1313
flate2 = "=1.1.0"
1414
minijinja = "=2.7.0"

crates/crates_io_env_vars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.96"
11+
anyhow = "=1.0.97"
1212
dotenvy = "=0.15.7"
1313

1414
[dev-dependencies]

crates/crates_io_github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workspace = true
1111
mock = ["dep:mockall"]
1212

1313
[dependencies]
14-
anyhow = "=1.0.96"
14+
anyhow = "=1.0.97"
1515
async-trait = "=0.1.86"
1616
mockall = { version = "=0.13.1", optional = true }
1717
oauth2 = { version = "=5.0.0", default-features = false }

crates/crates_io_index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "lib.rs"
1616
testing = []
1717

1818
[dependencies]
19-
anyhow = "=1.0.96"
19+
anyhow = "=1.0.97"
2020
base64 = "=0.22.1"
2121
crates_io_env_vars = { path = "../crates_io_env_vars" }
2222
git2 = "=0.20.0"

crates/crates_io_pagerduty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.96"
11+
anyhow = "=1.0.97"
1212
reqwest = { version = "=0.12.12", features = ["gzip", "json"] }
1313
secrecy = "=0.10.3"
1414
serde = { version = "=1.0.218", features = ["derive"] }

crates/crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.96"
11+
anyhow = "=1.0.97"
1212
bytes = "=1.10.0"
1313
clap = { version = "=4.5.31", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crates_io_index = { path = "../crates_io_index" }

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ krata-tokio-tar = "=0.4.2"
2424
futures-util = "=0.3.31"
2525

2626
[dev-dependencies]
27-
anyhow = "=1.0.96"
27+
anyhow = "=1.0.97"
2828
claims = "=0.8.0"
2929
clap = { version = "=4.5.31", features = ["derive", "unicode", "wrap_help"] }
3030
flate2 = { version = "=1.1.0" }

0 commit comments

Comments
 (0)