Skip to content

Commit

Permalink
Update priority queue (#26)
Browse files Browse the repository at this point in the history
I've been looking at duplicate dependencies and priority-queue 1 was pulling in old versions of indexmap and hashbrown
  • Loading branch information
konstin authored Mar 22, 2024
1 parent addbaf1 commit e981e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include = ["Cargo.toml", "LICENSE", "README.md", "src/**", "tests/**", "examples

[dependencies]
indexmap = "2.0.2"
priority-queue = "1.1.1"
priority-queue = "2.0.2"
thiserror = "1.0"
rustc-hash = "1.1.0"
serde = { version = "1.0", features = ["derive"], optional = true }
Expand Down

0 comments on commit e981e4d

Please sign in to comment.