diff options
Diffstat (limited to 'azalea-inventory')
| -rw-r--r-- | azalea-inventory/azalea-inventory-macros/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml index e28a11ca..2c59f8db 100644 --- a/azalea-inventory/azalea-inventory-macros/Cargo.toml +++ b/azalea-inventory/azalea-inventory-macros/Cargo.toml @@ -12,6 +12,6 @@ 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" |
