Compare commits

...

2 Commits

Author SHA1 Message Date
566ddc8a0f
[release] expose-dir-via-http v1.0.31 2024-10-18 10:46:35 +02:00
90b5e93ab8
[deps] cargo update
Updating libc       v0.2.160 -> v0.2.161
Updating serde_json v1.0.128 -> v1.0.129
2024-10-18 10:46:27 +02:00
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.30"
version = "1.0.31"
dependencies = [
"actix-files",
"actix-web",
@ -779,9 +779,9 @@ checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
[[package]]
name = "libc"
version = "0.2.160"
version = "0.2.161"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0b21006cd1874ae9e650973c565615676dc4a274c965bb0a73796dac838ce4f"
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
[[package]]
name = "local-channel"
@ -1096,9 +1096,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.128"
version = "1.0.129"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2"
dependencies = [
"itoa",
"memchr",

View File

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