From 456f95a05aa56c54b4c3c240bf145733c1898c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:05:19 +0000 Subject: [PATCH] Bump rust-embed from 8.5.0 to 8.6.0 Bumps [rust-embed](https://github.com/pyros2097/rust-embed) from 8.5.0 to 8.6.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 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 668d1fdc..004a56eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2290,9 +2290,9 @@ dependencies = [ [[package]] name = "rust-embed" -version = "8.5.0" +version = "8.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0" +checksum = "0b3aba5104622db5c9fc61098de54708feb732e7763d7faa2fa625899f00bf6f" dependencies = [ "rust-embed-impl", "rust-embed-utils", @@ -2301,9 +2301,9 @@ dependencies = [ [[package]] name = "rust-embed-impl" -version = "8.5.0" +version = "8.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478" +checksum = "1f198c73be048d2c5aa8e12f7960ad08443e56fd39cc26336719fdb4ea0ebaae" dependencies = [ "proc-macro2", "quote", @@ -2314,9 +2314,9 @@ dependencies = [ [[package]] name = "rust-embed-utils" -version = "8.5.0" +version = "8.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d" +checksum = "5a2fcdc9f40c8dc2922842ca9add611ad19f332227fc651d015881ad1552bd9a" dependencies = [ "globset", "sha2", diff --git a/Cargo.toml b/Cargo.toml index bd9333a9..47276c15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ qlty-types = { version = "0.498.0", path = "qlty-types" } rand = "0.8.5" rayon = "1.10.0" regex = "1.11.0" -rust-embed = { version = "8.5.0", features = ["include-exclude"] } +rust-embed = { version = "8.6.0", features = ["include-exclude"] } schemars = "0.8.22" semver = "1.0.25" sentry = { version = "0.34.0", default-features = false, features = [