Skip to content

Commit d53951f

Browse files
Bump chrono from 0.4.39 to 0.4.40 (#150)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 898da0f commit d53951f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ schemars = { version = "0.8.22", features = ["chrono"] }
3434
serde = { version = "1.0.219", features = ["derive"] }
3535
serde_json = "1.0.140"
3636
serde_yaml = "0.9.25"
37-
chrono = { version = "0.4.39", features = ["serde"] }
37+
chrono = { version = "0.4.40", features = ["serde"] }
3838
tracing = "0.1.41"
3939
tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter"] }
4040
tracing-opentelemetry = "0.28.0"

0 commit comments

Comments
 (0)