diff --git a/Cargo.toml b/Cargo.toml index b1e6e2a4..d689200c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ serde = { version = "1", features = ["derive"] } serde_typename = "0.1" tar = "0.4" thiserror = "1.0.49" -tokio = { version = "1", features = ["fs", "rt", "macros", "process", "io-std", "tracing"] } +tokio = { version = "^1.26", features = ["fs", "rt", "macros", "process", "io-std", "tracing"] } toml = "0.8.0" tonic-build = { version = "0.10.0", optional = true } tracing = "0.1"