Skip to content

Commit 7788b02

Browse files
Update Rust crate claims to v0.8.0 (#9967)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f1394f commit 7788b02

File tree

7 files changed

+8
-11
lines changed

7 files changed

+8
-11
lines changed

Cargo.lock

Lines changed: 2 additions & 5 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
@@ -127,7 +127,7 @@ crates_io_index = { path = "crates/crates_io_index", features = ["testing"] }
127127
crates_io_tarball = { path = "crates/crates_io_tarball", features = ["builder"] }
128128
crates_io_team_repo = { path = "crates/crates_io_team_repo", features = ["mock"] }
129129
crates_io_test_db = { path = "crates/crates_io_test_db" }
130-
claims = "=0.7.1"
130+
claims = "=0.8.0"
131131
diesel = { version = "=2.2.4", features = ["r2d2"] }
132132
googletest = "=0.12.0"
133133
insta = { version = "=1.41.1", features = ["glob", "json", "redactions"] }

crates/crates_io_cdn_logs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tokio = { version = "=1.41.1", features = ["io-util"] }
2020
tracing = "=0.1.40"
2121

2222
[dev-dependencies]
23-
claims = "=0.7.1"
23+
claims = "=0.8.0"
2424
clap = { version = "=4.5.21", features = ["derive"] }
2525
criterion = { version = "=0.5.1", features = ["async_tokio"] }
2626
insta = "=1.41.1"

crates/crates_io_env_vars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ anyhow = "=1.0.93"
1212
dotenvy = "=0.15.7"
1313

1414
[dev-dependencies]
15-
claims = "=0.7.1"
15+
claims = "=0.8.0"

crates/crates_io_index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ tracing = "=0.1.40"
2828
url = "=2.5.3"
2929

3030
[dev-dependencies]
31-
claims = "=0.7.1"
31+
claims = "=0.8.0"
3232
insta = "=1.41.1"

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tracing = "=0.1.40"
2121

2222
[dev-dependencies]
2323
anyhow = "=1.0.93"
24-
claims = "=0.7.1"
24+
claims = "=0.8.0"
2525
clap = { version = "=4.5.21", features = ["derive", "unicode", "wrap_help"] }
2626
indicatif = { version = "=0.17.9", features = ["rayon"] }
2727
insta = "=1.41.1"

crates/crates_io_worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tokio = { version = "=1.41.1", features = ["rt", "time"]}
2121
tracing = "=0.1.40"
2222

2323
[dev-dependencies]
24-
claims = "=0.7.1"
24+
claims = "=0.8.0"
2525
crates_io_test_db = { path = "../crates_io_test_db" }
2626
insta = { version = "=1.41.1", features = ["json"] }
2727
tokio = { version = "=1.41.1", features = ["macros", "sync"]}

0 commit comments

Comments
 (0)