From 8fd42a8b8fd874712c87f45be1a1dbb248f76994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 10:25:30 +0000 Subject: [PATCH] Bump rust-embed from 6.2.0 to 6.3.0 Bumps [rust-embed](https://github.com/pyros2097/rust-embed) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/pyros2097/rust-embed/releases) - [Changelog](https://github.com/pyros2097/rust-embed/blob/master/changelog.md) - [Commits](https://github.com/pyros2097/rust-embed/commits) --- updated-dependencies: - dependency-name: rust-embed dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ daemon/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cfec8d..ed158ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2423,9 +2423,9 @@ dependencies = [ [[package]] name = "rust-embed" -version = "6.2.0" +version = "6.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1be44a6694859b7cfc955699935944a6844aa9fe416aeda5d40829e3e38dfee6" +checksum = "d40377bff8cceee81e28ddb73ac97f5c2856ce5522f0b260b763f434cdfae602" dependencies = [ "rust-embed-impl", "rust-embed-utils", @@ -2434,9 +2434,9 @@ dependencies = [ [[package]] name = "rust-embed-impl" -version = "6.1.0" +version = "6.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f567ca01565c50c67b29e535f5f67b8ea8aeadaeed16a88f10792ab57438b957" +checksum = "94e763e24ba2bf0c72bc6be883f967f794a019fafd1b86ba1daff9c91a7edd30" dependencies = [ "proc-macro2", "quote", @@ -2447,9 +2447,9 @@ dependencies = [ [[package]] name = "rust-embed-utils" -version = "7.0.0" +version = "7.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6116e7ab9ea963f60f2f20291d8fcf6c7273192cdd7273b3c80729a9605c97b2" +checksum = "ad22c7226e4829104deab21df575e995bfbc4adfad13a595e387477f238c1aec" dependencies = [ "sha2", "walkdir", diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 52724cd..a8d9d63 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -26,7 +26,7 @@ rand = "0.6" reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls-webpki-roots"] } rocket = { version = "0.5.0-rc.1", features = ["json"] } rocket-basicauth = { version = "2", default-features = false } -rust-embed = "6.2" +rust-embed = "6.3" rust_decimal = "1.17" rust_decimal_macros = "1.17" serde = { version = "1", features = ["derive"] }