aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorveronoicc <64193056+veronoicc@users.noreply.github.com>2024-05-14 23:59:36 +0200
committerGitHub <noreply@github.com>2024-05-14 16:59:36 -0500
commit892869ad1249e238eb9228d57bd9884793a9fe75 (patch)
tree57d6bdc810b6d5989fbdc6a9ed171c2fd51b5455 /Cargo.lock
parentb00106b7ff18c2d1fc5b751227616f5bf1f3495c (diff)
downloadazalea-drasl-892869ad1249e238eb9228d57bd9884793a9fe75.tar.xz
Update simdnbt dep (#148)
* Update simdnbt dep * Fix not compiling (rust analyzer is still yapping, i trust you cargo check) * Update simdnbt to 0.5.2 * finally everything works :prayge:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock23
1 files changed, 15 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a6e3906a..9cac9d85 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1157,11 +1157,12 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "erased-serde"
-version = "0.4.4"
+version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2b73807008a3c7f171cc40312f37d95ef0396e048b5848d775f54b1a4dd4a0d3"
+checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
dependencies = [
"serde",
+ "typeid",
]
[[package]]
@@ -2406,8 +2407,8 @@ dependencies = [
[[package]]
name = "simdnbt"
-version = "0.4.3"
-source = "git+https://github.com/azalea-rs/simdnbt#c83d29855afbc224eb7c1d0d5a0ddf391b2eea54"
+version = "0.5.2"
+source = "git+https://github.com/azalea-rs/simdnbt#07bb1e703664eb19328eb58e9a423585b1128687"
dependencies = [
"byteorder",
"flate2",
@@ -2419,8 +2420,8 @@ dependencies = [
[[package]]
name = "simdnbt-derive"
-version = "0.4.3"
-source = "git+https://github.com/azalea-rs/simdnbt#c83d29855afbc224eb7c1d0d5a0ddf391b2eea54"
+version = "0.5.2"
+source = "git+https://github.com/azalea-rs/simdnbt#07bb1e703664eb19328eb58e9a423585b1128687"
dependencies = [
"proc-macro2",
"quote",
@@ -2459,9 +2460,9 @@ dependencies = [
[[package]]
name = "smol_str"
-version = "0.2.1"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49"
+checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
dependencies = [
"serde",
]
@@ -2847,6 +2848,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
+name = "typeid"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf"
+
+[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"