Skip to content

Commit ac38663

Browse files
Bump serde_json from 1.0.140 to 1.0.141 (#170)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.140 to 1.0.141. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.141) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.141 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 fd165ee commit ac38663

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
@@ -33,7 +33,7 @@ tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
3333
k8s-openapi = { git = "https://github.com/Arnavion/k8s-openapi.git", rev = "e9a9eaf", features=["latest"] }
3434
schemars = "1"
3535
serde = { version = "1.0.219", features = ["derive"] }
36-
serde_json = "1.0.140"
36+
serde_json = "1.0.141"
3737
serde_yaml = "0.9.25"
3838
chrono = { version = "0.4.41", features = ["serde"] }
3939
tracing = "0.1.41"

0 commit comments

Comments
 (0)