diff --git a/Cargo.lock b/Cargo.lock index b553793..e3017d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1287,9 +1287,9 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "rust-embed" -version = "8.7.0" +version = "8.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d" +checksum = "60e425e204264b144d4c929d126d0de524b40a961686414bab5040f7465c71be" dependencies = [ "include-flate", "rust-embed-impl", diff --git a/Cargo.toml b/Cargo.toml index 9b3e2d1..654513a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ http = "0.2" log = { version = "0.4", features = ["std", "serde"] } log4rs = { version = "1.2", features = ["console_appender", "file_appender", "toml_format"] } mime_guess = "2.0" -rust-embed = { version = "8.0", features = ["debug-embed", "compression"] } +rust-embed = { version = "8.7", features = ["debug-embed", "compression"] } serde = { version = "1.0", features = ["derive"] } springtime = "1.0" springtime-di = { version = "1.0", default-features = false, features = ["threadsafe", "derive"] }