diff --git a/Cargo.lock b/Cargo.lock index 376d8a32b23..43e6998f4f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -879,12 +879,9 @@ dependencies = [ [[package]] name = "claims" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6995bbe186456c36307f8ea36be3eefe42f49d106896414e18efc4fb2f846b5" -dependencies = [ - "autocfg", -] +checksum = "bba18ee93d577a8428902687bcc2b6b45a56b1981a1f6d779731c86cc4c5db18" [[package]] name = "clap" diff --git a/Cargo.toml b/Cargo.toml index da5aaf9903b..eb8dcdf53c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ crates_io_index = { path = "crates/crates_io_index", features = ["testing"] } crates_io_tarball = { path = "crates/crates_io_tarball", features = ["builder"] } crates_io_team_repo = { path = "crates/crates_io_team_repo", features = ["mock"] } crates_io_test_db = { path = "crates/crates_io_test_db" } -claims = "=0.7.1" +claims = "=0.8.0" diesel = { version = "=2.2.4", features = ["r2d2"] } googletest = "=0.12.0" insta = { version = "=1.41.1", features = ["glob", "json", "redactions"] } diff --git a/crates/crates_io_cdn_logs/Cargo.toml b/crates/crates_io_cdn_logs/Cargo.toml index 123bbb6bce0..e2251566824 100644 --- a/crates/crates_io_cdn_logs/Cargo.toml +++ b/crates/crates_io_cdn_logs/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "=1.41.1", features = ["io-util"] } tracing = "=0.1.40" [dev-dependencies] -claims = "=0.7.1" +claims = "=0.8.0" clap = { version = "=4.5.21", features = ["derive"] } criterion = { version = "=0.5.1", features = ["async_tokio"] } insta = "=1.41.1" diff --git a/crates/crates_io_env_vars/Cargo.toml b/crates/crates_io_env_vars/Cargo.toml index 4dee9bfbf14..1882b27cefa 100644 --- a/crates/crates_io_env_vars/Cargo.toml +++ b/crates/crates_io_env_vars/Cargo.toml @@ -12,4 +12,4 @@ anyhow = "=1.0.93" dotenvy = "=0.15.7" [dev-dependencies] -claims = "=0.7.1" +claims = "=0.8.0" diff --git a/crates/crates_io_index/Cargo.toml b/crates/crates_io_index/Cargo.toml index 25056e78899..dc9e71c24cb 100644 --- a/crates/crates_io_index/Cargo.toml +++ b/crates/crates_io_index/Cargo.toml @@ -28,5 +28,5 @@ tracing = "=0.1.40" url = "=2.5.3" [dev-dependencies] -claims = "=0.7.1" +claims = "=0.8.0" insta = "=1.41.1" diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 9ce72799fb2..803a5a696c4 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -21,7 +21,7 @@ tracing = "=0.1.40" [dev-dependencies] anyhow = "=1.0.93" -claims = "=0.7.1" +claims = "=0.8.0" clap = { version = "=4.5.21", features = ["derive", "unicode", "wrap_help"] } indicatif = { version = "=0.17.9", features = ["rayon"] } insta = "=1.41.1" diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index fa5b61ba9fc..7da7b50f2c2 100644 --- a/crates/crates_io_worker/Cargo.toml +++ b/crates/crates_io_worker/Cargo.toml @@ -21,7 +21,7 @@ tokio = { version = "=1.41.1", features = ["rt", "time"]} tracing = "=0.1.40" [dev-dependencies] -claims = "=0.7.1" +claims = "=0.8.0" crates_io_test_db = { path = "../crates_io_test_db" } insta = { version = "=1.41.1", features = ["json"] } tokio = { version = "=1.41.1", features = ["macros", "sync"]}