Skip to content

Commit 0fa2ee7

Browse files
[Cargo]: Bump the core group with 3 updates (#140)
Bumps the core group with 3 updates: [tokio](https://github.com/tokio-rs/tokio), [anyhow](https://github.com/dtolnay/anyhow) and [serde](https://github.com/serde-rs/serde). Updates `tokio` from 1.43.0 to 1.44.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.0) Updates `anyhow` from 1.0.95 to 1.0.97 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.95...1.0.97) Updates `serde` from 1.0.217 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.219) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core - dependency-name: serde 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 c312bbf commit 0fa2ee7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ path = "version.rs"
1515
axum = "0.8.1"
1616
tower-http = { version = "0.5.2", default-features = false, features = ["trace"] }
1717
futures = "0.3.31"
18-
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
18+
tokio = { version = "1.44.0", features = ["macros", "rt-multi-thread"] }
1919
tracing = "0.1.41"
2020
tracing-subscriber = "0.3.19"
21-
anyhow = "1.0.95"
22-
serde = { version = "1.0.217", features = ["derive"] }
21+
anyhow = "1.0.97"
22+
serde = { version = "1.0.219", features = ["derive"] }
2323
k8s-openapi = { version = "0.24.0", features = ["latest"] }
2424

2525
[dependencies.kube]

0 commit comments

Comments
 (0)