From fb455ee9dc75c340d04ed589b43848b559603dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 15:06:44 +0000 Subject: [PATCH] Update speedy requirement from 0.7.1 to 0.8.3 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.3) --- 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..01b773c 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.3" log = "0.4.11" num-traits = "0.2" num-derive = "0.3"