diff --git a/Cargo.lock b/Cargo.lock index 6f7a38d2a..294e47878 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6709,9 +6709,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.13.2" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6" +checksum = "93d59ca99a559661b96bf898d8fce28ed87935fd2bea9f05983c1464dd6c71b1" dependencies = [ "serde", ] diff --git a/crates/storage-pg/Cargo.toml b/crates/storage-pg/Cargo.toml index 4615478ed..ddd8f2eea 100644 --- a/crates/storage-pg/Cargo.toml +++ b/crates/storage-pg/Cargo.toml @@ -26,7 +26,7 @@ opentelemetry-semantic-conventions.workspace = true rand.workspace = true rand_chacha = "0.3.1" url.workspace = true -uuid = "1.13.2" +uuid = "1.14.0" ulid = { workspace = true, features = ["uuid"] } oauth2-types.workspace = true diff --git a/crates/syn2mas/Cargo.toml b/crates/syn2mas/Cargo.toml index 655232cbc..e7718491c 100644 --- a/crates/syn2mas/Cargo.toml +++ b/crates/syn2mas/Cargo.toml @@ -25,7 +25,7 @@ tracing.workspace = true futures-util = "0.3.30" rand.workspace = true -uuid = "1.13.2" +uuid = "1.14.0" ulid = { workspace = true, features = ["uuid"] } mas-config.workspace = true