diff --git a/Cargo.lock b/Cargo.lock index 7a85304..75029db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[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 = "cfg-if" diff --git a/Cargo.toml b/Cargo.toml index a08f251..3d15b6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ categories = ["network-programming", "encoding", "parser-implementations", "pars pest = "2.7.3" pest_derive = "2.7.3" thiserror = "1.0.48" -bytes = "1.4.0" \ No newline at end of file +bytes = "1.5.0" \ No newline at end of file