Merge pull request #205 from readur/renovate/uuid-1.x-lockfile

fix(deps): update rust crate uuid to v1.18.1
This commit is contained in:
Jon Fuller 2025-09-02 15:54:35 -07:00 committed by GitHub
commit 2601ef41aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -5557,9 +5557,9 @@ dependencies = [
[[package]]
name = "uuid"
version = "1.18.0"
version = "1.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be"
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
dependencies = [
"getrandom 0.3.3",
"js-sys",