From 0dbd60615c330e7ac83fe2d1a6d4e79896fb84d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:59:39 +0000 Subject: [PATCH] build(deps): bump indexmap from 2.2.5 to 2.2.6 (#31860) Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.5 to 2.2.6. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.5...2.2.6) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2f8d8b01b1..cac87c92f6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1110,7 +1110,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e16e44ab292b1dddfdaf7be62cfd8877df52f2f3fde5858d95bab606be259f20" dependencies = [ "bitflags 2.5.0", - "libloading 0.7.4", + "libloading 0.8.3", "winapi", ] @@ -1306,7 +1306,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.3", ] [[package]] @@ -2528,7 +2528,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 2.2.5", + "indexmap 2.2.6", "slab", "tokio", "tokio-util", @@ -2822,9 +2822,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.5" +version = "2.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" +checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" dependencies = [ "equivalent", "hashbrown 0.14.3", @@ -3459,7 +3459,7 @@ dependencies = [ "cssparser", "euclid", "http", - "indexmap 2.2.5", + "indexmap 2.2.6", "keyboard-types", "selectors", "serde", @@ -3752,7 +3752,7 @@ dependencies = [ "bitflags 2.5.0", "codespan-reporting", "hexf-parse", - "indexmap 2.2.5", + "indexmap 2.2.6", "log", "num-traits", "rustc-hash", @@ -4893,7 +4893,7 @@ dependencies = [ "http", "hyper_serde", "image", - "indexmap 2.2.5", + "indexmap 2.2.6", "ipc-channel", "itertools 0.12.1", "jstraceable_derive", @@ -6309,7 +6309,7 @@ version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ - "indexmap 2.2.5", + "indexmap 2.2.6", "serde", "serde_spanned", "toml_datetime", @@ -7007,7 +7007,7 @@ dependencies = [ "js-sys", "khronos-egl", "libc", - "libloading 0.7.4", + "libloading 0.8.3", "log", "metal 0.27.0", "naga", diff --git a/Cargo.toml b/Cargo.toml index 17f061f8cf6..2237d87d746 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.5", features = ["std"] } +indexmap = { version = "2.2.6", features = ["std"] } ipc-channel = "0.18" itertools = "0.12" jemallocator = "0.5.4"