deps: Update bit-vec, downcast-rs, ordered-float, thiserror (#808)

This commit is contained in:
Bruce Mitchener
2025-04-10 17:10:08 +07:00
committed by GitHub
parent 3855592447
commit 1077faba16
5 changed files with 17 additions and 17 deletions

View File

@@ -74,15 +74,15 @@ approx = "0.5"
rayon = { version = "1", optional = true }
crossbeam = "0.8"
arrayvec = "0.7"
bit-vec = "0.7"
bit-vec = "0.8"
rustc-hash = "2"
serde = { version = "1", features = ["derive"], optional = true }
downcast-rs = "1.2"
downcast-rs = "2"
num-derive = "0.4"
bitflags = "2"
log = "0.4"
ordered-float = "4"
thiserror = "1"
ordered-float = "5"
thiserror = "2"
profiling = "1.0"
[dev-dependencies]

View File

@@ -75,15 +75,15 @@ approx = "0.5"
rayon = { version = "1", optional = true }
crossbeam = "0.8"
arrayvec = "0.7"
bit-vec = "0.7"
bit-vec = "0.8"
rustc-hash = "2"
serde = { version = "1", features = ["derive"], optional = true }
downcast-rs = "1.2"
downcast-rs = "2"
num-derive = "0.4"
bitflags = "2"
log = "0.4"
ordered-float = "4"
thiserror = "1"
ordered-float = "5"
thiserror = "2"
profiling = "1.0"
[dev-dependencies]

View File

@@ -77,15 +77,15 @@ approx = "0.5"
rayon = { version = "1", optional = true }
crossbeam = "0.8"
arrayvec = "0.7"
bit-vec = "0.7"
bit-vec = "0.8"
rustc-hash = "2"
serde = { version = "1", features = ["derive"], optional = true }
downcast-rs = "1.2"
downcast-rs = "2"
num-derive = "0.4"
bitflags = "2"
log = "0.4"
ordered-float = "4"
thiserror = "1"
ordered-float = "5"
thiserror = "2"
profiling = "1.0"
[dev-dependencies]

View File

@@ -25,7 +25,7 @@ collada = ["mesh-loader/collada"]
wavefront = ["mesh-loader/obj"]
[dependencies]
thiserror = "1.0.61"
thiserror = "2"
profiling = "1.0"
mesh-loader = "0.1.12"

View File

@@ -79,15 +79,15 @@ approx = "0.5"
rayon = { version = "1", optional = true }
crossbeam = "0.8"
arrayvec = "0.7"
bit-vec = "0.7"
bit-vec = "0.8"
rustc-hash = "2"
serde = { version = "1", features = ["derive"], optional = true }
downcast-rs = "1.2"
downcast-rs = "2"
num-derive = "0.4"
bitflags = "2"
log = "0.4"
ordered-float = "4"
thiserror = "1"
ordered-float = "5"
thiserror = "2"
profiling = "1.0"
[dev-dependencies]