From 27e3eb0cbdbc3693b8feca78c502ecccdb7e758f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 22:41:03 +0000 Subject: [PATCH] Bump elf from 0.4.0 to 0.5.0 Bumps [elf](https://github.com/cole14/rust-elf) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/cole14/rust-elf/releases) - [Commits](https://github.com/cole14/rust-elf/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: elf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6a6a38..887df35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,9 +322,9 @@ checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2" [[package]] name = "elf" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c62df5cd2197b4dff3765c5a0de428a6bb9bcfba743e37e0ecc494c13f6c758c" +checksum = "2245748bd175cc7ef5e596cd9228e6b5aa4146d6a8e26752b12672f8fc36a90b" [[package]] name = "encode_unicode" diff --git a/Cargo.toml b/Cargo.toml index 93a8a08..12adada 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ status = ["atty", "indicatif"] byteorder = "1.3" bytes = "1.2" clap = {version="4.0", default-features=false, features=["derive", "std", "usage", "error-context", "help"]} -elf = "0.4" +elf = "0.5" futures = "0.3" http = "0.2" md5 = "0.7"