commit | 78c3f4a76f7e6bc43443c73acb6e49935e13c03d | [log] [tgz] |
---|---|---|
author | Peter Johnston <peterjohnston@google.com> | Wed Aug 13 15:32:26 2025 -0700 |
committer | Peter Johnston <peterjohnston@google.com> | Thu Aug 14 09:35:03 2025 -0700 |
tree | b950f3912cbd8b1534c64553761fef18da6d6b2b | |
parent | ea7e38d0a2aa3e2e0a43c3d02a86363e6eb0c9ff [diff] |
rust: Bump futures dependency Update futures to v0.3.31. Change-Id: I31cbfa50f0bf054caaa9efe9d1e0f6e9cdaebe6a Reviewed-on: https://bluetooth-review.googlesource.com/c/bluetooth/+/2540 Reviewed-by: Marie Janssen <jamuraa@google.com>
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d1f23ca..4fbcdbd 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml
@@ -22,7 +22,7 @@ ## External dependencies assert_matches = "1.5.0" bitfield = "0.14.0" -futures = "=0.3.30" +futures = "=0.3.31" lazy_static = "1.4" log = { version = "0.4.22", features = [ "kv", "std" ] } parking_lot = "0.12.0"