Merge pull request #4040 from uutils/dependabot/cargo/binary-heap-plus-0.5.0

build(deps): bump binary-heap-plus from 0.4.1 to 0.5.0
This commit is contained in:
Sylvestre Ledru 2022-11-03 08:25:30 +01:00 committed by GitHub
commit 9293cbb05b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -100,9 +100,9 @@ dependencies = [
[[package]]
name = "binary-heap-plus"
version = "0.4.1"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f068638f8ff9e118a9361e66a411eff410e7fb3ecaa23bf9272324f8fc606d7"
checksum = "e4551d8382e911ecc0d0f0ffb602777988669be09447d536ff4388d1def11296"
dependencies = [
"compare",
]

View file

@ -15,7 +15,7 @@ edition = "2021"
path = "src/sort.rs"
[dependencies]
binary-heap-plus = "0.4.1"
binary-heap-plus = "0.5.0"
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
compare = "0.1.0"
ctrlc = { version = "3.0", features = ["termination"] }