diff --git a/Cargo.lock b/Cargo.lock index 724f47db..516d38d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -910,18 +910,18 @@ checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" [[package]] name = "serde" -version = "1.0.196" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" +checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.196" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" +checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" dependencies = [ "proc-macro2", "quote", diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index 8833fe3f..4aeaeb43 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -27,6 +27,6 @@ paste = "1.0.14" rustfmt-wrapper = "0.2.1" schema = "0.1.0" schemars = { version = "0.8.16", features = ["uuid1"] } -serde = "1.0.196" +serde = "1.0.197" syn = { version = "2.0.48", features = ["full", "extra-traits"] } uuid = "1.7.0" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index fd33a950..426b290d 100644 --- a/typify-macro/Cargo.toml +++ b/typify-macro/Cargo.toml @@ -14,7 +14,7 @@ proc-macro = true proc-macro2 = "1.0.78" quote = "1.0.35" schemars = "0.8.16" -serde = "1.0.196" +serde = "1.0.197" serde_json = "1.0.114" serde_tokenstream = "0.2.0" syn = { version = "2.0", features = ["full", "extra-traits"] } diff --git a/typify-test/Cargo.toml b/typify-test/Cargo.toml index d224e879..a5183f87 100644 --- a/typify-test/Cargo.toml +++ b/typify-test/Cargo.toml @@ -5,13 +5,13 @@ edition = "2021" [dependencies] regress = "0.8.0" -serde = "1.0.196" +serde = "1.0.197" serde_json = "1.0.114" [build-dependencies] ipnetwork = { version = "0.20.0", features = ["schemars"] } prettyplease = "0.2.16" schemars = "0.8.16" -serde = "1.0.196" +serde = "1.0.197" syn = "2.0.43" typify = { path = "../typify" } diff --git a/typify/Cargo.toml b/typify/Cargo.toml index 2c86c6fe..c6cf60dc 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -26,7 +26,7 @@ quote = "1.0.34" regress = "0.8.0" rustfmt-wrapper = "0.2.1" schemars = "0.8.16" -serde = "1.0.196" +serde = "1.0.197" serde_json = "1.0.114" trybuild = "1.0.89" uuid = { version = "1.7.0", features = ["serde"] }