Skip to content

Commit 115c63c

Browse files
[Cargo]: Bump the core group with 2 updates (#157)
Bumps the core group with 2 updates: [anyhow](https://github.com/dtolnay/anyhow) and [serde](https://github.com/serde-rs/serde). Updates `anyhow` from 1.0.99 to 1.0.100 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.99...1.0.100) Updates `serde` from 1.0.224 to 1.0.226 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.224...v1.0.226) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core - dependency-name: serde dependency-version: 1.0.226 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 9acc899 commit 115c63c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

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

2525
[dependencies.kube]

0 commit comments

Comments
 (0)