From 798debab5117b5f3b48fe7dd3fe2143664be3edd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:55:08 +0000 Subject: [PATCH] [Cargo]: Bump the core group with 2 updates 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](https://github.com/tokio-rs/tokio/compare/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](https://github.com/dtolnay/anyhow/compare/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] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4289519..a1caaec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,9 +53,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" [[package]] name = "async-trait" @@ -1412,9 +1412,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.35.0" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" +checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" dependencies = [ "backtrace", "libc", diff --git a/Cargo.toml b/Cargo.toml index d5dc772..45eac76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,11 +16,11 @@ axum = "0.6.20" axum-extra = { version = "0.9.0", features = ["typed-routing"] } tower-http = { version = "0.4.4", default-features = false, features = ["trace"] } futures = "0.3.29" -tokio = { version = "1.35.0", features = ["macros", "rt-multi-thread", "signal"] } +tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "signal"] } elegant-departure = { version = "0.2.1", features = ["tokio"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" -anyhow = "1.0.75" +anyhow = "1.0.76" serde = { version = "1.0.193", features = ["derive"] } k8s-openapi = { version = "0.20.0", features = ["latest"] }