Skip to content

Commit

Permalink
ref(dependencies): Update indexmap to v2.2.5 (#3191)
Browse files Browse the repository at this point in the history
Follow-up to
#3161 (comment).

Bumps workspace's `indexmap` from `2.0.0` to `2.2.5` (latest).

Note:
- `2.2.1` introduces a [breaking
change](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md#221)
that should have no impact (the struct `RawOccupiedEntryMut` is not
used).
  • Loading branch information
iker-barriocanal authored Mar 4, 2024
1 parent 99c5642 commit 6bdeb2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ futures = { version = "0.3", default-features = false, features = ["std"] }
insta = { version = "1.31.0", features = ["json", "redactions", "ron"] }
hash32 = "0.3.1"
hashbrown = "0.14.3"
indexmap = "2.0.0"
indexmap = "2.2.5"
itertools = "0.10.5"
once_cell = "1.13.1"
parking_lot = "0.12.1"
Expand Down

0 comments on commit 6bdeb2b

Please sign in to comment.