We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91fefb3 + d746905 commit 3a6e48fCopy full SHA for 3a6e48f
1 file changed
rustmail/Cargo.toml
@@ -16,13 +16,13 @@ async-trait = "0.1.89"
16
chrono = { version = "0.4.42", features = ["serde"] }
17
regex = "1.11.3"
18
axum = "0.8.6"
19
-axum-extra = { version = "0.10.3", features = ["cookie"] }
+axum-extra = { version = "0.12.2", features = ["cookie"] }
20
hyper = "1.8.1"
21
rust-embed = "8.7.2"
22
mime_guess = "2.0.5"
23
urlencoding = "2.1.3"
24
serde_json = "1.0.145"
25
-rand = "0.8.5"
+rand = "0.9.2"
26
base64 = "0.22.1"
27
subtle = "2.6.1"
28
0 commit comments