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

8
Cargo.lock generated
View File

@@ -59,9 +59,9 @@ checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.96" version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
[[package]] [[package]]
name = "ascii_utils" name = "ascii_utils"
@@ -2394,9 +2394,9 @@ dependencies = [
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.15.1" version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" checksum = "5b9d026a9ffd5fc7a7d88090ee3e480521e6af932f0d2a4eafb63da0c3927060"
dependencies = [ dependencies = [
"getrandom 0.3.1", "getrandom 0.3.1",
"rand 0.9.0", "rand 0.9.0",