diff --git a/patchset/Cargo.toml b/patchset/Cargo.toml index a445c44..2173feb 100644 --- a/patchset/Cargo.toml +++ b/patchset/Cargo.toml @@ -7,5 +7,5 @@ license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -binary-heap-plus = "0.4.1" +binary-heap-plus = "0.5.0" thiserror = "1.0.30"