diff --git a/Cargo.lock b/Cargo.lock index 17f66788..af845251 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -982,9 +982,9 @@ dependencies = [ [[package]] name = "serde_tokenstream" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64060d864397305347a78851c51588fd283767e7e7589829e8121d65512340f1" +checksum = "d7c49585c52c01f13c5c2ebb333f14f6885d76daa768d8a037d28017ec538c69" dependencies = [ "proc-macro2", "quote", diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index 203e8384..42aa5c6b 100644 --- a/typify-macro/Cargo.toml +++ b/typify-macro/Cargo.toml @@ -17,6 +17,6 @@ schemars = "0.8.22" semver = { version = "1.0.27", features = ["serde"] } serde = "1.0.228" serde_json = "1.0.149" -serde_tokenstream = "0.2.2" +serde_tokenstream = "0.2.3" syn = { version = "2.0", features = ["full", "extra-traits"] } typify-impl = { version = "0.6.1", path = "../typify-impl" }