Compare commits

..

No commits in common. "9fed0f99fa6e07b9754570d39dff978b125e0bb8" and "2df79f2cd950151bbc3a4f3ea3cc219714eff89a" have entirely different histories.

2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -562,7 +562,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "expose-dir-via-http"
version = "1.1.32"
version = "1.1.31"
dependencies = [
"actix-files",
"actix-web",
@ -1217,9 +1217,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.136"
version = "1.0.135"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "336a0c23cf42a38d9eaa7cd22c7040d04e1228a19a933890805ffd00a16437d2"
checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
dependencies = [
"itoa",
"memchr",

View File

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