Bump indexmap from 2.5.0 to 2.6.0 in /src/wasm-lib (#4071)

Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.5.0 to 2.6.0.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.5.0...2.6.0)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-10-02 12:58:51 -07:00
committed by GitHub
parent 0c478680cb
commit e7aebeac12
3 changed files with 18 additions and 12 deletions

View File

@ -307,7 +307,7 @@ dependencies = [
"bitvec",
"chrono",
"hex",
"indexmap 2.5.0",
"indexmap 2.6.0",
"js-sys",
"once_cell",
"rand 0.8.5",
@ -1111,7 +1111,7 @@ dependencies = [
"futures-core",
"futures-sink",
"http 1.1.0",
"indexmap 2.5.0",
"indexmap 2.6.0",
"slab",
"tokio",
"tokio-util",
@ -1154,6 +1154,12 @@ version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
[[package]]
name = "hashbrown"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
[[package]]
name = "heck"
version = "0.4.1"
@ -1423,12 +1429,12 @@ dependencies = [
[[package]]
name = "indexmap"
version = "2.5.0"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
dependencies = [
"equivalent",
"hashbrown 0.14.5",
"hashbrown 0.15.0",
"serde",
]
@ -1560,7 +1566,7 @@ dependencies = [
"http 1.1.0",
"iai",
"image",
"indexmap 2.5.0",
"indexmap 2.6.0",
"insta",
"itertools 0.13.0",
"js-sys",
@ -1628,7 +1634,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"indexmap 2.5.0",
"indexmap 2.6.0",
"kcl-lib",
"kittycad",
"kittycad-modeling-cmds",
@ -3006,7 +3012,7 @@ version = "1.0.128"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
dependencies = [
"indexmap 2.5.0",
"indexmap 2.6.0",
"itoa",
"memchr",
"ryu",
@ -3504,7 +3510,7 @@ version = "0.22.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
dependencies = [
"indexmap 2.5.0",
"indexmap 2.6.0",
"serde",
"serde_spanned",
"toml_datetime",
@ -4338,7 +4344,7 @@ dependencies = [
"crc32fast",
"crossbeam-utils",
"displaydoc",
"indexmap 2.5.0",
"indexmap 2.6.0",
"memchr",
"thiserror",
]

View File

@ -15,7 +15,7 @@ path = "src/tool.rs"
[dependencies]
anyhow = "1"
async-trait = "0.1.81"
indexmap = "2.5.0"
indexmap = "2.6.0"
kcl-lib = { path = "../kcl" }
kittycad = { workspace = true, features = ["clap"] }
kittycad-modeling-cmds = { workspace = true }

View File

@ -27,7 +27,7 @@ git_rev = "0.1.0"
gltf-json = "1.4.1"
http = { workspace = true }
image = { version = "0.25.1", default-features = false, features = ["png"] }
indexmap = { version = "2.5.0", features = ["serde"] }
indexmap = { version = "2.6.0", features = ["serde"] }
kittycad = { workspace = true }
kittycad-modeling-cmds = { workspace = true }
lazy_static = "1.5.0"