From 089bbcdfed983c53ef2982fce167654955403356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 15:01:53 +0000 Subject: [PATCH] Update speedy requirement from 0.7.1 to 0.8.5 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.5) --- 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..b2458c8 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.5" log = "0.4.11" num-traits = "0.2" num-derive = "0.3"