From c6a88c8374d08ecd79e3a91481faeab4dd30a155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 08:19:47 +0000 Subject: [PATCH] build(deps): bump binary-heap-plus from 0.4.1 to 0.5.0 Bumps [binary-heap-plus](https://github.com/sekineh/binary-heap-plus-rs) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/sekineh/binary-heap-plus-rs/releases) - [Changelog](https://github.com/sekineh/binary-heap-plus-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/sekineh/binary-heap-plus-rs/commits) --- updated-dependencies: - dependency-name: binary-heap-plus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/uu/sort/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc8cf8424..9d4a5a37d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/src/uu/sort/Cargo.toml b/src/uu/sort/Cargo.toml index bcfb7bfa3..2dcf8b2c8 100644 --- a/src/uu/sort/Cargo.toml +++ b/src/uu/sort/Cargo.toml @@ -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"] }