Compare commits

..

No commits in common. "72b4fb147e53e95f8f17d58b1c35093a20bc578e" and "0d18904e33496fed5576d40f86d7ed8bc0eeaf7d" have entirely different histories.

2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -561,7 +561,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "expose-dir-via-http"
version = "1.1.17"
version = "1.1.16"
dependencies = [
"actix-files",
"actix-web",
@ -1383,9 +1383,9 @@ dependencies = [
[[package]]
name = "tokio-util"
version = "0.7.13"
version = "0.7.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
dependencies = [
"bytes",
"futures-core",

View File

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