Compare commits

..

No commits in common. "23f3b63b0d37c5bea9ddd202438eab63a9a35ef2" and "eb4aa2e3329a2d6fec4de48b0fea98814c64d5dc" have entirely different histories.

2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -558,7 +558,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "expose-dir-via-http"
version = "1.0.13"
version = "1.0.12"
dependencies = [
"actix-files",
"actix-web",
@ -779,9 +779,9 @@ checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
[[package]]
name = "libc"
version = "0.2.159"
version = "0.2.158"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
[[package]]
name = "local-channel"
@ -999,9 +999,9 @@ dependencies = [
[[package]]
name = "redox_syscall"
version = "0.5.5"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62871f2d65009c0256aed1b9cfeeb8ac272833c404e13d53d400cd0dad7a2ac0"
checksum = "0884ad60e090bf1345b93da0a5de8923c93884cd03f40dfcfddd3b4bee661853"
dependencies = [
"bitflags 2.6.0",
]

View File

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