Bump actix-files from 0.1.5 to 0.1.6 in /backend
Bumps [actix-files](https://github.com/actix/actix-web) from 0.1.5 to 0.1.6. - [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.5...files-v0.1.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
823a523102
commit
fc0d7181b9
6
backend/Cargo.lock
generated
6
backend/Cargo.lock
generated
@ -36,7 +36,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "actix-files"
|
name = "actix-files"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-http 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"actix-http 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -1912,7 +1912,7 @@ dependencies = [
|
|||||||
name = "yagcdn"
|
name = "yagcdn"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-files 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"actix-files 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"actix-web 1.0.8 (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)",
|
"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)",
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -1932,7 +1932,7 @@ dependencies = [
|
|||||||
[metadata]
|
[metadata]
|
||||||
"checksum actix-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9f2c11af4b06dc935d8e1b1491dad56bfb32febc49096a91e773f8535c176453"
|
"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-connect 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "9fade9bd4bb46bacde89f1e726c7a3dd230536092712f5d94d77ca57c087fca0"
|
||||||
"checksum actix-files 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2803bce03271ad1684bb56489dcb7538c037a909191acdc07d6185bb829e76ac"
|
"checksum actix-files 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "095a533b67977f96ab0ff0ae37e75208607abdcc22983b314ddac06651165ec5"
|
||||||
"checksum actix-http 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf758ebbc4abfecbdc1ce7408601b2d7e0cd7e4766ef61183cd8ce16c194d64"
|
"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-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"
|
"checksum actix-rt 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "168620aaf00fcd2a16e621790abaf180ef7377c2f8355b4ca5775d6afc778ed8"
|
||||||
|
@ -6,7 +6,7 @@ edition = "2018"
|
|||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-files = "0.1.5"
|
actix-files = "0.1.6"
|
||||||
actix-web = "1.0.8"
|
actix-web = "1.0.8"
|
||||||
awc = { version = "0.2.4", features = ["default", "rust-tls"] }
|
awc = { version = "0.2.4", features = ["default", "rust-tls"] }
|
||||||
bytes = "0.4.12"
|
bytes = "0.4.12"
|
||||||
|
Loading…
Reference in New Issue
Block a user