From 3346a3bc1f0ef60e8d64c2f5bc7a4f14679cd5a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=A4rtens?= Date: Sun, 27 Aug 2023 17:54:37 +0200 Subject: [PATCH] some manual dependency updates --- Cargo.lock | 16 ++++++++-------- common/Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be601e81f9..dd4735e5b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/common/Cargo.toml b/common/Cargo.toml index 6aac004502..b2a298f2c1 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -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"] }