From ae52c032135dc6132f5b0ed839e514c1cb961ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:40:08 +0000 Subject: [PATCH] Update asynchronous-codec requirement from ~0.6 to ~0.7 Updates the requirements on [asynchronous-codec](https://github.com/mxinden/asynchronous-codec) to permit the latest version. - [Release notes](https://github.com/mxinden/asynchronous-codec/releases) - [Changelog](https://github.com/mxinden/asynchronous-codec/blob/master/CHANGELOG.md) - [Commits](https://github.com/mxinden/asynchronous-codec/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: asynchronous-codec dependency-version: 0.7.0 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 86c7f51..a020a05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rustdoc-args = [ "--cfg", "docsrs" ] [dependencies] - asynchronous-codec = { version = "~0.6", optional = true } + asynchronous-codec = { version = "~0.7", optional = true } byteorder = "~1.5" bytes = { version = "~1.10", optional = true } crc = { version = "3.0", optional = true }