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:
parent
911a5e4524
commit
e2864bcf12
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.69"
|
||||
proc-macro2 = "1.0.70"
|
||||
quote = "1.0.33"
|
||||
syn = "2.0.38"
|
||||
syn = "2.0.39"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
|
@ -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
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1.4.3"
|
||||
flate2 = "^1.0.27"
|
||||
byteorder = "1.5.0"
|
||||
flate2 = "^1.0.28"
|
||||
residua-mutf8 = "2.0.0"
|
||||
simdnbt-derive = { version = "0.2.0", path = "../simdnbt-derive", optional = true }
|
||||
thiserror = "1.0.47"
|
||||
thiserror = "1.0.50"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "^0.5.1", features = ["html_reports"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue