*: Update crate versions to match Fuchsia

Test: cargo check
Change-Id: I0ce0ad032cd3a2c98ba783e835638610d49bfd6a
Reviewed-on: https://bluetooth-review.googlesource.com/c/bluetooth/+/3460
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 16147a7..c200dde 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -29,6 +29,6 @@
 num = { version = "0.4.3", features = ["rand"] }
 parking_lot = "0.12.5"
 pin-project = "1.1"
-pretty_assertions = "1.2.1"
+pretty_assertions = "1.4.1"
 thiserror = "2.0.18"
-uuid = { version = "1.1.2", features = ["serde", "v4"] }
+uuid = { version = "1.23.3", features = ["serde", "v4"] }