Skip to content

Commit 93b0968

Browse files
build(deps): bump axum from 0.8.6 to 0.8.7 (#24)
Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.6 to 0.8.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.8.6...axum-v0.8.7) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2a4d17 commit 93b0968

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ chrono = { version = "0.4.42", features = ["serde"] }
3939
uuid = { version = "1.18.1", features = ["v4"] }
4040
tokio = { version = "1.47.1", features = ["fs"] }
4141
bincode = { version = "2.0.1", features = ["serde"] }
42-
axum = { version = "0.8.6", features = ["macros", "json"] }
42+
axum = { version = "0.8.7", features = ["macros", "json"] }
4343
async-trait = "0.1.83"
4444
futures = "0.3.31"
4545
tokio-stream = "0.1.17"

0 commit comments

Comments
 (0)