diff --git a/Cargo.toml b/Cargo.toml index 7f4a5158..b106d02f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde_json = "1.0.44" serde = { version = "1.0.101", features = ["derive"] } tokio = { version = "0.2.11", features = ["full"] } -tokio-util = { version = "0.2.0", features = ["full"] } +tokio-util = { version = "0.3.0", features = ["full"] } reqwest = { version = "0.10", features = ["json", "stream"] } log = "0.4.8"