From f95429509271aeb33e1c0241f15e747c4c854d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 12:20:41 +0000 Subject: [PATCH] Update rust-embed requirement from 6.8.1 to 8.0.0 Updates the requirements on [rust-embed](https://github.com/pyros2097/rust-embed) to permit the latest version. - [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.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65a196e..03ccaea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ primitive-types = { version = "0.12.1", features = ["impl-serde"] } # https://cr rand = "0.8.5" ring = "0.16.20" ripemd = "0.1.3" -rust-embed = "6.8.1" # https://github.com/pyrossh/rust-embed +rust-embed = "8.0.0" # https://github.com/pyrossh/rust-embed serde = { version = "1.0.166", features = ["derive"] } # https://github.com/serde-rs/serde/releases serde_json = "1.0.96" # https://github.com/serde-rs/json/releases serde_with = { version = "3.0.0", features = ["hex"] }