From 95bf48c2cbbe9f54d6adce89f190d144544a12b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:20:13 +0000 Subject: [PATCH] build(deps)(deps): bump the backend-dependencies group with 2 updates Bumps the backend-dependencies group with 2 updates: [tower-http](https://github.com/tower-rs/tower-http) and [axum-test](https://github.com/JosephLenton/axum-test). Updates `tower-http` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.0...tower-http-0.6.1) Updates `axum-test` from 15.7.3 to 15.7.4 - [Commits](https://github.com/JosephLenton/axum-test/commits) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-dependencies - dependency-name: axum-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 658cb0d5..37f9be5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,9 +235,9 @@ dependencies = [ [[package]] name = "axum-test" -version = "15.7.3" +version = "15.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c97bb6939ddcf3a94450a46839b57efc010dacd4ab9e462026ffbbf4e48492" +checksum = "ac63648e380fd001402a02ec804e7686f9c4751f8cad85b7de0b53dae483a128" dependencies = [ "anyhow", "auto-future", @@ -2082,9 +2082,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41515cc9e193536d93fd0dbbea0c73819c08eca76e0b30909a325c3ec90985bb" +checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97" dependencies = [ "bitflags", "bytes", diff --git a/Cargo.toml b/Cargo.toml index f0969200..9a2a1d6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ valico = "4.0.0" tokio = { version = "1", features = ["rt", "macros", "rt-multi-thread"] } tokio-test = "0.4.4" tower = "0.5.1" -tower-http = { version = "0.6.0", features = ["trace", "fs", "cors"] } +tower-http = { version = "0.6.1", features = ["trace", "fs", "cors"] } hyper = "1.4.1" regex = "1.10.6" thiserror = "1.0.64" @@ -49,7 +49,7 @@ url = { version = "2", features = ["serde"] } [dev-dependencies] assert_cmd = "2.0.16" -axum-test = "15.7.3" +axum-test = "15.7.4" fake = "2.9.2" [[bin]]