diff --git a/Cargo.toml b/Cargo.toml index a753608..a9ba50a 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.37.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..954e9a9 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.37.0", features = ["io-util", "process", "sync"] } [features] diff --git a/internal/state/Cargo.toml b/internal/state/Cargo.toml index 4a6c2a9..96c5f1c 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.37.0", features = ["io-util", "sync"] } zstd = "0.10.0" [features]