diff --git a/Cargo.toml b/Cargo.toml index 9db0032..7b352cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,6 @@ bytes = "1.8.0" futures-util = "0.3.31" serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.132" -thiserror = "2.0.0" -tokio = "1.41.0" +thiserror = "1.0.68" +tokio = "1.41.1" tracing = "0.1.40"