Skip to content

Commit

Permalink
chore(deps): bump axum from 0.6.20 to 0.7.4
Browse files Browse the repository at this point in the history
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.20 to 0.7.4.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.6.20...axum-v0.7.4)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 5a0a3b1 commit 7918899
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 25 deletions.
186 changes: 163 additions & 23 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion matchbox_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ matchbox_protocol = { version = "0.8", path = "../matchbox_protocol", features =
"json",
] }
async-trait = "0.1"
axum = { version = "0.6", features = ["ws"] }
axum = { version = "0.7", features = ["ws"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tower-http = { version = "0.4", features = ["cors", "trace"] }
Expand Down
2 changes: 1 addition & 1 deletion matchbox_signaling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repository = "https://github.com/johanhelsing/matchbox"
matchbox_protocol = { version = "0.8", path = "../matchbox_protocol", features = [
"json",
] }
axum = { version = "0.6", features = ["ws"] }
axum = { version = "0.7", features = ["ws"] }
hyper = { version = "0.14", features = ["server"] }
tracing = { version = "0.1", features = ["log"] }
tower-http = { version = "0.4", features = ["cors", "trace"] }
Expand Down

0 comments on commit 7918899

Please sign in to comment.