🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-09-01 19:53:47.0 +00:00:00
committer GitHub <noreply@github.com> 2023-09-01 19:53:47.0 +00:00:00
commit
d1a6ef21e8ad45628464d2f9d422007e168b9b76 [patch]
tree
8719e19bfe66752c92b4dcb458e4abfad912b1bf
parent
3e9d737b36c25e9dd1a33ddacb80fd17c6d812eb
download
d1a6ef21e8ad45628464d2f9d422007e168b9b76.tar.gz

Bump tower-http from 0.4.3 to 0.4.4

Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.4.3 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.4.3...tower-http-0.4.4)

---
updated-dependencies:
- dependency-name: tower-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 43ab9ad..74d9025 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2403,9 +2403,9 @@ dependencies = [

[[package]]
name = "tower-http"
version = "0.4.3"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55ae70283aba8d2a8b411c695c437fe25b8b5e44e23e780662002fc72fb47a82"
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
dependencies = [
 "bitflags 2.4.0",
 "bytes",
diff --git a/Cargo.toml b/Cargo.toml
index 5f0b18f..f5105c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ tokio-util = { version = "0.7.3", features = ["io"] }
tower = "0.4"
tower-service = "0.3"
tower-layer = "0.3"
tower-http = { version = "0.4.0", features = ["cors"] }
tower-http = { version = "0.4.4", features = ["cors"] }
tracing = "0.1"
tracing-subscriber = "0.3"
unix_mode = "0.1"