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"] }