Skip to content

Commit

Permalink
chore(deps): bump indexmap from 1.9.3 to 2.1.0
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.1.0.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@1.9.3...2.1.0)

---
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 and Phoenix500526 committed Apr 1, 2024
1 parent b97b488 commit 94f0a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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/curp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ event-listener = "2.5.2"
flume = "0.11.0"
fs2 = "0.4.3"
futures = "0.3.21"
indexmap = "1.9.2"
indexmap = "2.1.0"
itertools = "0.11"
madsim = { version = "0.2.26", features = ["rpc", "macros"] }
opentelemetry = { version = "0.21.0", features = ["metrics"] }
Expand Down

0 comments on commit 94f0a8b

Please sign in to comment.