X Tutup
Skip to content

Commit 5c726e1

Browse files
Bump chrono from 0.4.43 to 0.4.44 (#7256)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32684f9 commit 5c726e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ bitflags = "2.11.0"
158158
bstr = "1"
159159
bytes = "1.11.1"
160160
cfg-if = "1.0"
161-
chrono = { version = "0.4.43", default-features = false, features = ["clock", "oldtime", "std"] }
161+
chrono = { version = "0.4.44", default-features = false, features = ["clock", "oldtime", "std"] }
162162
constant_time_eq = "0.4"
163163
criterion = { version = "0.8", features = ["html_reports"] }
164164
crossbeam-utils = "0.8.21"

0 commit comments

Comments
 (0)
X Tutup