From a6845827afb426c62486e3293285b29757957c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:40:09 +0000 Subject: [PATCH] Bump tower-http from 0.5.1 to 0.5.2 (#305) Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.5.1...tower-http-0.5.2) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- clash_lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d711e35ee..f06dfaa6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6227,9 +6227,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0da193277a4e2c33e59e09b5861580c33dd0a637c3883d0fa74ba40c0374af2e" +checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ "bitflags 2.4.2", "bytes", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 470209fdf..815034943 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -58,7 +58,7 @@ aes-gcm = "0.10" cfb-mode = "0.8.2" filetime = "0.2" axum = { version = "0.7", features = ["ws"] } -tower-http = { version = "0.5.0", features = ["fs", "trace", "cors"] } +tower-http = { version = "0.5.2", features = ["fs", "trace", "cors"] } chrono = { version = "0.4.34", features = ["serde"] } tun = { git = "https://github.com/Watfaq/rust-tun.git", rev = "8f7568190f1200d3e272ca534baf8d1578147e18", features = ["async"] }