Cargo.toml uuid bump

This commit is contained in:
2026-05-03 17:28:36 -04:00
parent c92f8bd2eb
commit df51ec975b
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -649,9 +649,9 @@ dependencies = [
[[package]]
name = "uuid"
version = "1.22.0"
version = "1.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
dependencies = [
"getrandom 0.4.2",
"js-sys",