diff options
-rw-r--r-- | Cargo.lock | 22 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 12 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock index c19792a7637..0ac28224b31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -335,7 +335,7 @@ dependencies = [ "bitflags 2.4.2", "cexpr", "clang-sys", - "itertools 0.10.5", + "itertools 0.12.1", "lazy_static", "lazycell", "log", @@ -1118,7 +1118,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e16e44ab292b1dddfdaf7be62cfd8877df52f2f3fde5858d95bab606be259f20" dependencies = [ "bitflags 2.4.2", - "libloading 0.7.4", + "libloading 0.8.1", "winapi", ] @@ -1315,7 +1315,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" dependencies = [ - "libloading 0.7.4", + "libloading 0.8.1", ] [[package]] @@ -2504,7 +2504,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 2.2.2", + "indexmap 2.2.3", "slab", "tokio", "tokio-util", @@ -2798,9 +2798,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.2" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520" +checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" dependencies = [ "equivalent", "hashbrown 0.14.3", @@ -3417,7 +3417,7 @@ dependencies = [ "euclid", "http", "hyper_serde", - "indexmap 2.2.2", + "indexmap 2.2.3", "keyboard-types", "selectors", "serde", @@ -3714,7 +3714,7 @@ dependencies = [ "bitflags 2.4.2", "codespan-reporting", "hexf-parse", - "indexmap 2.2.2", + "indexmap 2.2.3", "log", "num-traits", "rustc-hash", @@ -4837,7 +4837,7 @@ dependencies = [ "http", "hyper_serde", "image", - "indexmap 2.2.2", + "indexmap 2.2.3", "ipc-channel", "itertools 0.12.1", "jstraceable_derive", @@ -6229,7 +6229,7 @@ version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" dependencies = [ - "indexmap 2.2.2", + "indexmap 2.2.3", "serde", "serde_spanned", "toml_datetime", @@ -6929,7 +6929,7 @@ dependencies = [ "js-sys", "khronos-egl", "libc", - "libloading 0.7.4", + "libloading 0.8.1", "log", "metal 0.27.0", "naga", diff --git a/Cargo.toml b/Cargo.toml index f89af108641..b2687f56590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ hyper-rustls = { version = "0.24", default-features = false, features = ["accept hyper_serde = { path = "components/hyper_serde" } image = "0.24" imsz = "0.2" -indexmap = { version = "2.2.2", features = ["std"] } +indexmap = { version = "2.2.3", features = ["std"] } ipc-channel = "0.18" itertools = "0.12" jemallocator = "0.5.4" |