Skip to content

Commit 06e7c68

Browse files
build(deps): bump axum from 0.6.20 to 0.7.7
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.20 to 0.7.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.6.20...axum-v0.7.7) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e746e13 commit 06e7c68

File tree

2 files changed

+77
-9
lines changed

2 files changed

+77
-9
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88

99
[dependencies]
1010
argon2 = "0.5.3"
11-
axum = "0.6.20" # this *must* be pinned because 0.7.x relies on hyper 1.x causing a ton of type conversion issues
11+
axum = "0.7.7" # this *must* be pinned because 0.7.x relies on hyper 1.x causing a ton of type conversion issues
1212
base64 = "0.22.0"
1313
chrono = { version = "0.4.34", default-features = false, features = [
1414
"std",

0 commit comments

Comments
 (0)