diff --git a/Cargo.lock b/Cargo.lock index 10e3fa20..a7877abe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1498,9 +1498,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.18.1" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" +checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" dependencies = [ "getrandom", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 611f7fc4..e38962a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ globset = { version = "0.4.16", features = ["simd-accel"], default-features = fa regex = {version = "1.11.1", optional = true, default-features = false } semver = {version = "1.0.25", optional = true, default-features = false } url = { version = "2.5.4", optional = true } -uuid = { version = "1.15.1", default-features = false, features = ["v4", "fast-rng"], optional = true } +uuid = { version = "1.19.0", default-features = false, features = ["v4", "fast-rng"], optional = true } jsonschema = { version = "0.30.0", default-features = false, optional = true } chrono = { version = "0.4.40", optional = true } chrono-tz = { version = "0.10.1", optional = true }