diff --git a/Cargo.toml b/Cargo.toml index 4d69e56..6d5007d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "1.0.61" tracing = "0.1.40" serde = { version = "1.0.203", features = ["derive"] } once_cell = "1.19.0" -tokio = { version = "1.38.0", features = ["net", "io-util", "time"], optional = true } +tokio = { version = "1.36.0", features = ["net", "io-util", "time"], optional = true } rtsc = "0.3" parking_lot = { version = "0.12.3", optional = true } parking_lot_rt = { version = "0.12.1", optional = true } @@ -41,7 +41,7 @@ default = ["locking-default"] imageproc = "0.22" image = "0.23" rmp-serde = "1.3.0" -tokio = { version = "1.38.0", features = ["full"] } +tokio = { version = "=1.36.0", features = ["full"] } rusttype = "0.9.2" serde_json = "1.0.117"