Compare commits

..

No commits in common. "566ddc8a0fd644f493661d1136ba509f456a2f63" and "b9e7bba84a17efc10c4986319c16a6fda73fffb0" 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.31"
version = "1.0.30"
dependencies = [
"actix-files",
"actix-web",
@ -779,9 +779,9 @@ checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
[[package]]
name = "libc"
version = "0.2.161"
version = "0.2.160"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
checksum = "f0b21006cd1874ae9e650973c565615676dc4a274c965bb0a73796dac838ce4f"
[[package]]
name = "local-channel"
@ -1096,9 +1096,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.129"
version = "1.0.128"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2"
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
dependencies = [
"itoa",
"memchr",

View File

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