Compare commits

..

1 Commits

Author SHA1 Message Date
efb26101c2 fix(deps): update rust crate uuid to v1.13.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-02-05 05:13:20 +00:00

4
Cargo.lock generated
View File

@ -2394,9 +2394,9 @@ dependencies = [
[[package]]
name = "uuid"
version = "1.13.1"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0"
checksum = "5b9d026a9ffd5fc7a7d88090ee3e480521e6af932f0d2a4eafb63da0c3927060"
dependencies = [
"getrandom 0.3.1",
"rand 0.9.0",