Update treeculler

This commit is contained in:
Youser Nayme 2024-05-20 07:17:21 -04:00
parent 23afb9237f
commit fbe7db846e
No known key found for this signature in database
GPG Key ID: 08E3619383679CAE
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -6764,12 +6764,12 @@ dependencies = [
[[package]]
name = "treeculler"
version = "0.2.0"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82449b48a3494420dd1b11081f198c542f795a036246da4a9c5845b7d7427226"
checksum = "c11fcf82651ce9a4550c82beb88a38951fdde004917817eba244359720d74c06"
dependencies = [
"num-traits",
"vek 0.14.1",
"vek 0.17.0",
]
[[package]]

View File

@ -134,7 +134,7 @@ serde = { workspace = true, features = ["rc"] }
slab = { workspace = true }
strum = { workspace = true }
tracing = { workspace = true }
treeculler = "0.2"
treeculler = "0.4"
tokio = { workspace = true, features = ["rt-multi-thread"] }
num_cpus = "1.0"
inline_tweak = { workspace = true }