Skip to content

Commit

Permalink
Update indexmap requirement from 1.6.1 to 2.0.2
Browse files Browse the repository at this point in the history
Updates the requirements on [indexmap](https://github.com/bluss/indexmap) to permit the latest version.
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@1.6.1...2.0.2)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 3b29215 commit 09e4222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algonaut_crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "0.4.2"
algonaut_encoding = { path = "../algonaut_encoding", version = "0.4.2" }
data-encoding = "2.3.1"
derive_more = "0.99.13"
indexmap = "1.6.1"
indexmap = "2.0.2"
lazy_static = "1.4.0"
serde = { version = "1.0", features = ["derive"] }
sha2 = "0.10.1"
Expand Down

0 comments on commit 09e4222

Please sign in to comment.