From 865b85440992af7aa2ca53d5ad967db3bae60253 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 4 Feb 2023 00:17:45 +0000 Subject: [PATCH] Update Rust crate bytes to 1.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 887a977..eaa6943 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-feature tokio-tungstenite = { version = "0.18.0", features = ["__rustls-tls", "rustls-tls-native-roots"] } urlencoding = "2.1.2" hyper-rustls = { version = "0.23.2", features = ["rustls-native-certs"] } -bytes = "1.2.1" +bytes = "1.4.0" rustls-pemfile = "1.0.2" rustls = "0.20.7"