From ec1386389cc4388ffe266f9b6b7e32c075fa986e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 17:41:21 +0000 Subject: [PATCH] Update Rust crate tokio to 1.48.0 --- Cargo.toml | 2 +- internal/process/Cargo.toml | 2 +- internal/state/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a753608..1ccf8a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ rcs-ed = { path = "rcs-ed" } structopt = "0.3.26" tempfile = "3.3.0" thiserror = "1.0.30" -tokio = { version = "1.16.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] } +tokio = { version = "1.48.0", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] } walkdir = "2.3.2" [features] diff --git a/internal/process/Cargo.toml b/internal/process/Cargo.toml index a3fefe3..e6d4f23 100644 --- a/internal/process/Cargo.toml +++ b/internal/process/Cargo.toml @@ -11,6 +11,6 @@ git-fast-import = { path = "../../git-fast-import" } log = "0.4.14" structopt = "0.3.26" thiserror = "1.0.30" -tokio = { version = "1.16.1", features = ["io-util", "process", "sync"] } +tokio = { version = "1.48.0", features = ["io-util", "process", "sync"] } [features] diff --git a/internal/state/Cargo.toml b/internal/state/Cargo.toml index 4a6c2a9..eda566f 100644 --- a/internal/state/Cargo.toml +++ b/internal/state/Cargo.toml @@ -12,7 +12,7 @@ log = "0.4.14" serde = { version = "1.0.136", features = ["derive", "rc"] } speedy = "0.8.1" thiserror = "1.0.30" -tokio = { version = "1.16.1", features = ["io-util", "sync"] } +tokio = { version = "1.48.0", features = ["io-util", "sync"] } zstd = "0.10.0" [features]