Skip to content

Commit 711e33e

Browse files
authored
Merge branch 'main' into dependabot/cargo/axum-0.8.7
2 parents 9298f42 + d746905 commit 711e33e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rustmail/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ async-trait = "0.1.89"
1616
chrono = { version = "0.4.42", features = ["serde"] }
1717
regex = "1.11.3"
1818
axum = "0.8.7"
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"
2323
urlencoding = "2.1.3"
2424
serde_json = "1.0.145"
25-
rand = "0.8.5"
25+
rand = "0.9.2"
2626
base64 = "0.22.1"
2727
subtle = "2.6.1"
2828

0 commit comments

Comments
 (0)