Compare commits

..

No commits in common. "4eb0124f07c3a5f60569dc4e15375f6ff1dbcb90" and "20fcc46205edb445a76425c51191d76f11e702a5" have entirely different histories.

2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -403,9 +403,9 @@ dependencies = [
[[package]] [[package]]
name = "cc" name = "cc"
version = "1.1.28" version = "1.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1" checksum = "677207f6eaec43fcfd092a718c847fc38aa261d0e19b8ef6797e0ccbe789e738"
dependencies = [ dependencies = [
"jobserver", "jobserver",
"libc", "libc",
@ -558,7 +558,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]] [[package]]
name = "expose-dir-via-http" name = "expose-dir-via-http"
version = "1.0.25" version = "1.0.24"
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.0.25" version = "1.0.24"
edition = "2021" edition = "2021"
[lints.rust] [lints.rust]