diff --git a/Cargo.lock b/Cargo.lock index 55e6b5d..2ce9b5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,9 +85,9 @@ dependencies = [ [[package]] name = "bytemuck" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" +checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a" dependencies = [ "bytemuck_derive", ] diff --git a/Cargo.toml b/Cargo.toml index cfe626a..873c409 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ embedded-hal = "0.2.7" bitbybit = "1.3.2" arbitrary-int = "1.2.7" lm75 = "0.2" -bytemuck = { version = "1.19.0", features = [ +bytemuck = { version = "1.20.0", features = [ "derive", ], default-features = false } # Note: Keep in-sync with `py/setup.py`