summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-13 08:44:59 +0100
committerGitHub <noreply@github.com>2023-09-13 08:44:59 +0100
commit8c0103dfff86e4c5afef611a1ce9696adc07029e (patch)
tree955a1c889c762b9875a71b11a8740f392231460e
parent4fbede5a54bd493ef90582d14403caf68769f6bb (diff)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock6
-rw-r--r--atuin-server/Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0a89be42..b3ccdd86 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 1b9ad859..c1b59f45 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 }