Skip to content

Commit 3596c47

Browse files
committed
Update priority-queue and bincode crates
1 parent 61c309a commit 3596c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ travis-ci = { repository = "easbar/fast_paths", branch = "master" }
1414
[dependencies]
1515
serde = { version = "1.0", features =["derive"] }
1616
log = "0.4"
17-
priority-queue = "1.0.0"
17+
priority-queue = "2.0.2"
1818

1919
[dev-dependencies]
20-
bincode = "1.1.2"
20+
bincode = "1.3.3"
2121
rand = "0.6"
2222
stopwatch = "0.0.7"

0 commit comments

Comments
 (0)