diff --git a/Cargo.toml b/Cargo.toml index e7eeebb1..d1850368 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ rstest = "0.26.1" sequoia-openpgp = { version = "2.4.1", default-features = false, features = ["crypto-openssl"] } unicode-segmentation = "1.13.3" url = "2.5.8" -uuid = { version = "1.23.4", features = ["v4"] } +uuid = { version = "1.24.0", features = ["v4"] } walkdir = "2.5.0" wiremock = "0.6.5"