|
|
@ -46,9 +46,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
|
|
|
name = "actix-http"
|
|
|
|
version = "3.10.0"
|
|
|
|
version = "3.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fa882656b67966045e4152c634051e70346939fced7117d5f0b52146a7c74c9"
|
|
|
|
checksum = "44dfe5c9e0004c623edc65391dfd51daa201e7e30ebd9c9bedf873048ec32bc2"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-codec",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-rt",
|
|
|
@ -120,9 +120,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
|
|
|
name = "actix-server"
|
|
|
|
version = "2.5.1"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6398974fd4284f4768af07965701efbbb5fdc0616bff20cade1bb14b77675e24"
|
|
|
|
checksum = "a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-service",
|
|
|
@ -157,9 +157,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web"
|
|
|
|
name = "actix-web"
|
|
|
|
version = "4.10.2"
|
|
|
|
version = "4.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2e3b15b3dc6c6ed996e4032389e9849d4ab002b1e92fbfe85b5f307d1479b4d"
|
|
|
|
checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-codec",
|
|
|
|
"actix-http",
|
|
|
|
"actix-http",
|
|
|
@ -327,9 +327,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "askama"
|
|
|
|
name = "askama"
|
|
|
|
version = "0.13.0"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a4e46abb203e00ef226442d452769233142bbfdd79c3941e84c8e61c4112543"
|
|
|
|
checksum = "f75363874b771be265f4ffe307ca705ef6f3baa19011c149da8674a87f1b75c4"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"askama_derive",
|
|
|
|
"askama_derive",
|
|
|
|
"itoa",
|
|
|
|
"itoa",
|
|
|
@ -340,9 +340,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "askama_derive"
|
|
|
|
name = "askama_derive"
|
|
|
|
version = "0.13.0"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54398906821fd32c728135f7b351f0c7494ab95ae421d41b6f5a020e158f28a6"
|
|
|
|
checksum = "129397200fe83088e8a68407a8e2b1f826cf0086b21ccdb866a722c8bcd3a94f"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"askama_parser",
|
|
|
|
"askama_parser",
|
|
|
|
"basic-toml",
|
|
|
|
"basic-toml",
|
|
|
@ -357,9 +357,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "askama_parser"
|
|
|
|
name = "askama_parser"
|
|
|
|
version = "0.13.0"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf315ce6524c857bb129ff794935cf6d42c82a6cff60526fe2a63593de4d0d4f"
|
|
|
|
checksum = "d6ab5630b3d5eaf232620167977f95eb51f3432fc76852328774afbd242d4358"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
@ -420,9 +420,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
|
|
|
name = "brotli"
|
|
|
|
version = "7.0.0"
|
|
|
|
version = "8.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
|
|
|
|
checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
@ -431,9 +431,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
|
|
|
name = "brotli-decompressor"
|
|
|
|
version = "4.0.2"
|
|
|
|
version = "5.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37"
|
|
|
|
checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
@ -473,9 +473,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
name = "clap"
|
|
|
|
version = "4.5.35"
|
|
|
|
version = "4.5.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944"
|
|
|
|
checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
"clap_derive",
|
|
|
@ -483,9 +483,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
|
|
|
name = "clap_builder"
|
|
|
|
version = "4.5.35"
|
|
|
|
version = "4.5.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9"
|
|
|
|
checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"anstyle",
|
|
|
@ -495,9 +495,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
|
|
|
name = "clap_derive"
|
|
|
|
version = "4.5.32"
|
|
|
|
version = "4.5.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
|
|
|
|
checksum = "d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
@ -1565,9 +1565,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
|
|
|
name = "tokio"
|
|
|
|
version = "1.44.2"
|
|
|
|
version = "1.45.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
|
|
|
|
checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"backtrace",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|