some manual dependency updates

This commit is contained in:
Marcel Märtens 2023-08-27 17:54:37 +02:00
parent de34726fa7
commit 3346a3bc1f
2 changed files with 10 additions and 10 deletions

16
Cargo.lock generated
View File

@ -2488,7 +2488,7 @@ dependencies = [
"gilrs-core",
"log",
"serde",
"uuid 1.3.2",
"uuid 1.4.1",
"vec_map",
]
@ -2506,7 +2506,7 @@ dependencies = [
"log",
"nix 0.26.2",
"serde",
"uuid 1.3.2",
"uuid 1.4.1",
"vec_map",
"wasm-bindgen",
"web-sys",
@ -5193,9 +5193,9 @@ dependencies = [
[[package]]
name = "roots"
version = "0.0.6"
version = "0.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84348444bd7ad45729d0c49a4240d7cdc11c9d512c06c5ad1835c1ad4acda6db"
checksum = "082f11ffa03bbef6c2c6ea6bea1acafaade2fd9050ae0234ab44a2153742b058"
[[package]]
name = "rose_tree"
@ -6643,8 +6643,8 @@ version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
"cfg-if 0.1.10",
"rand 0.7.3",
"cfg-if 1.0.0",
"rand 0.8.5",
"static_assertions",
]
@ -6779,9 +6779,9 @@ dependencies = [
[[package]]
name = "uuid"
version = "1.3.2"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2"
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
[[package]]
name = "valuable"

View File

@ -47,7 +47,7 @@ num-derive = "0.4.0"
num-traits = { workspace = true }
ordered-float = { workspace = true }
rayon = { workspace = true }
roots = "0.0.6"
roots = "0.0.8"
spin_sleep = "1.0"
tracing = { workspace = true }
uuid = { version = "0.8.1", default-features = false, features = ["serde", "v4"] }
@ -73,7 +73,7 @@ clap = { workspace = true, optional = true }
hashbrown = { workspace = true }
slab = { workspace = true }
slotmap = { version = "1.0", features = ["serde"] }
indexmap = { version = "1.3.0", features = ["rayon"] }
indexmap = { version = "1.9.3", features = ["rayon"] }
# ECS
specs = { workspace = true, features = ["serde", "storage-event-control"] }