From a500c79e9cbd32007d31af5013c7be18f74701dd Mon Sep 17 00:00:00 2001 From: jordan Date: Thu, 03 Apr 2025 16:49:18 +0700 Subject: [PATCH] Merge pull request #124 from w4/dependabot/cargo/tokio-1.44.1 Bump tokio from 1.42.0 to 1.44.1--- Cargo.lock | 12 +++++++----- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a459407..67a2e20 100644 --- a/Cargo.lock +++ a/Cargo.lock @@ -1919,9 +1919,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" @@ -3042,9 +3042,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", @@ -3061,9 +3061,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 12654e8..9914dae 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