Skip to content

Commit

Permalink
Update priority-queue and bincode crates
Browse files Browse the repository at this point in the history
  • Loading branch information
easbar committed May 4, 2024
1 parent 61c309a commit 3596c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ travis-ci = { repository = "easbar/fast_paths", branch = "master" }
[dependencies]
serde = { version = "1.0", features =["derive"] }
log = "0.4"
priority-queue = "1.0.0"
priority-queue = "2.0.2"

[dev-dependencies]
bincode = "1.1.2"
bincode = "1.3.3"
rand = "0.6"
stopwatch = "0.0.7"

0 comments on commit 3596c47

Please sign in to comment.