Merge pull request 'Update Rust crate uuid to v1.16.0' (#301) from renovate/uuid-1.x-lockfile into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #301
This commit is contained in:
Pierre HUBERT 2025-03-28 15:19:43 +00:00
commit fd11fb21dc

4
rust/Cargo.lock generated
View File

@ -2459,9 +2459,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[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",
]