Skip to content

Commit 71c5023

Browse files
Bump chrono from 0.4.38 to 0.4.39 in the patch group
Bumps the patch group with 1 update: [chrono](https://github.com/chronotope/chrono). Updates `chrono` from 0.4.38 to 0.4.39 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.38...v0.4.39) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 181b2e2 commit 71c5023

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ v2_0_1 = []
2626

2727
[dependencies]
2828
serde = { version = "1", default-features = false, features = ["derive"] }
29-
chrono = { version = "0.4.38", default-features = false, features = ["serde"] }
29+
chrono = { version = "0.4.39", default-features = false, features = ["serde"] }
3030
uuid = { version = "1", default-features = false, features = ["v4"] }
3131
validator = { version = "0.19.0", default-features = false, features = ["derive"] }
3232
regex = "1.11.1"
3333
rust_decimal = { version = "1.36.0", features = ["serde-with-arbitrary-precision"] }
3434

3535
[dev-dependencies]
36-
chrono = { version = "0.4.38", default-features = false, features = ["clock"] }
36+
chrono = { version = "0.4.39", default-features = false, features = ["clock"] }
3737
serde_json = "1"
3838
mockall = "0.13.1"
3939
jsonschema = "0.21"

0 commit comments

Comments
 (0)