Compare commits

..

No commits in common. "3ada28e0ed2723f90aadc775055fc3ea72c985a1" and "e7496f0e807561b6ddf86345452385a07cacc7a0" have entirely different histories.

2 changed files with 13 additions and 4 deletions

15
Cargo.lock generated
View File

@ -558,7 +558,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "expose-dir-via-http"
version = "1.0.23"
version = "1.0.22"
dependencies = [
"actix-files",
"actix-web",
@ -877,9 +877,12 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.20.2"
version = "1.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1"
dependencies = [
"portable-atomic",
]
[[package]]
name = "parking_lot"
@ -934,6 +937,12 @@ version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
[[package]]
name = "portable-atomic"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
[[package]]
name = "powerfmt"
version = "0.2.0"

View File

@ -1,6 +1,6 @@
[package]
name = "expose-dir-via-http"
version = "1.0.23"
version = "1.0.22"
edition = "2021"
[lints.rust]