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

This commit is contained in:
2025-12-03 00:15:03 +00:00
parent bd9d9aa6eb
commit 1d293112f6
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@@ -8,4 +8,4 @@ clap = { version = "4.5.53", features = ["derive"] }
lettre = { version = "0.11.19", features = ["tracing"] } lettre = { version = "0.11.19", features = ["tracing"] }
tracing = "0.1.43" tracing = "0.1.43"
tracing-subscriber = "0.3.22" tracing-subscriber = "0.3.22"
uuid = { version = "1.18.1", features = ["v4"] } uuid = { version = "1.19.0", features = ["v4"] }