From c42175419c2eb2748f9a78e16cd287996367f757 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 13:31:22 +0000 Subject: [PATCH] Update Rust crate tokio to 1.47.1 --- 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..bd29132 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.47.1", 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..9672731 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.47.1", features = ["io-util", "process", "sync"] } [features] diff --git a/internal/state/Cargo.toml b/internal/state/Cargo.toml index 4a6c2a9..1ff0f39 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.47.1", features = ["io-util", "sync"] } zstd = "0.10.0" [features]