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 2023-11-28 12:00:13 -06:00
parent 911a5e4524
commit e2864bcf12
2 changed files with 5 additions and 5 deletions

View file

@ -9,9 +9,9 @@ repository = "https://github.com/mat-1/simdnbt"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
proc-macro2 = "1.0.69" proc-macro2 = "1.0.70"
quote = "1.0.33" quote = "1.0.33"
syn = "2.0.38" syn = "2.0.39"
[lib] [lib]
proc-macro = true proc-macro = true

View file

@ -9,11 +9,11 @@ repository = "https://github.com/mat-1/simdnbt"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
byteorder = "1.4.3" byteorder = "1.5.0"
flate2 = "^1.0.27" flate2 = "^1.0.28"
residua-mutf8 = "2.0.0" residua-mutf8 = "2.0.0"
simdnbt-derive = { version = "0.2.0", path = "../simdnbt-derive", optional = true } simdnbt-derive = { version = "0.2.0", path = "../simdnbt-derive", optional = true }
thiserror = "1.0.47" thiserror = "1.0.50"
[dev-dependencies] [dev-dependencies]
criterion = { version = "^0.5.1", features = ["html_reports"] } criterion = { version = "^0.5.1", features = ["html_reports"] }