Skip to content

Commit

Permalink
build(deps): bump indexmap from 1.9.0 to 1.9.1
Browse files Browse the repository at this point in the history
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@1.9.0...1.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 22, 2022
1 parent 5756672 commit 35f1fcc
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 Cargo.toml
Expand Up @@ -15,7 +15,7 @@ anyhow = "1.0.58"
bincode = "1.3.3"
clap = { version = "3.2.2", features = ["cargo", "env" ] }
derive_builder = "0.11.2"
indexmap = { version = "1.9.0", features = ["serde-1"] }
indexmap = { version = "1.9.1", features = ["serde-1"] }
itertools = "0.10.3"
pathdiff = "0.2.1"
rayon = "1.5.3"
Expand Down

0 comments on commit 35f1fcc

Please sign in to comment.