Skip to content

Commit

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

---
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 Oct 23, 2023
1 parent 9cf7def commit 7cfdc5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/query-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bb8 = "0.8.1"
bb8-tiberius = "0.15.0"

bytes = "1.5.0" # only included to sort deps conflict
indexmap = "1"
indexmap = "2"
schemars = { version = "0.8.15", features = ["smol_str"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
Expand Down

0 comments on commit 7cfdc5e

Please sign in to comment.