From 635120d1f3d9c06e7831eff1286bb3cea6d76a2c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 13:34:11 +0000 Subject: [PATCH] Bump actix-files from 0.1.4 to 0.1.5 in /backend Bumps [actix-files](https://github.com/actix/actix-web) from 0.1.4 to 0.1.5. - [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/http-v0.1.4...http-v0.1.5) Signed-off-by: dependabot-preview[bot] --- backend/Cargo.lock | 8 ++++---- backend/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index aff4297..974dbd9 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -36,7 +36,7 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "actix-http 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -49,7 +49,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "v_htmlescape 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1912,7 +1912,7 @@ dependencies = [ name = "yagcdn" version = "0.1.0" dependencies = [ - "actix-files 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "actix-files 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "awc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1932,7 +1932,7 @@ dependencies = [ [metadata] "checksum actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9f2c11af4b06dc935d8e1b1491dad56bfb32febc49096a91e773f8535c176453" "checksum actix-connect 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "9fade9bd4bb46bacde89f1e726c7a3dd230536092712f5d94d77ca57c087fca0" -"checksum actix-files 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f1e4640b28cd96059541c932f6f350c63c76688e43d68305cdb88e0004da12b5" +"checksum actix-files 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2803bce03271ad1684bb56489dcb7538c037a909191acdc07d6185bb829e76ac" "checksum actix-http 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf758ebbc4abfecbdc1ce7408601b2d7e0cd7e4766ef61183cd8ce16c194d64" "checksum actix-router 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "23224bb527e204261d0291102cb9b52713084def67d94f7874923baefe04ccf7" "checksum actix-rt 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "168620aaf00fcd2a16e621790abaf180ef7377c2f8355b4ca5775d6afc778ed8" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 2e1eabf..937eacd 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] -actix-files = "0.1.4" +actix-files = "0.1.5" actix-web = "1.0.8" awc = { version = "0.2.4", features = ["default", "rust-tls"] } bytes = "0.4.12"