diff --git a/Cargo.lock b/Cargo.lock index f6702c98728..185295845da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9134,9 +9134,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" +checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be" dependencies = [ "getrandom 0.3.3", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 4f272e13a28..f3e5d98b420 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -167,7 +167,7 @@ unicode-script = "0.5" unicode-segmentation = "1.12.0" url = "2.5" urlpattern = "0.3" -uuid = { version = "1.12.1", features = ["v4"] } +uuid = { version = "1.18.0", features = ["v4"] } vello = { git = "https://github.com/linebender/vello", rev = "b0e2e598ac62c7b3d04d8660e7b1b7659b596970" } vello_cpu = { git = "https://github.com/linebender/vello", rev = "b0e2e598ac62c7b3d04d8660e7b1b7659b596970" } webdriver = "0.53.0"