From 9ccc51a1ce3d6ba1a5b3338b470e9f716e368cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:00:15 +0000 Subject: [PATCH] build(deps): update hexyl requirement from 0.14 to 0.15 Updates the requirements on [hexyl](https://github.com/sharkdp/hexyl) to permit the latest version. - [Release notes](https://github.com/sharkdp/hexyl/releases) - [Changelog](https://github.com/sharkdp/hexyl/blob/master/CHANGELOG.md) - [Commits](https://github.com/sharkdp/hexyl/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: hexyl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Cargo.toml b/bin/Cargo.toml index abe38c6..90c0189 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/williballenthin/lancelot" log = "0.4" clap = "3" ansi_term = "0.12" -hexyl = "0.14" +hexyl = "0.15" fern = "0.7" chrono = "0.4" anyhow = "1"