Compare commits

..

No commits in common. "5ac30a6a5ab2b26e2f1727da46f374ae50a8f56b" and "844dfd9e3a80c46a492b2d0d1fc2b3b8a6f7e582" have entirely different histories.

2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -395,9 +395,9 @@ dependencies = [
[[package]] [[package]]
name = "cc" name = "cc"
version = "1.2.4" version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9157bbaa6b165880c27a4293a474c91cdcf265cc68cc829bf10be0964a391caf" checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
dependencies = [ dependencies = [
"jobserver", "jobserver",
"libc", "libc",
@ -561,7 +561,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]] [[package]]
name = "expose-dir-via-http" name = "expose-dir-via-http"
version = "1.1.23" version = "1.1.22"
dependencies = [ dependencies = [
"actix-files", "actix-files",
"actix-web", "actix-web",

View File

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