rust: Bump versions Change-Id: Ied6a7432232f0b05a8519a200ff64255da86c27d Reviewed-on: https://bluetooth-review.googlesource.com/c/bluetooth/+/2660 Reviewed-by: Dayeong Lee <dayeonglee@google.com>
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 5cc0701..4ce19aa 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml
@@ -25,9 +25,9 @@ bitfield = "0.14.0" futures = "=0.3.31" lazy_static = "1.5" -log = { version = "0.4.22", features = [ "kv", "std" ] } +log = { version = "0.4.27", features = [ "kv", "std" ] } num = { version = "0.4.3", features = ["rand"] } -parking_lot = "0.12.0" +parking_lot = "0.12.4" pretty_assertions = "1.2.1" thiserror = "2.0.12" uuid = { version = "1.1.2", features = ["serde", "v4"] }