From d90afc85503bc574f0d616aa5be864730c44705e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 20:24:03 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group with 2 updates Bumps the minor-and-patch group with 2 updates: [tower](https://github.com/tower-rs/tower) and [axum-test](https://github.com/JosephLenton/axum-test). Updates `tower` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.5.2...tower-0.5.3) Updates `axum-test` from 18.5.0 to 18.6.0 - [Commits](https://github.com/JosephLenton/axum-test/commits) --- updated-dependencies: - dependency-name: tower dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: axum-test dependency-version: 18.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 49 +++++++------------------------ examples/axum-rest-api/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 40 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5d1ad4..84b71d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -361,9 +361,9 @@ dependencies = [ [[package]] name = "axum-test" -version = "18.5.0" +version = "18.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf48df8b4be768081e11b7bb6d50e7dd96a3616b0b728f9e8d49bfbd8116f3c6" +checksum = "b795348c3fff787072ea9b25f53cbc5591190a0efd972706556580580f5907d3" dependencies = [ "anyhow", "axum", @@ -1140,9 +1140,9 @@ dependencies = [ [[package]] name = "expect-json" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaf3355a7ef83e52c9383ab0c7719acd1da54be5fed7c6572d87ddc4d8589753" +checksum = "5325e3924286c2263a3f01ddd09ddae9ded098fffffe4182dad3b140243119f3" dependencies = [ "chrono", "email_address", @@ -1158,9 +1158,9 @@ dependencies = [ [[package]] name = "expect-json-macros" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ff9262e5b5f9760f60c57ada4fffd25201ae9fefd426f29f097dcc573d86e6" +checksum = "f464e1e518bc97a6749590758411784df7dda4f36384e1fb11a58f040c1d0459" dependencies = [ "proc-macro2", "quote", @@ -1982,7 +1982,7 @@ dependencies = [ "metrics", "owo-colors", "redis", - "reqwest 0.13.1", + "reqwest", "ryu", "serde", "serde-wasm-bindgen", @@ -2811,35 +2811,6 @@ dependencies = [ "web-sys", ] -[[package]] -name = "reqwest" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62" -dependencies = [ - "base64", - "bytes", - "futures-core", - "http 1.4.0", - "http-body", - "http-body-util", - "hyper", - "hyper-util", - "js-sys", - "log", - "percent-encoding", - "pin-project-lite", - "sync_wrapper", - "tokio", - "tower", - "tower-http", - "tower-service", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] - [[package]] name = "reserve-port" version = "2.3.0" @@ -3604,7 +3575,7 @@ dependencies = [ "once_cell", "pin-project", "rc-box", - "reqwest 0.12.28", + "reqwest", "rgb", "serde", "serde_json", @@ -3867,9 +3838,9 @@ dependencies = [ [[package]] name = "tower" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" +checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" dependencies = [ "futures-core", "futures-util", diff --git a/examples/axum-rest-api/Cargo.toml b/examples/axum-rest-api/Cargo.toml index 35f3eb8..edfc624 100644 --- a/examples/axum-rest-api/Cargo.toml +++ b/examples/axum-rest-api/Cargo.toml @@ -22,4 +22,4 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } uuid = { version = "1", features = ["v4", "serde"] } [dev-dependencies] -axum-test = "18.5" +axum-test = "18.6"