diff --git a/Cargo.lock b/Cargo.lock index 3916663..de854f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1650,9 +1650,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "proc-macro2" -version = "1.0.79" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" +checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43" dependencies = [ "unicode-ident", ] diff --git a/crates/mellow_macros/Cargo.toml b/crates/mellow_macros/Cargo.toml index 5d946e6..8da950f 100644 --- a/crates/mellow_macros/Cargo.toml +++ b/crates/mellow_macros/Cargo.toml @@ -19,4 +19,4 @@ proc-macro = true syn = "2.0.58" quote = "1.0.35" darling = "0.20.8" -proc-macro2 = "1.0.79" \ No newline at end of file +proc-macro2 = "1.0.83" \ No newline at end of file