Skip to content

Commit

Permalink
Bump axum from 0.7.6 to 0.7.7
Browse files Browse the repository at this point in the history
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.6 to 0.7.7.
- [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.7.6...axum-v0.7.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and LeeSmet committed Oct 1, 2024
1 parent 603e963 commit e639a01
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion mycelium-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "../README.md"
message = ["mycelium/message"]

[dependencies]
axum = { version = "0.7.6", default-features = false, features = [
axum = { version = "0.7.7", default-features = false, features = [
"http1",
"http2",
"json",
Expand Down
2 changes: 1 addition & 1 deletion mycelium-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "../README.md"
prometheus = ["dep:axum", "dep:prometheus", "dep:tokio", "dep:tracing"]

[dependencies]
axum = { version = "0.7.6", default-features = false, optional = true, features = [
axum = { version = "0.7.7", default-features = false, optional = true, features = [
"http1",
"http2",
"tokio",
Expand Down

0 comments on commit e639a01

Please sign in to comment.