diff --git a/Cargo.lock b/Cargo.lock index 39589a35907..dbe6ae42355 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9357,9 +9357,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[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.3", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index e05d3354133..daaa97f2027 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -168,7 +168,7 @@ unicode-script = "0.5" unicode-segmentation = "1.12.0" url = "2.5" urlpattern = "0.3" -uuid = { version = "1.18.0", features = ["v4", "v5"] } +uuid = { version = "1.18.1", features = ["v4", "v5"] } vello = { git = "https://github.com/linebender/vello", rev = "5e3e12559781891b204553161aee761900c7e92d" } vello_cpu = { git = "https://github.com/linebender/vello", rev = "5e3e12559781891b204553161aee761900c7e92d" } webdriver = "0.53.0"