From 207f192703f446cd04d77820edd9efab8127d49b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:41:41 +0000 Subject: [PATCH] Bump rust-embed from 5.6.0 to 6.3.0 Bumps [rust-embed](https://github.com/pyros2097/rust-embed) from 5.6.0 to 6.3.0. - [Release notes](https://github.com/pyros2097/rust-embed/releases) - [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md) - [Commits](https://github.com/pyros2097/rust-embed/commits) --- updated-dependencies: - dependency-name: rust-embed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++++------ server/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 754e9c9..4749533 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "actix" version = "0.9.0" @@ -2842,9 +2844,9 @@ dependencies = [ [[package]] name = "rust-embed" -version = "5.6.0" +version = "6.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "213acf1bc5a6dfcd70b62db1e9a7d06325c0e73439c312fcb8599d456d9686ee" +checksum = "d40377bff8cceee81e28ddb73ac97f5c2856ce5522f0b260b763f434cdfae602" dependencies = [ "rust-embed-impl", "rust-embed-utils", @@ -2853,10 +2855,11 @@ dependencies = [ [[package]] name = "rust-embed-impl" -version = "5.6.0" +version = "6.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7903c2cf599db8f310b392332f38367ca4acc84420fa1aee3536299f433c10d5" +checksum = "94e763e24ba2bf0c72bc6be883f967f794a019fafd1b86ba1daff9c91a7edd30" dependencies = [ + "proc-macro2 1.0.24", "quote 1.0.7", "rust-embed-utils", "syn 1.0.42", @@ -2865,10 +2868,11 @@ dependencies = [ [[package]] name = "rust-embed-utils" -version = "5.0.0" +version = "7.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97655158074ccb2d2cfb1ccb4c956ef0f4054e43a2c1e71146d4991e6961e105" +checksum = "756feca3afcbb1487a1d01f4ecd94cf8ec98ea074c55a69e7136d29fb6166029" dependencies = [ + "sha2 0.9.1", "walkdir", ] diff --git a/server/Cargo.toml b/server/Cargo.toml index 91e2cf8..709490d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -36,7 +36,7 @@ actix-cors = "0.3" http = "0.2" askama = "0.10" askama_actix = "0.11" -rust-embed = "5.6" +rust-embed = "6.3" mime_guess = "2.0" # Serde