diff --git a/Cargo.lock b/Cargo.lock index af89833..b19a66f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,9 +84,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.5.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cc" diff --git a/Cargo.toml b/Cargo.toml index b055a7a..3923113 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ humantime = "2.1.0" # HTTP and Networking # -------------------- -bytes = "1.5.0" +bytes = "1.11.1" http-body-util = "0.1.0" hyper = { version = "1.2.0", default-features = false } hyper-tls = "0.6.0"