From 6cac735500bef930c6c127a8caf259a22be88f3f Mon Sep 17 00:00:00 2001 From: Audun Halland Date: Sat, 28 Sep 2024 23:56:36 +0200 Subject: [PATCH] chore: upgrade tower-http to 0.6 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 441ecbf770..43b322f50c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1914,9 +1914,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.5.2" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" +checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97" dependencies = [ "bitflags 2.5.0", "bytes", @@ -1939,9 +1939,9 @@ dependencies = [ [[package]] name = "tower-layer" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-service" diff --git a/Cargo.toml b/Cargo.toml index 2b1186d6d1..7a4364cedf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ walkdir = { version = "2.3.3", optional = true } futures-util = { version = "0.3.28", optional = true } tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"], optional = true } axum = { version = "0.7.5", default-features = false, features = ["http1", "tokio", "ws"], optional = true } -tower-http = { version = "0.5.2", default-features = false, features = ["fs"], optional = true } +tower-http = { version = "0.6.1", default-features = false, features = ["fs"], optional = true } # Search feature elasticlunr-rs = { version = "3.0.2", optional = true }