diff --git a/Cargo.lock b/Cargo.lock index d2dd7c30..67d456be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3074,9 +3074,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.18.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be" +checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" dependencies = [ "getrandom 0.3.2", ] diff --git a/Cargo.toml b/Cargo.toml index acef923b..975f6b0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ tracing = { version = "0.1.41", default-features = false, features = ["release_m tracing-subscriber = { version = "0.3.19", default-features = false, features = ["ansi", "env-filter", "std", "tracing-log", "json"] } ureq = { version = "2.12.1", default-features = false } url = { version = "2.5.4", default-features = false } -uuid = { version = "1.18.0", default-features = false, features = ["v4"] } +uuid = { version = "1.18.1", default-features = false, features = ["v4"] } walkdir = { version = "2.5.0", default-features = false } webpki-roots = { version = "1.0.2", default-features = false } zeroize = { version = "1.8.1", default-features = false }