diff --git a/Cargo.toml b/Cargo.toml index e1ab8ef2..7f9f19e6 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.0" castaway = "0.1.1" crossbeam-utils = ">=0.7.0, <0.9.0" curl = "0.4.36"