From 45746311f7cfec1eb5b784bebeb1af1465c94eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:26:20 +0000 Subject: [PATCH] chore(deps): bump axum-test from 15.7.4 to 16.1.0 Bumps [axum-test](https://github.com/JosephLenton/axum-test) from 15.7.4 to 16.1.0. - [Commits](https://github.com/JosephLenton/axum-test/commits) --- updated-dependencies: - dependency-name: axum-test dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++++++++++-- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d880e5c..894f375 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,6 +140,16 @@ dependencies = [ "nom", ] +[[package]] +name = "assert-json-diff" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" +dependencies = [ + "serde", + "serde_json", +] + [[package]] name = "assert_cmd" version = "2.0.16" @@ -236,11 +246,12 @@ dependencies = [ [[package]] name = "axum-test" -version = "15.7.4" +version = "16.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac63648e380fd001402a02ec804e7686f9c4751f8cad85b7de0b53dae483a128" +checksum = "020db7902508b764267eb61f5972129b3d5b6037632523af76ca8eb40504f89a" dependencies = [ "anyhow", + "assert-json-diff", "auto-future", "axum", "bytes", diff --git a/Cargo.toml b/Cargo.toml index b2f1fe1..08ee46a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ git-version = "0.3.9" [dev-dependencies] assert_cmd = "2.0.14" -axum-test = "15.7.3" +axum-test = "16.1.0" predicates = "3.1.0" tempdir = "0.3.7"