Skip to content

Commit

Permalink
build(deps)(deps): bump the backend-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the backend-dependencies group with 2 updates: [tower-http](https://github.com/tower-rs/tower-http) and [axum-test](https://github.com/JosephLenton/axum-test).


Updates `tower-http` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.6.0...tower-http-0.6.1)

Updates `axum-test` from 15.7.3 to 15.7.4
- [Commits](https://github.com/JosephLenton/axum-test/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 5f0a7e4 commit 95bf48c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ valico = "4.0.0"
tokio = { version = "1", features = ["rt", "macros", "rt-multi-thread"] }
tokio-test = "0.4.4"
tower = "0.5.1"
tower-http = { version = "0.6.0", features = ["trace", "fs", "cors"] }
tower-http = { version = "0.6.1", features = ["trace", "fs", "cors"] }
hyper = "1.4.1"
regex = "1.10.6"
thiserror = "1.0.64"
Expand All @@ -49,7 +49,7 @@ url = { version = "2", features = ["serde"] }

[dev-dependencies]
assert_cmd = "2.0.16"
axum-test = "15.7.3"
axum-test = "15.7.4"
fake = "2.9.2"

[[bin]]
Expand Down

0 comments on commit 95bf48c

Please sign in to comment.