From 895e1ce3614ffa0c8a4f99139a8839a4e1d4691a Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 03 Apr 2025 09:21:57 +0000 Subject: [PATCH] Bump tokio from 1.42.0 to 1.44.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.44.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.44.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++----- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ce5f89..1a3608e 100644 --- a/Cargo.lock +++ a/Cargo.lock @@ -1918,9 +1918,9 @@ [[package]] name = "libc" -version = "0.2.162" +version = "0.2.171" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398" +checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" [[package]] name = "libloading" @@ -3041,9 +3041,9 @@ [[package]] name = "tokio" -version = "1.42.0" +version = "1.44.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" dependencies = [ "backtrace", "bytes", @@ -3060,9 +3060,9 @@ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index c15df24..d7c2077 100644 --- a/Cargo.toml +++ a/Cargo.toml @@ -64,7 +64,7 @@ tar = { version = "0.4", default-features = false } time = { version = "0.3", features = ["serde", "formatting"] } timeago = { version = "0.4.2", default-features = false } -tokio = { version = "1.42", features = ["full", "tracing"] } +tokio = { version = "1.44", features = ["full", "tracing"] } tokio-stream = "0.1" tokio-util = { version = "0.7.14", features = ["io"] } tower-http = { version = "0.6", features = ["cors", "timeout"] } -- rgit 0.1.4