|
|
|
@@ -60,9 +60,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
|
|
|
name = "actix-http"
|
|
|
|
version = "3.3.1"
|
|
|
|
version = "3.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2079246596c18b4a33e274ae10c0e50613f4d32a4198e09c7b93771013fed74"
|
|
|
|
checksum = "a92ef85799cba03f76e4f7c10f533e66d87c9a7e7055f3391f09000ad8351bc9"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-codec",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-rt",
|
|
|
|
@@ -70,7 +70,7 @@ dependencies = [
|
|
|
|
"actix-utils",
|
|
|
|
"actix-utils",
|
|
|
|
"ahash 0.8.3",
|
|
|
|
"ahash 0.8.3",
|
|
|
|
"base64",
|
|
|
|
"base64",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"bitflags 2.3.3",
|
|
|
|
"brotli",
|
|
|
|
"brotli",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
|
|
|
"bytestring",
|
|
|
|
@@ -172,9 +172,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web"
|
|
|
|
name = "actix-web"
|
|
|
|
version = "4.3.1"
|
|
|
|
version = "4.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd3cb42f9566ab176e1ef0b8b3a896529062b4efc6be0123046095914c4c1c96"
|
|
|
|
checksum = "0e4a5b5e29603ca8c94a77c65cf874718ceb60292c5a5c3e5f4ace041af462b9"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-codec",
|
|
|
|
"actix-http",
|
|
|
|
"actix-http",
|
|
|
|
@@ -185,7 +185,7 @@ dependencies = [
|
|
|
|
"actix-service",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web-codegen",
|
|
|
|
"actix-web-codegen",
|
|
|
|
"ahash 0.7.6",
|
|
|
|
"ahash 0.8.3",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
|
|
|
"bytestring",
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
@@ -194,7 +194,6 @@ dependencies = [
|
|
|
|
"encoding_rs",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
|
|
|
|
"itoa",
|
|
|
|
"itoa",
|
|
|
|
"language-tags",
|
|
|
|
"language-tags",
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
|
@@ -206,7 +205,7 @@ dependencies = [
|
|
|
|
"serde_json",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"smallvec",
|
|
|
|
"smallvec",
|
|
|
|
"socket2 0.4.9",
|
|
|
|
"socket2 0.5.3",
|
|
|
|
"time",
|
|
|
|
"time",
|
|
|
|
"url",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
@@ -1366,9 +1365,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.16"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
@@ -1585,12 +1584,26 @@ dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"spin 0.5.2",
|
|
|
|
"untrusted",
|
|
|
|
"untrusted 0.7.1",
|
|
|
|
"web-sys",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "ring"
|
|
|
|
|
|
|
|
version = "0.17.3"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "9babe80d5c16becf6594aa32ad2be8fe08498e7ae60b77de8df700e67f191d7e"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cc",
|
|
|
|
|
|
|
|
"getrandom",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"spin 0.9.8",
|
|
|
|
|
|
|
|
"untrusted 0.9.0",
|
|
|
|
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
version = "0.1.23"
|
|
|
|
@@ -1622,12 +1635,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.21.7"
|
|
|
|
version = "0.21.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
|
|
|
|
checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"ring 0.17.3",
|
|
|
|
"rustls-webpki",
|
|
|
|
"rustls-webpki",
|
|
|
|
"sct",
|
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
@@ -1655,12 +1668,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.101.2"
|
|
|
|
version = "0.101.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "513722fd73ad80a71f72b61009ea1b584bcfa1483ca93949c8f290298837fa59"
|
|
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"ring 0.17.3",
|
|
|
|
"untrusted",
|
|
|
|
"untrusted 0.9.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -1690,8 +1703,8 @@ version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"ring 0.16.20",
|
|
|
|
"untrusted",
|
|
|
|
"untrusted 0.7.1",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -1769,9 +1782,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
name = "semver"
|
|
|
|
version = "1.0.18"
|
|
|
|
version = "1.0.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
|
|
|
|
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
|
|
|
name = "serde"
|
|
|
|
@@ -1818,9 +1831,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
|
|
|
name = "serde_with"
|
|
|
|
version = "3.3.0"
|
|
|
|
version = "3.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ca3b16a3d82c4088f343b7480a93550b3eabe1a358569c2dfe38bbcead07237"
|
|
|
|
checksum = "64cd236ccc1b7a29e7e2739f27c0b2dd199804abc4290e32f59f3b68d6405c23"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"base64",
|
|
|
|
"chrono",
|
|
|
|
"chrono",
|
|
|
|
@@ -1835,9 +1848,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
|
|
|
name = "serde_with_macros"
|
|
|
|
version = "3.3.0"
|
|
|
|
version = "3.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e6be15c453eb305019bfa438b1593c731f36a289a7853f7707ee29e870b3b3c"
|
|
|
|
checksum = "93634eb5f75a2323b16de4748022ac4297f9e76b6dced2be287a099f41b5e788"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2",
|
|
|
|
@@ -1933,6 +1946,12 @@ version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "spin"
|
|
|
|
|
|
|
|
version = "0.9.8"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
version = "0.10.0"
|
|
|
|
@@ -2075,9 +2094,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.24.0"
|
|
|
|
version = "0.24.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0d409377ff5b1e3ca6437aa86c1eb7d40c134bfec254e44c830defa92669db5"
|
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"tokio",
|
|
|
|
@@ -2085,9 +2104,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
|
|
|
name = "tokio-tungstenite"
|
|
|
|
version = "0.20.0"
|
|
|
|
version = "0.20.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b2dbec703c26b00d74844519606ef15d09a7d6857860f84ad223dec002ddea2"
|
|
|
|
checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
|
@@ -2160,9 +2179,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
|
|
|
name = "tungstenite"
|
|
|
|
version = "0.20.0"
|
|
|
|
version = "0.20.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e862a1c4128df0112ab625f55cd5c934bcb4312ba80b39ae4b4835a3fd58e649"
|
|
|
|
checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
@@ -2233,6 +2252,12 @@ version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "untrusted"
|
|
|
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
name = "url"
|
|
|
|
version = "2.3.1"
|
|
|
|
version = "2.3.1"
|
|
|
|
@@ -2369,8 +2394,8 @@ version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"ring 0.16.20",
|
|
|
|
"untrusted",
|
|
|
|
"untrusted 0.7.1",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
|