diff options
| author | mat <git@matdoes.dev> | 2024-01-08 21:15:12 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-01-08 21:15:12 -0600 |
| commit | fd1c99e74a8a89278522d1d9f9e4493e7a0c0193 (patch) | |
| tree | f8bc59128f10c21bc0d41fbfde88e1a0e0ae6e87 /azalea-block | |
| parent | 42f49c58edc0782622e15d738b90db771e44a142 (diff) | |
| download | azalea-drasl-fd1c99e74a8a89278522d1d9f9e4493e7a0c0193.tar.xz | |
upgrade deps
Diffstat (limited to 'azalea-block')
| -rw-r--r-- | azalea-block/azalea-block-macros/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml index 720e4480..5fa1ce48 100644 --- a/azalea-block/azalea-block-macros/Cargo.toml +++ b/azalea-block/azalea-block-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.70" -quote = "1.0.33" -syn = "2.0.39" +proc-macro2 = "1.0.76" +quote = "1.0.35" +syn = "2.0.48" |
