diff --git a/Cargo.lock b/Cargo.lock index e3e249b..14e4a70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,30 @@ dependencies = [ "mime_guess", "percent-encoding", "pin-project-lite", - "v_htmlescape", + "v_htmlescape 0.15.8", +] + +[[package]] +name = "actix-files" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed87c765e9e5be096cc29b43d04b932209892ec871d05fe255f0ae1ccfed9a06" +dependencies = [ + "actix-http", + "actix-service", + "actix-utils", + "actix-web", + "bitflags", + "bytes", + "derive_more", + "futures-core", + "http-range", + "log", + "mime", + "mime_guess", + "percent-encoding", + "pin-project-lite", + "v_htmlescape 0.17.0", ] [[package]] @@ -3684,7 +3707,7 @@ version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b96f0a4ae68aa117ec532cb7cc6da1005beb7f90f0cc8cc3938ecda0b4bec257" dependencies = [ - "actix-files", + "actix-files 0.6.10", "actix-http", "actix-web", "any_spawner", @@ -4425,7 +4448,7 @@ version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d" dependencies = [ - "base64 0.21.7", + "base64 0.22.1", "chrono", "getrandom 0.2.16", "http 1.5.0", @@ -6266,7 +6289,7 @@ dependencies = [ name = "shield-examples-leptos-actix" version = "0.4.0" dependencies = [ - "actix-files", + "actix-files 0.7.0", "actix-session", "actix-web", "console_error_panic_hook", @@ -7730,12 +7753,27 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "v_escape-base" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1212fce830b75af194b578e55b3db9049f2c8c45f58d397fb25602fdb50fb3d" + [[package]] name = "v_htmlescape" version = "0.15.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c" +[[package]] +name = "v_htmlescape" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "befb3d53c9e3ec641417685896cbc8cc5bd264d6a2e190c56aaef1af24740d99" +dependencies = [ + "v_escape-base", +] + [[package]] name = "valuable" version = "0.1.1" diff --git a/Cargo.toml b/Cargo.toml index e8ca2fd..01b47c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ repository = "https://github.com/RustForWeb/shield" version = "0.4.0" [workspace.dependencies] -actix-files = "0.6.6" +actix-files = "0.7.0" actix-session = "0.11.0" actix-utils = "3.0.1" actix-web = "4.9.0"