From 52335a44209dbb589595abca4386a9c4e7fd44e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 12:51:42 +0000 Subject: [PATCH] Bump rust-embed from 8.1.0 to 8.2.0 Bumps [rust-embed](https://github.com/pyros2097/rust-embed) from 8.1.0 to 8.2.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ lib/Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95fb930..f3088b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1648,9 +1648,9 @@ checksum = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b" [[package]] name = "rust-embed" -version = "8.1.0" +version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "810294a8a4a0853d4118e3b94bb079905f2107c7fe979d8f0faae98765eb6378" +checksum = "a82c0bbc10308ed323529fd3c1dce8badda635aa319a5ff0e6466f33b8101e3f" dependencies = [ "rust-embed-impl", "rust-embed-utils", @@ -1659,9 +1659,9 @@ dependencies = [ [[package]] name = "rust-embed-impl" -version = "8.1.0" +version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfc144a1273124a67b8c1d7cd19f5695d1878b31569c0512f6086f0f4676604e" +checksum = "6227c01b1783cdfee1bcf844eb44594cd16ec71c35305bf1c9fb5aade2735e16" dependencies = [ "proc-macro2", "quote", @@ -1672,9 +1672,9 @@ dependencies = [ [[package]] name = "rust-embed-utils" -version = "8.1.0" +version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "816ccd4875431253d6bb54b804bcff4369cbde9bae33defde25fdf6c2ef91d40" +checksum = "8cb0a25bfbb2d4b4402179c2cf030387d9990857ce08a32592c6238db9fa8665" dependencies = [ "sha2", "walkdir", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index e97e251..9a889e0 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -14,11 +14,11 @@ instant = "0.1.12" nanorand = { version = "0.7", default-features = false, features = ["wyrand"] } [target.'cfg(not(target_family = "wasm"))'.dependencies] -rust-embed = "8.1.0" # Enable shader hot reload for native compilation. +rust-embed = "8.2.0" # Enable shader hot reload for native compilation. [target.'cfg(target_family = "wasm")'.dependencies] # Embed shaders in wasm. -rust-embed = { version = "8.0.0", features = ["debug-embed"] } +rust-embed = { version = "8.2.0", features = ["debug-embed"] } [features] webgl = ["wgpu/webgl"]