From a414ca98a21cc019cd4d391f8f3a1b542dcc724b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 04:20:17 +0000 Subject: [PATCH] Bump tokio from 1.35.0 to 1.35.1 Bumps [tokio](https://github.com/tokio-rs/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) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a612b36..21a1eb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -993,9 +993,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[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", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 5fb0909..a984dec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ json = "0.12" sha2 = "0.10" hex = "0.4" xdelta = { git = "https://github.com/SonnyX/xdelta-decoder-rust.git" } -tokio = { version = "1.35.0", features = ["full", "tracing"] } +tokio = { version = "1.35.1", features = ["full", "tracing"] } url = "2.5" futures = "0.3" runas = { git = "https://github.com/SonnyX/rust-runas.git" }