diff --git a/Cargo.lock b/Cargo.lock index 446c095..1ec3759 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,9 +129,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.1.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" +checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" [[package]] name = "cast" diff --git a/Cargo.toml b/Cargo.toml index 3b030d3..ed59333 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ ieee802154 = { version = "0.3.0" } log = "0.4.17" heapless = "0.7.10" rand_core = { version = "0.6.3", default-features = false, features = [ "getrandom" ] } -bytes = { version = "1.0.1", default-features = false } +bytes = { version = "1.4.0", default-features = false } byteorder = { version = "1.4.3", default-features = false } defmt = { version = "0.3.2", optional = true } bitflags = "1.2.1"