Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit c44278a

Browse files
build(deps): bump axum from 0.5.17 to 0.6.7
Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.17 to 0.6.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.5.17...axum-v0.6.7) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d76fbd7 commit c44278a

File tree

2 files changed

+65
-6
lines changed

2 files changed

+65
-6
lines changed

Diff for: Cargo.lock

+64-5
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
@@ -7,7 +7,7 @@ edition = "2021"
77
aes-gcm = { version = "0.9.4", default-features = false, features = ["aes", "std"] }
88
anyhow = { version = "1.0.66", default-features = false, features = ["std"] }
99
askama = { version = "0.11.1", default-features = false }
10-
axum = { version = "0.5.17", default-features = false, features = ["headers", "json", "multipart", "query"] }
10+
axum = { version = "0.6.7", default-features = false, features = ["headers", "json", "multipart", "query"] }
1111
axum-extra = { version = "0.3.7", default-features = false, features = ["cookie"] }
1212
base64 = { version = "0.13.1", default-features = false }
1313
clap = { version = "4.0.29", default-features = false, features = ["derive", "error-context", "help", "std", "usage", "wrap_help"] }

0 commit comments

Comments
 (0)