diff options
| author | mat <git@matdoes.dev> | 2023-09-08 16:51:30 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-08 16:51:32 -0500 |
| commit | 35d6ac565d43234bec36e8f013e982f2ab4fc80f (patch) | |
| tree | a6544f04a327e77cc9708a6a6548d9cb8aa99941 /azalea-protocol/azalea-protocol-macros | |
| parent | e6a787f77752da4593964eba775e82f8c6d282b4 (diff) | |
| download | azalea-drasl-35d6ac565d43234bec36e8f013e982f2ab4fc80f.tar.xz | |
upgrade deps
Diffstat (limited to 'azalea-protocol/azalea-protocol-macros')
| -rw-r--r-- | azalea-protocol/azalea-protocol-macros/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml index 2a890eab..15a3ebeb 100644 --- a/azalea-protocol/azalea-protocol-macros/Cargo.toml +++ b/azalea-protocol/azalea-protocol-macros/Cargo.toml @@ -12,5 +12,5 @@ proc-macro = true [dependencies] proc-macro2 = "^1.0.66" -quote = "^1.0.32" -syn = "^2.0.28" +quote = "^1.0.33" +syn = "^2.0.31" |
