Skip to content

Commit

Permalink
Bump indexmap from 2.0.2 to 2.1.0 in /quickwit (#4069)
Browse files Browse the repository at this point in the history
Bumps [indexmap](https://github.com/bluss/indexmap) from 2.0.2 to 2.1.0.
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.0.2...2.1.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>
Co-authored-by: François Massot <francois.massot@gmail.com>
  • Loading branch information
dependabot[bot] and fmassot authored Nov 2, 2023
1 parent d26565e commit a36180a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions quickwit/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 quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ hyper = { version = "0.14", features = [
"tcp",
] }
hyper-rustls = "0.24"
indexmap = { version = "2.0.0", features = ["serde"] }
indexmap = { version = "2.1.0", features = ["serde"] }
indicatif = "0.17.3"
itertools = "0.11"
json_comments = "0.2"
Expand Down

0 comments on commit a36180a

Please sign in to comment.