Update Rust crate uuid to 1.19.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-25 00:39:38 +00:00
parent 95e2399ea8
commit 077575b8b1
2 changed files with 4 additions and 4 deletions

View File

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