Skip to content

Commit 1d65087

Browse files
authored
Merge pull request #344 from Rustmail/dependabot/cargo/chrono-0.4.43
cargo(deps): bump chrono from 0.4.42 to 0.4.43
2 parents 6e7f554 + 5cda451 commit 1d65087

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 = "0.9.11"
1414
reqwest = { version = "0.13.1", features = ["json", "form"] }
1515
async-trait = "0.1.89"
16-
chrono = { version = "0.4.42", features = ["serde"] }
16+
chrono = { version = "0.4.43", features = ["serde"] }
1717
regex = "1.12.2"
1818
futures = "0.3.31"
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.42", features = ["serde", "wasmbind"] }
22+
chrono = { version = "0.4.43", features = ["serde", "wasmbind"] }
2323
chrono-tz = { version = "0.10.4", features = ["serde"] }

0 commit comments

Comments
 (0)