diff --git a/Cargo.lock b/Cargo.lock index 688a45bcb..bc574b0c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6709,9 +6709,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.13.1" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0" +checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6" dependencies = [ "serde", ] diff --git a/crates/storage-pg/Cargo.toml b/crates/storage-pg/Cargo.toml index 7588cb132..4615478ed 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.1" +uuid = "1.13.2" ulid = { workspace = true, features = ["uuid"] } oauth2-types.workspace = true diff --git a/crates/syn2mas/Cargo.toml b/crates/syn2mas/Cargo.toml index aef5bdaea..655232cbc 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.1" +uuid = "1.13.2" ulid = { workspace = true, features = ["uuid"] } mas-config.workspace = true