From 51cb97c1038dfab39eebd6d26875c6583ea5d26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 10:19:42 +0000 Subject: [PATCH] chore(deps): Bump awc from 3.0.1 to 3.1.0 Bumps [awc](https://github.com/actix/actix-web) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/awc-v3.0.1...awc-v3.1.0) --- updated-dependencies: - dependency-name: awc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45bf7af..1b73acc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,9 +296,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "awc" -version = "3.0.1" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80ca7ff88063086d2e2c70b9f3b29b2fcd999bac68ac21731e66781970d68519" +checksum = "0dff3fc64a176e0d4398c71b0f2c2679ff4a723c6ed8fcc68dfe5baa00665388" dependencies = [ "actix-codec", "actix-http", @@ -307,7 +307,7 @@ dependencies = [ "actix-tls", "actix-utils", "ahash 0.7.6", - "base64 0.13.0", + "base64 0.21.0", "bytes", "cfg-if", "cookie", diff --git a/Cargo.toml b/Cargo.toml index f491861..01255c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ ructe = { version = "0.16.1", features = ["mime03"] } vergen = { version = "7.5.0", default-features = false, features = ["git"] } [dev-dependencies] -awc = "3.0.1" +awc = "3.1.0" ructe = "0.16.1" tempfile = "3.3.0" tokio = "1.24.2"