1
0
Fork 0
mirror of https://github.com/azalea-rs/simdnbt.git synced 2025-08-02 07:26:04 +00:00

upgrade deps

This commit is contained in:
mat 2024-01-18 22:12:53 -06:00
parent 55ddbe34e2
commit 4e0002639b
2 changed files with 5 additions and 5 deletions

View file

@ -9,9 +9,9 @@ repository = "https://github.com/azalea-rs/simdnbt"
# 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"
[lib]
proc-macro = true

View file

@ -13,10 +13,10 @@ byteorder = "1.5.0"
flate2 = "^1.0.28"
residua-mutf8 = "2.0.0"
simdnbt-derive = { version = "0.3.0", path = "../simdnbt-derive", optional = true }
thiserror = "1.0.50"
thiserror = "1.0.56"
[dev-dependencies]
criterion = { version = "^0.5.1", features = ["html_reports"] }
criterion = { version = "0.5.1", features = ["html_reports"] }
graphite_binary = "0.1.0"
valence_nbt = { version = "0.8.0", features = ["binary"] }
fastnbt = "2.4.4"