From 9a0181e75a3e439ceb93bfbff4297360a8106094 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 06:09:21 +0000 Subject: [PATCH] Update bytes requirement from 0.5.4 to 1.0.1 Updates the requirements on [bytes](https://github.com/tokio-rs/bytes) to permit the latest version. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v0.5.4...v1.0.1) Signed-off-by: dependabot-preview[bot] --- kahoot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kahoot/Cargo.toml b/kahoot/Cargo.toml index 569c041..29bae84 100644 --- a/kahoot/Cargo.toml +++ b/kahoot/Cargo.toml @@ -11,7 +11,7 @@ base64 = "0.13.0" # Boa = "0.10.0" Boa = { git = "https://github.com/boa-dev/boa", rev = "7f1d6aae15a53b07e477bb6356a6f69247c24bad", default-features = false } # Fixes lexing bug, wait for next release cometd = { path = "../cometd" } -bytes = "0.5.4" +bytes = "1.0.1" ducc = "0.1.3" http = "0.2.0" hyper = "0.13.3"