Skip to content

Commit

Permalink
chore(deps): bump indexmap from 2.2.2 to 2.2.3 (#562)
Browse files Browse the repository at this point in the history
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.2 to 2.2.3.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.2.2...2.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vinayak Kukreja <78971045+vinayak-kukreja@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and vinayak-kukreja authored Feb 13, 2024
1 parent 50408ef commit f095208
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ crate-type = ["cdylib", "lib"]
anyhow = "^1.0.79"
base64 = "^0.21.7"
clap = { version = "^4.4.18", features = ["cargo"] }
indexmap = { version = "^2.2.2", features = ["serde"] }
indexmap = { version = "^2.2.3", features = ["serde"] }
nom = "^7.1.3"
numberkit = "^0.1.0"
phf = { version = "^0.11.2", features = ["macros"] }
Expand All @@ -48,7 +48,7 @@ walkdir = "2.4.0"
zip = "0.6.6"

[build-dependencies]
indexmap = "^2.2.2"
indexmap = "^2.2.3"
phf = { version = "^0.11.2", features = ["macros"] }
phf_codegen = "^0.11.2"
rustc-hash = { version = "1.1.0", optional = true }
Expand Down

0 comments on commit f095208

Please sign in to comment.