|
@@ -365,9 +365,9 @@ checksum = "9338790e78aa95a416786ec8389546c4b6a1dfc3dc36071ed9518a9413a542eb"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "async-trait"
|
|
name = "async-trait"
|
|
-version = "0.1.77"
|
|
|
|
|
|
+version = "0.1.80"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
|
|
|
|
|
|
+checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2 1.0.78",
|
|
"proc-macro2 1.0.78",
|
|
"quote 1.0.35",
|
|
"quote 1.0.35",
|
|
@@ -1848,9 +1848,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "keyword_extraction"
|
|
name = "keyword_extraction"
|
|
-version = "1.3.0"
|
|
|
|
|
|
+version = "1.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c25710ba2c50e4762b267b7387a989d8d1a8235f5cf26cd84e34aac30b263140"
|
|
|
|
|
|
+checksum = "f0efa28e79b3a5f72586318c07c24477a169c688e5065fde647c71b3952a2d42"
|
|
dependencies = [
|
|
dependencies = [
|
|
"regex",
|
|
"regex",
|
|
"unicode-segmentation",
|
|
"unicode-segmentation",
|
|
@@ -2037,9 +2037,9 @@ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "maud"
|
|
name = "maud"
|
|
-version = "0.25.0"
|
|
|
|
|
|
+version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b0bab19cef8a7fe1c18a43e881793bfc9d4ea984befec3ae5bd0415abf3ecf00"
|
|
|
|
|
|
+checksum = "df518b75016b4289cdddffa1b01f2122f4a49802c93191f3133f6dc2472ebcaa"
|
|
dependencies = [
|
|
dependencies = [
|
|
"actix-web",
|
|
"actix-web",
|
|
"futures-util",
|
|
"futures-util",
|
|
@@ -2049,14 +2049,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "maud_macros"
|
|
name = "maud_macros"
|
|
-version = "0.25.0"
|
|
|
|
|
|
+version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0be95d66c3024ffce639216058e5bae17a83ecaf266ffc6e4d060ad447c9eed2"
|
|
|
|
|
|
+checksum = "fa453238ec218da0af6b11fc5978d3b5c3a45ed97b722391a2a11f3306274e18"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro-error",
|
|
"proc-macro-error",
|
|
"proc-macro2 1.0.78",
|
|
"proc-macro2 1.0.78",
|
|
"quote 1.0.35",
|
|
"quote 1.0.35",
|
|
- "syn 1.0.109",
|
|
|
|
|
|
+ "syn 2.0.52",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2666,7 +2666,6 @@ dependencies = [
|
|
"proc-macro-error-attr",
|
|
"proc-macro-error-attr",
|
|
"proc-macro2 1.0.78",
|
|
"proc-macro2 1.0.78",
|
|
"quote 1.0.35",
|
|
"quote 1.0.35",
|
|
- "syn 1.0.109",
|
|
|
|
"version_check",
|
|
"version_check",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -2946,9 +2945,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "regex"
|
|
name = "regex"
|
|
-version = "1.10.3"
|
|
|
|
|
|
+version = "1.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
|
|
|
|
|
|
+checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"aho-corasick 1.1.2",
|
|
"aho-corasick 1.1.2",
|
|
"memchr",
|
|
"memchr",
|
|
@@ -3116,9 +3115,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rustls"
|
|
name = "rustls"
|
|
-version = "0.21.10"
|
|
|
|
|
|
+version = "0.21.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
|
|
|
|
|
|
+checksum = "7fecbfb7b1444f477b345853b1fce097a2c6fb637b2bfb87e6bc5db0f043fae4"
|
|
dependencies = [
|
|
dependencies = [
|
|
"log",
|
|
"log",
|
|
"ring",
|
|
"ring",
|
|
@@ -3316,9 +3315,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde_json"
|
|
name = "serde_json"
|
|
-version = "1.0.114"
|
|
|
|
|
|
+version = "1.0.116"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
|
|
|
|
|
|
+checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
|
|
dependencies = [
|
|
dependencies = [
|
|
"itoa 1.0.10",
|
|
"itoa 1.0.10",
|
|
"ryu",
|
|
"ryu",
|