diff --git a/Cargo.toml b/Cargo.toml index 4fb9484..999406c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tract-onnx = "0.20.22" once_cell = "1.19.0" [dev-dependencies] -tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.35.0", features = ["rt-multi-thread", "macros"] } serde_json = "1.0.108" [features]