Skip to content

Commit 3b24f06

Browse files
chore(deps): bump chrono from 0.4.39 to 0.4.40
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.39 to 0.4.40. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.39...v0.4.40) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 75fe7c6 commit 3b24f06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

llrt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bindgen = ["llrt_core/bindgen"]
1616
llrt_core = { path = "../llrt_core" }
1717
tracing = { version = "0.1.41", features = ["log"] }
1818
llrt_utils = { path = "../libs/llrt_utils" }
19-
chrono = { version = "0.4.38", default-features = false, features = ["std"] }
19+
chrono = { version = "0.4.40", default-features = false, features = ["std"] }
2020
tracing-core = "0.1.33"
2121
tokio = { version = "1", features = ["full"] }
2222
crossterm = { version = "0.28.1" }

0 commit comments

Comments
 (0)