diff --git a/Cargo.lock b/Cargo.lock index 4e13851..5b74dd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2524,9 +2524,9 @@ dependencies = [ [[package]] name = "rust-embed" -version = "8.9.0" +version = "8.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "947d7f3fad52b283d261c4c99a084937e2fe492248cb9a68a8435a861b8798ca" +checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27" dependencies = [ "rust-embed-impl", "rust-embed-utils", diff --git a/crates/rustmail/Cargo.toml b/crates/rustmail/Cargo.toml index 850a35c..c7c53ab 100644 --- a/crates/rustmail/Cargo.toml +++ b/crates/rustmail/Cargo.toml @@ -19,7 +19,7 @@ futures = "0.3.31" axum = "0.8.8" axum-extra = { version = "0.12.5", features = ["cookie"] } hyper = "1.8.1" -rust-embed = "8.9.0" +rust-embed = "8.11.0" mime_guess = "2.0.5" urlencoding = "2.1.3" serde_json = "1.0.149"