From c176e4e061a177f0d8223e63cfaf50edacb5dd54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 08:19:21 +0000 Subject: [PATCH] build(deps): bump half from 1.8.2 to 2.2.0 Bumps [half](https://github.com/starkat99/half-rs) from 1.8.2 to 2.2.0. - [Release notes](https://github.com/starkat99/half-rs/releases) - [Changelog](https://github.com/starkat99/half-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/starkat99/half-rs/compare/v1.8.2...v2.2.0) --- updated-dependencies: - dependency-name: half dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++++++++-- src/uu/od/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d52f9b1d98..c10eba81607 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -641,6 +641,12 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "crunchy" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" + [[package]] name = "crypto-common" version = "0.1.3" @@ -893,9 +899,12 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "half" -version = "1.8.2" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" +checksum = "6c467d36af040b7b2681f5fddd27427f6da8d3d072f575a265e181d2f8e8d157" +dependencies = [ + "crunchy", +] [[package]] name = "hashbrown" diff --git a/src/uu/od/Cargo.toml b/src/uu/od/Cargo.toml index 35c83d37bca..1908732f6a5 100644 --- a/src/uu/od/Cargo.toml +++ b/src/uu/od/Cargo.toml @@ -17,7 +17,7 @@ path = "src/od.rs" [dependencies] byteorder = "1.3.2" clap = { version = "3.1", features = ["wrap_help", "cargo"] } -half = "1.6" +half = "2.2" uucore = { version=">=0.0.11", package="uucore", path="../../uucore" } [[bin]]