Merge pull request 'chore(deps): update rust crate uuid to v1.18.1' (#80) from renovate/uuid-1.x-lockfile into woodpecker-pipeline

Reviewed-on: https://git.batsense.net/mCaptcha/mCaptcha/pulls/80
This commit is contained in:
Aravinth Manivannan 2025-10-02 13:31:01 +05:30
commit 848c3f80bf

8
Cargo.lock generated
View File

@ -4359,12 +4359,14 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.11.0" version = "1.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
dependencies = [ dependencies = [
"getrandom 0.2.15", "getrandom 0.3.3",
"js-sys",
"serde", "serde",
"wasm-bindgen",
] ]
[[package]] [[package]]