Skip to content

Commit

Permalink
Bump indexmap from 1.9.3 to 2.2.3 in /src/rust/engine
Browse files Browse the repository at this point in the history
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 1.9.3 to 2.2.3.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@1.9.3...2.2.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 25, 2025
1 parent c3e03f5 commit 49f8426
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/rust/engine/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 src/rust/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ hyper = "1"
hyper-rustls = "0.27"
hyper-util = "0.1"
ignore = "0.4.23"
indexmap = { version = "1.9", features = ["std", "serde"] }
indexmap = { version = "2.2", features = ["std", "serde"] }
indicatif = "0.17.9"
internment = "0.6"
itertools = "0.10"
Expand Down

0 comments on commit 49f8426

Please sign in to comment.