2 Commits

Author SHA1 Message Date
42d7cd741c Merge pull request 'Update Rust crate uuid to 1.20.0' (#530) from renovate/uuid-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2026-01-26 00:32:46 +00:00
f62dfa8bee Update Rust crate uuid to 1.20.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2026-01-25 00:34:11 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -3319,9 +3319,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.19.0"
version = "1.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f"
dependencies = [
"getrandom 0.3.2",
"js-sys",

View File

@@ -21,7 +21,7 @@ lazy_static = "1.5.0"
anyhow = "1.0.100"
reqwest = { version = "0.13.1", features = ["json"] }
thiserror = "2.0.18"
uuid = { version = "1.19.0", features = ["v4", "serde"] }
uuid = { version = "1.20.0", features = ["v4", "serde"] }
futures-util = "0.3.31"
lazy-regex = "3.5.1"
mime_guess = "2.0.5"