Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent c523748 commit b6ac0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pingora-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pingora-http = { version = "0.1.0", path = "../pingora-http" }
pingora-lru = { version = "0.1.0", path = "../pingora-lru" }
pingora-timeout = { version = "0.1.0", path = "../pingora-timeout" }
http = { workspace = true }
indexmap = "1"
indexmap = "2"
once_cell = { workspace = true }
regex = "1"
blake2 = "0.10"
Expand Down

0 comments on commit b6ac0b9

Please sign in to comment.