diff --git a/Cargo.lock b/Cargo.lock index ad90ac93..0811a8b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1174,9 +1174,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.3.2" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2" +checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2" dependencies = [ "serde", ] diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index e24d11a9..d05c23ae 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -26,4 +26,4 @@ rustfmt-wrapper = "0.2" schema = "0.1.0" schemars = { version = "0.8.12", features = ["uuid1"] } serde = "1.0" -uuid = "1.3.2" +uuid = "1.3.3" diff --git a/typify/Cargo.toml b/typify/Cargo.toml index 10784a3b..4dbff890 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -27,4 +27,4 @@ schemars = "0.8.12" serde = "1.0.162" serde_json = "1.0.96" trybuild = "1.0.80" -uuid = { version = "1.3.2", features = ["serde"] } +uuid = { version = "1.3.3", features = ["serde"] }