Skip to content

Commit 7a25770

Browse files
authored
Merge pull request #763 from jerus-org/renovate/chrono-0.x
fix(deps): update rust crate chrono to 0.4.42
2 parents 99a5f27 + d897e02 commit 7a25770

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Fixed
1515

1616
- deps: update rust crate uuid to 1.18.1(pr [#764])
17+
- deps: update rust crate chrono to 0.4.42(pr [#763])
1718

1819
## [0.4.51] - 2025-08-21
1920

@@ -849,6 +850,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
849850
[#759]: https://github.com/jerus-org/mockd/pull/759
850851
[#762]: https://github.com/jerus-org/mockd/pull/762
851852
[#764]: https://github.com/jerus-org/mockd/pull/764
853+
[#763]: https://github.com/jerus-org/mockd/pull/763
852854
[Unreleased]: https://github.com/jerus-org/mockd/compare/v0.4.51...HEAD
853855
[0.4.51]: https://github.com/jerus-org/mockd/compare/v0.4.50...v0.4.51
854856
[0.4.50]: https://github.com/jerus-org/mockd/compare/v0.4.49...v0.4.50

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ words = ["misc", "company", "hipster", "image", "job", "name"]
7474

7575
[dependencies]
7676
libmath = { version = "0.2.1", optional = true }
77-
chrono = { version = "0.4.41", optional = true }
77+
chrono = { version = "0.4.42", optional = true }
7878
uuid = { version = "1.18.1", features = ["v1", "v4"], optional = true }
7979
simplerand = { version = "1.6.0", optional = true }
8080

0 commit comments

Comments
 (0)