Skip to content

Commit e17584d

Browse files
chore(deps): bump axum from 0.7.9 to 0.8.1
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.9 to 0.8.1. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/commits) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 074dc73 commit e17584d

File tree

2 files changed

+57
-5
lines changed

2 files changed

+57
-5
lines changed

Diff for: Cargo.lock

+56-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
2424

2525

2626
[dependencies]
27-
axum = { version = "0.7", optional = true }
27+
axum = { version = "0.8", optional = true }
2828
bytes = "1"
2929
camino = { version = "1", default-features = false }
3030
futures-core = "0.3"

0 commit comments

Comments
 (0)