Skip to content

Commit abbda09

Browse files
[Cargo]: Bump the core group with 2 updates (#75)
Bumps the core group with 2 updates: [tokio](https://github.com/tokio-rs/tokio) and [anyhow](https://github.com/dtolnay/anyhow). Updates `tokio` from 1.35.0 to 1.35.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.35.0...tokio-1.35.1) Updates `anyhow` from 1.0.75 to 1.0.76 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.75...1.0.76) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core - dependency-name: anyhow 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 8b41d7f commit abbda09

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -16,11 +16,11 @@ axum = "0.6.20"
1616
axum-extra = { version = "0.9.0", features = ["typed-routing"] }
1717
tower-http = { version = "0.4.4", default-features = false, features = ["trace"] }
1818
futures = "0.3.29"
19-
tokio = { version = "1.35.0", features = ["macros", "rt-multi-thread", "signal"] }
19+
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "signal"] }
2020
elegant-departure = { version = "0.2.1", features = ["tokio"] }
2121
tracing = "0.1.40"
2222
tracing-subscriber = "0.3.18"
23-
anyhow = "1.0.75"
23+
anyhow = "1.0.76"
2424
serde = { version = "1.0.193", features = ["derive"] }
2525
k8s-openapi = { version = "0.20.0", features = ["latest"] }
2626

0 commit comments

Comments
 (0)