diff options
Diffstat (limited to 'azalea-registry')
| -rw-r--r-- | azalea-registry/azalea-registry-macros/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-registry/azalea-registry-macros/Cargo.toml b/azalea-registry/azalea-registry-macros/Cargo.toml index 1f61da4c..27917581 100644 --- a/azalea-registry/azalea-registry-macros/Cargo.toml +++ b/azalea-registry/azalea-registry-macros/Cargo.toml @@ -12,9 +12,9 @@ proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -proc-macro2 = "1.0.66" +proc-macro2 = "1.0.67" quote = "1.0.33" -syn = "2.0.31" +syn = "2.0.37" [features] serde = [] |
