1 Commits

Author SHA1 Message Date
39ca097d79 Update Rust crate uuid to 1.22.0
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-22 00:33:57 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -4306,11 +4306,11 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.17.0" version = "1.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
dependencies = [ dependencies = [
"getrandom 0.3.2", "getrandom 0.4.1",
"js-sys", "js-sys",
"wasm-bindgen", "wasm-bindgen",
] ]

View File

@@ -33,7 +33,7 @@ rust_iso3166 = "0.1.14"
rust-s3 = "0.35.1" rust-s3 = "0.35.1"
sha2 = "0.10.9" sha2 = "0.10.9"
image = "0.25.10" image = "0.25.10"
uuid = { version = "1.17.0", features = ["v4"] } uuid = { version = "1.22.0", features = ["v4"] }
httpdate = "1.0.3" httpdate = "1.0.3"
zip = "4.3.0" zip = "4.3.0"
mime_guess = "2.0.5" mime_guess = "2.0.5"