Skip to content

Commit 656f6ad

Browse files
Bump axum from 0.7.6 to 0.7.7 (#29)
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.6 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.7.6...axum-v0.7.7) --- updated-dependencies: - dependency-name: axum 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 edcd0c1 commit 656f6ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -18,7 +18,7 @@ ssi = { version = "0.9.0", features = [
1818
] }
1919

2020
anyhow = "1.0.70"
21-
axum = { version = "0.7.5", features = ["macros"] }
21+
axum = { version = "0.7.7", features = ["macros"] }
2222
axum-extra = { version = "0.9.3", features = ["typed-header"] }
2323
figment = { version = "0.10.8", features = ["env", "toml"] }
2424
tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)