Browse Source

Bump indexmap from 2.0.0 to 2.0.1 (#3320)

Bumps [indexmap](https://github.com/bluss/indexmap) from 2.0.0 to 2.0.1.
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/bluss/indexmap/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3324/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
008b0e5e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -1672,9 +1672,9 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
[[package]]
name = "indexmap"
version = "2.0.0"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
checksum = "ad227c3af19d4914570ad36d30409928b75967c298feb9ea1969db3a610bb14e"
dependencies = [
"equivalent",
"hashbrown 0.14.0",

2
Cargo.toml

@ -47,7 +47,7 @@ clap = "4.4.5"
colored = "2.0.4"
fast-float = "0.2.0"
hashbrown = { version = "0.14.0", default-features = false }
indexmap = "2.0.0"
indexmap = "2.0.1"
indoc = "2.0.4"
jemallocator = "0.5.4"
num-bigint = "0.4.4"

Loading…
Cancel
Save