Skip to content

Commit

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

---
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 Jisu-Woniu committed Sep 23, 2024
1 parent 2bbf097 commit 0906e6d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 14 deletions.
40 changes: 28 additions & 12 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/rsjudge-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tokio-stream = "0.1.16"
tonic = "0.12.2"

# Optional dependencies
axum = "0.7.5"
axum = "0.7.6"
rsjudge-traits.workspace = true
serde = { workspace = true, optional = true }

Expand Down
2 changes: 1 addition & 1 deletion crates/rsjudge-rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
rust-version.workspace = true

[dependencies]
axum = "0.7.5"
axum = "0.7.6"
rsjudge-traits.workspace = true
serde.workspace = true
tokio = { workspace = true, features = ["net"] }

0 comments on commit 0906e6d

Please sign in to comment.