diff --git a/Cargo.lock b/Cargo.lock index 9d5c84f1..201aae39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1269,9 +1269,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" +checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" dependencies = [ "serde", ] diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index 7120328a..e9e31bec 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -30,4 +30,4 @@ rustfmt-wrapper = "0.2.1" schema = "0.1.0" schemars = { version = "0.8.21", features = ["uuid1", "impl_json_schema"] } syn = { version = "2.0.79", features = ["full", "extra-traits"] } -uuid = "1.10.0" +uuid = "1.11.0" diff --git a/typify/Cargo.toml b/typify/Cargo.toml index d2a1da84..bd40f67c 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -29,4 +29,4 @@ schemars = "0.8.21" serde = "1.0.210" serde_json = "1.0.128" trybuild = "1.0.99" -uuid = { version = "1.10.0", features = ["serde"] } +uuid = { version = "1.11.0", features = ["serde"] }