1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 08:34:07 +02:00

update dependencies

This commit is contained in:
Robin Appelman 2024-04-04 22:57:03 +02:00
commit 9171f87a4a
3 changed files with 53 additions and 53 deletions

View file

@ -12,10 +12,10 @@ name = "bitbuffer_derive"
proc-macro = true
[dependencies]
syn = { version = "2.0.38", features = ["extra-traits"] }
quote = "1.0.33"
proc-macro2 = "1.0.69"
structmeta = "0.2.0"
syn = { version = "2.0.58", features = ["extra-traits"] }
quote = "1.0.35"
proc-macro2 = "1.0.79"
structmeta = "0.3.0"
merge = "0.1.0"
[dev-dependencies]