diff --git a/Cargo.lock b/Cargo.lock index 446c095..8fb4067 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,9 +129,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.1.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" +checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c" [[package]] name = "cast" diff --git a/Cargo.toml b/Cargo.toml index 3b030d3..7db81b6 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.3.0", default-features = false } byteorder = { version = "1.4.3", default-features = false } defmt = { version = "0.3.2", optional = true } bitflags = "1.2.1"