Skip to content

Commit

Permalink
chore: update priority queue
Browse files Browse the repository at this point in the history
I've been looking at duplicate dependencies in our tree and priority-queue 1 was pulling in old versions of indexmap and hashbrown, so i've updated all dependencies.
  • Loading branch information
konstin committed Mar 22, 2024
1 parent 71385b7 commit 2f8baa0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ 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 }
log = "0.4.14" # for debug logs in tests

[dev-dependencies]
proptest = "0.10.1"
ron = "0.6"
proptest = "1.4.0"
ron = "0.8.1"
varisat = "0.2.2"
criterion = "0.5"
env_logger = "0.9.0"
env_logger = "0.11.3"

[[bench]]
name = "large_case"
Expand Down

0 comments on commit 2f8baa0

Please sign in to comment.