From e2864bcf12440aa4b76ae5c091aad3445927522b Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 28 Nov 2023 12:00:13 -0600 Subject: [PATCH] upgrade deps --- simdnbt-derive/Cargo.toml | 4 ++-- simdnbt/Cargo.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/simdnbt-derive/Cargo.toml b/simdnbt-derive/Cargo.toml index 795897c..6b8db65 100644 --- a/simdnbt-derive/Cargo.toml +++ b/simdnbt-derive/Cargo.toml @@ -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 diff --git a/simdnbt/Cargo.toml b/simdnbt/Cargo.toml index bc64cdf..75d96c1 100644 --- a/simdnbt/Cargo.toml +++ b/simdnbt/Cargo.toml @@ -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"] }