Skip to content

Commit

Permalink
chore(deps): bump axum from 0.6.20 to 0.7.5
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.5.
- [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.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 9, 2024
1 parent e7aa92c commit cf90b2c
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 29 deletions.
180 changes: 153 additions & 27 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 crates/xline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["KV"]
anyhow = "1.0.82"
async-stream = "0.3.5"
async-trait = "0.1.80"
axum = "0.6.20"
axum = "0.7.5"
bytes = "1.4.0"
clap = { version = "4", features = ["derive"] }
clippy-utilities = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false

### BEGIN HAKARI SECTION
[dependencies]
axum = { version = "0.6" }
axum = { version = "0.7" }
bytes = { version = "1" }
clap = { version = "4", features = ["derive"] }
crypto-common = { version = "0.1", default-features = false, features = ["std"] }
Expand Down

0 comments on commit cf90b2c

Please sign in to comment.