Skip to content

Commit dc2acb9

Browse files
Update Rust crate anyhow to v1.0.99
1 parent bc421ae commit dc2acb9

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
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
@@ -48,7 +48,7 @@ doctest = true
4848

4949
[dependencies]
5050
aes-gcm = { version = "=0.10.3", features = ["std"] }
51-
anyhow = "=1.0.98"
51+
anyhow = "=1.0.99"
5252
astral-tokio-tar = "=0.5.2"
5353
async-compression = { version = "=0.4.27", default-features = false, features = ["gzip", "tokio"] }
5454
async-trait = "=0.1.88"

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 = "2024"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.98"
11+
anyhow = "=1.0.99"
1212
async-compression = { version = "=0.4.27", features = ["gzip", "tokio", "zstd"] }
1313
chrono = { version = "=0.4.41", 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 = "2024"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.98"
11+
anyhow = "=1.0.99"
1212
chrono = { version = "=0.4.41", default-features = false, features = ["clock", "serde"] }
1313
flate2 = "=1.1.2"
1414
minijinja = "=2.11.0"

crates/crates_io_docs_rs/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.98"
14+
anyhow = "=1.0.99"
1515
async-trait = "=0.1.88"
1616
crates_io_env_vars = { path = "../crates_io_env_vars" }
1717
http = "=1.3.1"

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 = "2024"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.98"
11+
anyhow = "=1.0.99"
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.98"
14+
anyhow = "=1.0.99"
1515
async-trait = "=0.1.88"
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.98"
19+
anyhow = "=1.0.99"
2020
base64 = "=0.22.1"
2121
crates_io_env_vars = { path = "../crates_io_env_vars" }
2222
git2 = "=0.20.2"

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 = "2024"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.98"
11+
anyhow = "=1.0.99"
1212
reqwest = { version = "=0.12.22", features = ["gzip", "json"] }
1313
secrecy = "=0.10.3"
1414
serde = { version = "=1.0.219", 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 = "2024"
88
workspace = true
99

1010
[dependencies]
11-
anyhow = "=1.0.98"
11+
anyhow = "=1.0.99"
1212
bytes = "=1.10.1"
1313
clap = { version = "=4.5.43", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crates_io_index = { path = "../crates_io_index" }

0 commit comments

Comments
 (0)