Skip to content

Commit 857c0a2

Browse files
authored
Merge branch 'main' into dependabot/cargo/rust-embed-8.9.0
2 parents 183aa78 + 3544027 commit 857c0a2

2 files changed

Lines changed: 17 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 13 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustmail/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ reqwest = { version = "0.12.23", features = ["json"] }
1515
async-trait = "0.1.89"
1616
chrono = { version = "0.4.42", features = ["serde"] }
1717
regex = "1.11.3"
18-
axum = "0.8.6"
19-
axum-extra = { version = "0.10.3", features = ["cookie"] }
20-
hyper = "1.7.0"
18+
axum = "0.8.7"
19+
axum-extra = { version = "0.12.2", features = ["cookie"] }
20+
hyper = "1.8.1"
2121
rust-embed = "8.9.0"
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)