Update Rust crate uuid to v1.16.0
Some checks failed
tests / fmt (push) Successful in 1m37s
tests / build (push) Successful in 1m50s
tests / pre-commit (push) Successful in 1m35s
tests / clippy (push) Successful in 1m39s
tests / test (push) Failing after 4m18s

This commit is contained in:
2025-03-17 00:04:59 +00:00
parent c461671bfb
commit 65b6245d04

4
Cargo.lock generated
View File

@@ -4247,9 +4247,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
[[package]]
name = "uuid"
version = "1.15.1"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587"
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
dependencies = [
"getrandom 0.3.1",
]