From c5db738f72aac488392180070ff0f8b0bed3e75e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:58:06 +0000 Subject: [PATCH] Update speedy requirement from 0.7.1 to 0.8.6 Updates the requirements on [speedy](https://github.com/koute/speedy) to permit the latest version. - [Release notes](https://github.com/koute/speedy/releases) - [Commits](https://github.com/koute/speedy/compare/0.7.1...0.8.6) --- updated-dependencies: - dependency-name: speedy 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 3d905b5..844d103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ bytes = "0.6.0" tokio-util = { version = "0.5.1", features = ["codec"] } bit-set = "0.5.2" bit-vec = "0.6.3" -speedy = "0.7.1" +speedy = "0.8.6" log = "0.4.11" num-traits = "0.2" num-derive = "0.3"