diff --git a/Cargo.toml b/Cargo.toml index e1ab8ef2..4c407e91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ text-decoding = ["encoding_rs", "mime"] unstable-interceptors = [] [dependencies] -async-channel = "1.4.2" +async-channel = "2.3.1" castaway = "0.1.1" crossbeam-utils = ">=0.7.0, <0.9.0" curl = "0.4.36"