From 86fcf4b2512a0cd57e740ad9fa9d066e69734b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 22:42:50 +0000 Subject: [PATCH] Bump axum-test from 18.7.0 to 19.1.1 Bumps [axum-test](https://github.com/JosephLenton/axum-test) from 18.7.0 to 19.1.1. - [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: 19.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 31 +++++-------------------------- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb18ff2..7048a0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -468,9 +468,9 @@ dependencies = [ [[package]] name = "axum-test" -version = "18.7.0" +version = "19.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ce2a8627e8d8851f894696b39f2b67807d6375c177361d376173ace306a21e2" +checksum = "6a28640adad0e99978d38bc455b323c62a5cddc4e22f83eacde93f8c395ae7e3" dependencies = [ "anyhow", "axum", @@ -491,7 +491,6 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "smallvec", "tokio", "tower", "url", @@ -2958,26 +2957,6 @@ dependencies = [ "webauthn-rs", ] -[[package]] -name = "magicentry-ee" -version = "0.0.0-git" -dependencies = [ - "anyhow", - "arc-swap", - "async-trait", - "axum", - "axum-test", - "magicentry", - "maud", - "serde", - "serde_json", - "sqlx", - "tempfile", - "tokio", - "tracing", - "tracing-subscriber", -] - [[package]] name = "markup5ever" version = "0.35.0" @@ -4150,16 +4129,16 @@ dependencies = [ [[package]] name = "rust-multipart-rfc7578_2" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c839d037155ebc06a571e305af66ff9fd9063a6e662447051737e1ac75beea41" +checksum = "00bdaa068902270ca7fa8619775e1838e23a63620abac0947ce0f715819b8cec" dependencies = [ "bytes", "futures-core", "futures-util", "http 1.4.0", "mime", - "rand 0.9.2", + "rand 0.10.0", "thiserror 2.0.18", ] diff --git a/Cargo.toml b/Cargo.toml index cb85e61..d402a54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ tower-http = { version = "0.6", features = ["fs", "tokio", "trace"] } # dev deps actix-http = "3.12" -axum-test = { version = "18", features = ["reqwest", "typed-routing"] } +axum-test = { version = "19", features = ["reqwest", "typed-routing"] } criterion = { version = "0.8", features = ["async_tokio"] } glob = "0.3"