From 79ba752eff61777a9fbc60a7341a161354c2e262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 05:19:12 +0000 Subject: [PATCH] build(deps): update backhand requirement from 0.14.2 to 0.15.0 Updates the requirements on [backhand](https://github.com/wcampbell0x2a/backhand) to permit the latest version. - [Release notes](https://github.com/wcampbell0x2a/backhand/releases) - [Changelog](https://github.com/wcampbell0x2a/backhand/blob/master/CHANGELOG.md) - [Commits](https://github.com/wcampbell0x2a/backhand/compare/v0.14.2...v0.14.2) --- updated-dependencies: - dependency-name: backhand dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c95a22..e4d4a64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ arrayvec = "0.7.4" async-compression = "0.4.6" async-stream = "0.3.5" async-trait = "0.1.77" -backhand = "0.14.2" +backhand = "0.15.0" byteorder = "1" bytes = "1.5.0" cli-tables = "0.2.1"