Skip to content

Commit ea84ad6

Browse files
Bump axum from 0.7.5 to 0.8.2
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.5 to 0.8.2. - [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.8.2) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c79b2af commit ea84ad6

File tree

2 files changed

+77
-9
lines changed

2 files changed

+77
-9
lines changed

Cargo.lock

Lines changed: 76 additions & 8 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
@@ -14,7 +14,7 @@ serde_derive = "1.0.152"
1414
wither = { git = "https://github.com/thedodd/wither", rev = "52fd503" }
1515
futures = "0.3.30"
1616
thiserror = "1.0.63"
17-
axum = { version = "0.7.5" }
17+
axum = { version = "0.8.2" }
1818
tokio = { version = "1.39.1", features = ["full"] }
1919
tracing = "0.1.40"
2020
tracing-subscriber = "0.3.18"

0 commit comments

Comments
 (0)