Skip to content

Commit 26bbe16

Browse files
Bump the patch group across 1 directory with 3 updates
Bumps the patch group with 3 updates in the / directory: [serde](https://github.com/serde-rs/serde), [chrono](https://github.com/chronotope/chrono) and [serde_json](https://github.com/serde-rs/json). Updates `serde` from 1.0.219 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.219...v1.0.228) Updates `chrono` from 0.4.41 to 0.4.42 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.41...v0.4.42) Updates `serde_json` from 1.0.140 to 1.0.145 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.145) --- updated-dependencies: - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: chrono dependency-version: 0.4.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde_json dependency-version: 1.0.145 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a400080 commit 26bbe16

File tree

2 files changed

+32
-22
lines changed

2 files changed

+32
-22
lines changed

Cargo.lock

Lines changed: 30 additions & 20 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
@@ -33,7 +33,7 @@ v2_0_1 = []
3333

3434
[dependencies]
3535
serde = { version = "1", default-features = false, features = ["derive"] }
36-
chrono = { version = "0.4.39", default-features = false, features = [
36+
chrono = { version = "0.4.42", default-features = false, features = [
3737
"now",
3838
"serde",
3939
"alloc",
@@ -52,6 +52,6 @@ lazy_static = "1.4"
5252
jsonschema = "0.30.0"
5353

5454
[dev-dependencies]
55-
chrono = { version = "0.4.39", default-features = false, features = ["clock"] }
55+
chrono = { version = "0.4.42", default-features = false, features = ["clock"] }
5656
mockall = "0.13.1"
5757
jsonschema = "0.30.0"

0 commit comments

Comments
 (0)