From d4077df37c3674d33263109bfe1e4e22b8590e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 14:05:54 +0000 Subject: [PATCH] Bump actix-codec from 0.2.0 to 0.3.0 Bumps [actix-codec](https://github.com/actix/actix-net) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/actix/actix-net/releases) - [Changelog](https://github.com/actix/actix-net/blob/utils-0.3.0/CHANGES.md) - [Commits](https://github.com/actix/actix-net/compare/v0.2.0...utils-0.3.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 28 ++++++++++++++++++++++------ Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c30967c..b17f77b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,13 +40,29 @@ dependencies = [ "tokio-util 0.2.0", ] +[[package]] +name = "actix-codec" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78d1833b3838dbe990df0f1f87baf640cf6146e898166afe401839d1b001e570" +dependencies = [ + "bitflags", + "bytes", + "futures-core", + "futures-sink", + "log", + "pin-project", + "tokio", + "tokio-util 0.3.1", +] + [[package]] name = "actix-connect" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c95cc9569221e9802bf4c377f6c18b90ef10227d787611decf79fd47d2a8e76c" dependencies = [ - "actix-codec", + "actix-codec 0.2.0", "actix-rt", "actix-service", "actix-utils", @@ -68,7 +84,7 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c16664cc4fdea8030837ad5a845eb231fb93fc3c5c171edfefb52fad92ce9019" dependencies = [ - "actix-codec", + "actix-codec 0.2.0", "actix-connect", "actix-rt", "actix-service", @@ -165,7 +181,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4e5b4faaf105e9a6d389c606c298dcdb033061b00d532af9df56ff3a54995a8" dependencies = [ - "actix-codec", + "actix-codec 0.2.0", "actix-rt", "actix-service", "actix-utils", @@ -185,7 +201,7 @@ version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcf8f5631bf01adec2267808f00e228b761c60c0584cc9fa0b5364f41d147f4e" dependencies = [ - "actix-codec", + "actix-codec 0.2.0", "actix-rt", "actix-service", "bitflags", @@ -281,7 +297,7 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7601d4d1d7ef2335d6597a41b5fe069f6ab799b85f53565ab390e7b7065aac5" dependencies = [ - "actix-codec", + "actix-codec 0.2.0", "actix-http", "actix-rt", "actix-service", @@ -2098,7 +2114,7 @@ name = "webout" version = "0.1.0" dependencies = [ "actix", - "actix-codec", + "actix-codec 0.3.0", "actix-rt", "awc", "bytes", diff --git a/Cargo.toml b/Cargo.toml index ac02f8c..5c838c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde = { version = "1.0.117", features = ["derive"] } serde_json = "1.0.59" actix = "0.10.0" awc = { version = "1.0.1", features = ["rustls"] } -actix-codec = "0.2.0" +actix-codec = "0.3.0" futures = "0.3.5" bytes = "0.5.6" actix-rt = "1.1.1"