diff --git a/Cargo.lock b/Cargo.lock index 41fa934d23..0521f47a97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3458,9 +3458,9 @@ checksum = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac" [[package]] name = "rust-embed" -version = "6.1.0" +version = "6.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d0ad9a47b3ad08f73154f055e72a93715789cf99fc8f6584533fb6c29170f85" +checksum = "1be44a6694859b7cfc955699935944a6844aa9fe416aeda5d40829e3e38dfee6" dependencies = [ "include-flate", "rust-embed-impl", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 4cbcc069e5..e69dd00337 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -192,7 +192,7 @@ pulldown-cmark = { version = "=0.8.0", optional = true } rand = "=0.8.4" regex = "=1.5.4" reqwest = { version = "=0.11.4", optional = true, features = ["json"] } -rust-embed = { version = "=6.1.0", features = ["compression"], optional = true } +rust-embed = { version = "=6.2.0", features = ["compression"], optional = true } schemars = { version = "=0.8.3", features = ["preserve_order", "chrono"] } self_update = { version = "=0.27.0", optional = true, features = [ "archive-tar",