From 4ac4fc52c83f86d9b540ed8cf0eb7e048aaf0e1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:33:29 +0000 Subject: [PATCH] Bump actix-web-lab from 0.19.2 to 0.20.0 Bumps [actix-web-lab](https://github.com/robjtede/actix-web-lab) from 0.19.2 to 0.20.0. - [Release notes](https://github.com/robjtede/actix-web-lab/releases) - [Commits](https://github.com/robjtede/actix-web-lab/compare/lab-v0.19.2...lab-v0.20.0) --- updated-dependencies: - dependency-name: actix-web-lab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++++++----- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45f46a0..e9b5c24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,9 +225,9 @@ dependencies = [ [[package]] name = "actix-web-lab" -version = "0.19.2" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9b7c50a90657ef1868db9dd85f74e82c4d9858ce583d4639ae3583f0bb97775" +checksum = "e15f180c2bf7abacfda7d8d9ee4169e7f792ec8983313dc38809e902f61c79d0" dependencies = [ "actix-http", "actix-router", @@ -257,18 +257,19 @@ dependencies = [ "serde_html_form", "serde_json", "tokio", + "tokio-stream", "tracing", ] [[package]] name = "actix-web-lab-derive" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16294584c7794939b1e5711f28e7cae84ef30e62a520db3f9af425f85269bcd2" +checksum = "9aa0b287c8de4a76b691f29dbb5451e8dd5b79d777eaf87350c9b0cbfdb5e968" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.38", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 1deb881..00dd7e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ build = "build.rs" actix-files = "0.6" actix-tls = { version = "*", default-features = false, features = ["accept"] } actix-web = { version = "4.3", default-features = false, features = ["macros", "openssl"] } -actix-web-lab = "0.19" +actix-web-lab = "0.20" async-stream = "0.3" chrono = "0.4" clap = { version = "4.4", features = ["derive", "wrap_help"] }