rust: Update deps to match fuchsia
For easier integraton with fuchsia.git, use it as the lowest acceptable
version.
Test: update fuchsia implementaion crate
Change-Id: Ia3a84d1d9e7de37de09052f28555d2471fa0d174
Reviewed-on: https://bluetooth-review.git.corp.google.com/c/bluetooth/+/1620
Reviewed-by: Dayeong Lee <dayeonglee@google.com>
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 405aec0..60e0918 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -23,5 +23,5 @@
parking_lot = "0.12.0" # 0.12.0 in Fuchsia
pretty_assertions = "1"
thiserror = "1.0.23"
-tracing = "0.1.40"
-uuid = { version = "1.4.1", features = ["macro-diagnostics"] }
+tracing = { version = "0.1.40", default-features = false, features = ["std", "attributes"] }
+uuid = { version = "1.1.2", features = ["serde", "v4"] }