Compare commits

...

2 Commits

Author SHA1 Message Date
50245544be Merge pull request 'Update Rust crate uuid to 1.20.0' (#24) from renovate/uuid-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2026-01-26 00:26:26 +00:00
ba7e85c442 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:26:55 +00:00
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.19.0" version = "1.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f"
dependencies = [ dependencies = [
"getrandom", "getrandom",
"js-sys", "js-sys",

View File

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