Skip to content

Commit 6f473d6

Browse files
cargo(deps): bump chrono from 0.4.43 to 0.4.44
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.43 to 0.4.44. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.43...v0.4.44) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6de5dd0 commit 6f473d6

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)