diff --git a/templates/rust/http/Cargo.lock b/templates/rust/http/Cargo.lock index eeccb1af54..e79711845c 100644 --- a/templates/rust/http/Cargo.lock +++ b/templates/rust/http/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "actix-codec" @@ -302,9 +302,9 @@ dependencies = [ [[package]] name = "bytes" -version = "1.6.1" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "bytestring"