Skip to content

Commit 8e8abcf

Browse files
[Cargo]: Bump serde from 1.0.226 to 1.0.228 in the core group (#158)
Bumps the core group with 1 update: [serde](https://github.com/serde-rs/serde). Updates `serde` from 1.0.226 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.226...v1.0.228) --- updated-dependencies: - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 115c63c commit 8e8abcf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -19,7 +19,7 @@ tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
1919
tracing = "0.1.41"
2020
tracing-subscriber = "0.3.20"
2121
anyhow = "1.0.100"
22-
serde = { version = "1.0.226", features = ["derive"] }
22+
serde = { version = "1.0.228", features = ["derive"] }
2323
k8s-openapi = { version = "0.26.0", features = ["latest"] }
2424

2525
[dependencies.kube]

0 commit comments

Comments
 (0)