From 8c0103dfff86e4c5afef611a1ce9696adc07029e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 08:44:59 +0100 Subject: [PATCH] Bump tower-http from 0.3.5 to 0.4.4 (#1210) Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.3.5 to 0.4.4. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.3.5...tower-http-0.4.4) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- atuin-server/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a89be4..b3ccdd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3232,11 +3232,11 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.3.5" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" +checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.0", "bytes", "futures-core", "futures-util", diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 1b9ad85..c1b59f4 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -29,7 +29,7 @@ axum = "0.6.4" http = "0.2" fs-err = { workspace = true } tower = "0.4" -tower-http = { version = "0.3", features = ["trace"] } +tower-http = { version = "0.4", features = ["trace"] } reqwest = { workspace = true } argon2 = "0.5.0" semver = { workspace = true }