Skip to content

Commit

Permalink
Bump axum from 0.7.4 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.7.4 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.7.4...axum-v0.7.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 26, 2024
1 parent 7a6ef53 commit 67e21a9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 34 deletions.
50 changes: 18 additions & 32 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 certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.7.6"
edition = "2021"

[dependencies]
axum = "0.7.1"
axum = "0.7.5"
serde = { version = "1.0.197", features = ["derive"] }
tokio = { version = "1.0", features = [
"rt-multi-thread",
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ clap = { version = "4.5.3", features = ["derive"] }
hex = "0.4.3"
mockall = "0.12.1"
sysinfo = "0.30.5"
axum = "0.7.4"
axum = "0.7.5"
serde = { version = "1.0.197", features = ["derive"] }
range-set = "0.0.11"
serde_with = { version = "3.6.1", features = ["hex"] }
Expand Down

0 comments on commit 67e21a9

Please sign in to comment.