diff --git a/Cargo.lock b/Cargo.lock index 42e9aea5a..bb36f46f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1024,9 +1024,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.17.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" +checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" dependencies = [ "getrandom", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 07edc1582..e0d288d38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ syn = "2.0.104" test-strategy = "0.4.1" trybuild = "1.0" typify = "0.4.2" -uuid = { version = "1.17.0", default-features = false } +uuid = { version = "1.18.1", default-features = false } [workspace.lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }