Skip to content

Commit c8b13f3

Browse files
authored
Merge pull request #359 from Rustmail/dependabot/cargo/chrono-0.4.44
2 parents 6de5dd0 + 6f473d6 commit c8b13f3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

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

crates/rustmail/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tokio = { version = "1.49.0", features = ["rt-multi-thread", "signal"] }
1313
toml = "1.0.3"
1414
reqwest = { version = "0.13.2", features = ["json", "form"] }
1515
async-trait = "0.1.89"
16-
chrono = { version = "0.4.43", features = ["serde"] }
16+
chrono = { version = "0.4.44", features = ["serde"] }
1717
regex = "1.12.3"
1818
futures = "0.3.32"
1919
axum = "0.8.8"

crates/rustmail_panel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ wasm-bindgen = "0.2.106"
1919
urlencoding = "2.1.3"
2020
ammonia = "4.1.2"
2121
pulldown-cmark = "0.13.0"
22-
chrono = { version = "0.4.43", features = ["serde", "wasmbind"] }
22+
chrono = { version = "0.4.44", features = ["serde", "wasmbind"] }
2323
chrono-tz = { version = "0.10.4", features = ["serde"] }

0 commit comments

Comments
 (0)