From 8f6892222fc152aacdabd67e5202d40d71ea797f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:37:33 +0000 Subject: [PATCH] build(deps): Bump axum-test from 20.1.0 to 21.0.0 Bumps [axum-test](https://github.com/JosephLenton/axum-test) from 20.1.0 to 21.0.0. - [Release notes](https://github.com/JosephLenton/axum-test/releases) - [Commits](https://github.com/JosephLenton/axum-test/commits) --- updated-dependencies: - dependency-name: axum-test dependency-version: 21.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 41 +++++++++++++++++++++--- Cargo.toml | 2 +- crates/registry-notary-client/Cargo.toml | 2 +- crates/registry-notary-server/Cargo.toml | 2 +- crates/registry-notary/Cargo.toml | 2 +- crates/registry-relay/Cargo.toml | 2 +- 6 files changed, 42 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e45c84ba4..8de647359 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -591,15 +591,16 @@ dependencies = [ [[package]] name = "axum-test" -version = "20.1.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43c6a2f1d97ee33c39f13dacc0f84ae781a9c2ed373a75bad1129094f5a7c4bd" +checksum = "3ce104337e4cced59ded9c61f9f18dab0a4670fd339e84f334312686440a9958" dependencies = [ "anyhow", "axum", "bytes", "bytesize", "cookie", + "educe", "expect-json", "http", "http-body-util", @@ -2339,6 +2340,18 @@ dependencies = [ "zeroize", ] +[[package]] +name = "educe" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417" +dependencies = [ + "enum-ordinalize", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "either" version = "1.16.0" @@ -2410,6 +2423,26 @@ dependencies = [ "encoding_rs", ] +[[package]] +name = "enum-ordinalize" +version = "4.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07f808d588c10e464ea6f7d3eaed500049eff30aaac103460f61828c2d65b3eb" +dependencies = [ + "enum-ordinalize-derive", +] + +[[package]] +name = "enum-ordinalize-derive" +version = "4.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42e528e2d34ba8a67a1a650b86beae8ef69fc5fdb638016f386b973226590432" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "equivalent" version = "1.0.2" @@ -5811,9 +5844,9 @@ dependencies = [ [[package]] name = "reserve-port" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94070964579245eb2f76e62a7668fe87bd9969ed6c41256f3bf614e3323dd3cc" +checksum = "71ea98a177596a4579881992bd2bd4af27772fc95d0e5f5668a8f9535eca6380" dependencies = [ "thiserror 2.0.18", ] diff --git a/Cargo.toml b/Cargo.toml index f70d02530..0ebe165cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ assert-json-diff = { version = "2" } async-trait = { version = "0.1" } aws-lc-rs = { version = "1" } axum = { version = "0.8" } -axum-test = { version = "20" } +axum-test = { version = "21" } base64 = { version = "0.22" } bytes = { version = "1" } calamine = { version = "0.35" } diff --git a/crates/registry-notary-client/Cargo.toml b/crates/registry-notary-client/Cargo.toml index eda1ce25b..8cd170f43 100644 --- a/crates/registry-notary-client/Cargo.toml +++ b/crates/registry-notary-client/Cargo.toml @@ -41,7 +41,7 @@ tracing.workspace = true [dev-dependencies] axum.workspace = true -axum-test = { version = "20" } +axum-test = { version = "21" } registry-platform-crypto.workspace = true registry-platform-sdjwt.workspace = true registry-notary-server = { workspace = true, features = ["registry-notary-cel"] } diff --git a/crates/registry-notary-server/Cargo.toml b/crates/registry-notary-server/Cargo.toml index 2f69b4bf7..fb748b45b 100644 --- a/crates/registry-notary-server/Cargo.toml +++ b/crates/registry-notary-server/Cargo.toml @@ -65,7 +65,7 @@ utoipa.workspace = true zeroize.workspace = true [dev-dependencies] -axum-test = { version = "20" } +axum-test = { version = "21" } chrono = { version = "0.4" } registry-notary-client = { workspace = true, features = ["verifier"] } registry-platform-testing = { workspace = true, features = ["test-utils"] } diff --git a/crates/registry-notary/Cargo.toml b/crates/registry-notary/Cargo.toml index 3129efc76..1fe7fc0d9 100644 --- a/crates/registry-notary/Cargo.toml +++ b/crates/registry-notary/Cargo.toml @@ -48,7 +48,7 @@ tracing-subscriber.workspace = true ulid.workspace = true [dev-dependencies] -axum-test = { version = "20" } +axum-test = { version = "21" } chrono = { version = "0.4" } jsonschema.workspace = true registry-platform-authcommon.workspace = true diff --git a/crates/registry-relay/Cargo.toml b/crates/registry-relay/Cargo.toml index f6da1a5aa..344a1502b 100644 --- a/crates/registry-relay/Cargo.toml +++ b/crates/registry-relay/Cargo.toml @@ -138,7 +138,7 @@ rustix.workspace = true # ─── dev / test ────────────────────────────────────────────────────────────── [dev-dependencies] aws-lc-rs = { version = "1" } -axum-test = { version = "20" } +axum-test = { version = "21" } assert-json-diff = { version = "2" } chrono = { version = "0.4" } registry-notary-core.workspace = true