Skip to content

Commit 51c00c6

Browse files
cargo(deps): update axum-extra requirement in /rustmail
Updates the requirements on [axum-extra](https://github.com/tokio-rs/axum) to permit the latest version. - [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-extra-v0.10.3...axum-extra-v0.12.2) --- updated-dependencies: - dependency-name: axum-extra dependency-version: 0.12.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3da593 commit 51c00c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rustmail/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async-trait = "0.1.89"
1616
chrono = { version = "0.4.42", features = ["serde"] }
1717
regex = "1.11.3"
1818
axum = "0.8.6"
19-
axum-extra = { version = "0.10.3", features = ["cookie"] }
19+
axum-extra = { version = "0.12.2", features = ["cookie"] }
2020
hyper = "1.7.0"
2121
rust-embed = "8.7.2"
2222
mime_guess = "2.0.5"

0 commit comments

Comments
 (0)