Merge pull request 'Update Rust crate bytes to 1.5.0' (#94) from renovate/bytes-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #94
This commit is contained in:
Pierre HUBERT 2023-12-23 13:36:01 +00:00
commit 8622488028
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -474,9 +474,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "1.4.0"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
[[package]]
name = "bytestring"

View File

@ -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.3"
hyper-rustls = { version = "0.23.2", features = ["rustls-native-certs"] }
bytes = "1.4.0"
bytes = "1.5.0"
rustls-pemfile = "1.0.4"
rustls = { version = "0.20.7", features = ["dangerous_configuration"] }