|
@@ -33,9 +33,9 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "askama"
|
|
name = "askama"
|
|
-version = "0.11.0"
|
|
|
|
|
|
+version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4d8f355701c672c2ba3d718acbd213f740beea577cc4eae66accdffe15be1882"
|
|
|
|
|
|
+checksum = "fb98f10f371286b177db5eeb9a6e5396609555686a35e1d4f7b9a9c6d8af0139"
|
|
dependencies = [
|
|
dependencies = [
|
|
"askama_derive",
|
|
"askama_derive",
|
|
"askama_escape",
|
|
"askama_escape",
|
|
@@ -44,9 +44,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "askama_derive"
|
|
name = "askama_derive"
|
|
-version = "0.11.0"
|
|
|
|
|
|
+version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "84704cab5b7ae0fd3a9f78ee5eb7b27f3749df445f04623db6633459ae283267"
|
|
|
|
|
|
+checksum = "87bf87e6e8b47264efa9bde63d6225c6276a52e05e91bf37eaa8afd0032d6b71"
|
|
dependencies = [
|
|
dependencies = [
|
|
"askama_shared",
|
|
"askama_shared",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
@@ -55,18 +55,20 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "askama_escape"
|
|
name = "askama_escape"
|
|
-version = "0.10.2"
|
|
|
|
|
|
+version = "0.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9a1bb320f97e6edf9f756bf015900038e43c7700e059688e5724a928c8f3b8d5"
|
|
|
|
|
|
+checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "askama_shared"
|
|
name = "askama_shared"
|
|
-version = "0.12.0"
|
|
|
|
|
|
+version = "0.12.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "dae03eebba55a2697a376e58b573a29fe36893157173ac8df312ad85f3c0e012"
|
|
|
|
|
|
+checksum = "bf722b94118a07fcbc6640190f247334027685d4e218b794dbfe17c32bf38ed0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"askama_escape",
|
|
"askama_escape",
|
|
"humansize",
|
|
"humansize",
|
|
|
|
+ "mime",
|
|
|
|
+ "mime_guess",
|
|
"nom",
|
|
"nom",
|
|
"num-traits",
|
|
"num-traits",
|
|
"percent-encoding",
|
|
"percent-encoding",
|
|
@@ -548,9 +550,9 @@ checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "fastrand"
|
|
name = "fastrand"
|
|
-version = "1.6.0"
|
|
|
|
|
|
+version = "1.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
|
|
|
|
|
|
+checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
|
dependencies = [
|
|
dependencies = [
|
|
"instant",
|
|
"instant",
|
|
]
|
|
]
|
|
@@ -603,9 +605,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-channel"
|
|
name = "futures-channel"
|
|
-version = "0.3.19"
|
|
|
|
|
|
+version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
|
|
|
|
|
|
+checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
|
dependencies = [
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"futures-sink",
|
|
@@ -613,9 +615,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-core"
|
|
name = "futures-core"
|
|
-version = "0.3.19"
|
|
|
|
|
|
+version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
|
|
|
|
|
|
+checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-executor"
|
|
name = "futures-executor"
|
|
@@ -641,9 +643,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-io"
|
|
name = "futures-io"
|
|
-version = "0.3.19"
|
|
|
|
|
|
+version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
|
|
|
|
|
|
+checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-lite"
|
|
name = "futures-lite"
|
|
@@ -662,9 +664,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-macro"
|
|
name = "futures-macro"
|
|
-version = "0.3.19"
|
|
|
|
|
|
+version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
|
|
|
|
|
|
+checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -673,21 +675,21 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-sink"
|
|
name = "futures-sink"
|
|
-version = "0.3.19"
|
|
|
|
|
|
+version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
|
|
|
|
|
|
+checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-task"
|
|
name = "futures-task"
|
|
-version = "0.3.19"
|
|
|
|
|
|
+version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
|
|
|
|
|
|
+checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-util"
|
|
name = "futures-util"
|
|
-version = "0.3.19"
|
|
|
|
|
|
+version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
|
|
|
|
|
|
+checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
|
dependencies = [
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-core",
|
|
@@ -1035,6 +1037,16 @@ dependencies = [
|
|
"tokio",
|
|
"tokio",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "mime_guess"
|
|
|
|
+version = "2.0.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
|
|
|
+dependencies = [
|
|
|
|
+ "mime",
|
|
|
|
+ "unicase",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "minimal-lexical"
|
|
name = "minimal-lexical"
|
|
version = "0.2.1"
|
|
version = "0.2.1"
|
|
@@ -1188,9 +1200,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "ouroboros"
|
|
name = "ouroboros"
|
|
-version = "0.11.1"
|
|
|
|
|
|
+version = "0.14.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3518a68fc597f6a42f83a31e41c039c3cbaa10fa8bb239c936c235e81cce873f"
|
|
|
|
|
|
+checksum = "71643f290d126e18ac2598876d01e1d57aed164afc78fdb6e2a0c6589a1f6662"
|
|
dependencies = [
|
|
dependencies = [
|
|
"aliasable",
|
|
"aliasable",
|
|
"ouroboros_macro",
|
|
"ouroboros_macro",
|
|
@@ -1199,9 +1211,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "ouroboros_macro"
|
|
name = "ouroboros_macro"
|
|
-version = "0.11.1"
|
|
|
|
|
|
+version = "0.14.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4e23813b1bcb2d41a838849a2bbae40ae5c03c85ecabf04ba97086f438484714"
|
|
|
|
|
|
+checksum = "ed9a247206016d424fe8497bc611e510887af5c261fbbf977877c4bb55ca4d82"
|
|
dependencies = [
|
|
dependencies = [
|
|
"Inflector",
|
|
"Inflector",
|
|
"proc-macro-error",
|
|
"proc-macro-error",
|
|
@@ -1460,9 +1472,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "routefinder"
|
|
name = "routefinder"
|
|
-version = "0.5.0"
|
|
|
|
|
|
+version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f55ef95b3a4278404aa40845bfe17ef4906cbe768c39bf4fa0886a06a07df80d"
|
|
|
|
|
|
+checksum = "480a056df7cdee2fd55df6dc10ce137c70b00cc65f20a16f796d2250ef8e0cd8"
|
|
dependencies = [
|
|
dependencies = [
|
|
"smartcow",
|
|
"smartcow",
|
|
"smartstring",
|
|
"smartstring",
|
|
@@ -1479,6 +1491,12 @@ dependencies = [
|
|
"serde",
|
|
"serde",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "rustversion"
|
|
|
|
+version = "1.0.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "ryu"
|
|
name = "ryu"
|
|
version = "1.0.9"
|
|
version = "1.0.9"
|
|
@@ -1503,15 +1521,16 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sea-orm"
|
|
name = "sea-orm"
|
|
-version = "0.4.2"
|
|
|
|
|
|
+version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4f594c2a48a3f2c7c911187c67a39d08f63af932801073737358bef0b5f06576"
|
|
|
|
|
|
+checksum = "dd24380b48dacd3ed1c3d467c7b17ffa5818555a2c04066f4a0a9e17d830abc9"
|
|
dependencies = [
|
|
dependencies = [
|
|
"async-stream",
|
|
"async-stream",
|
|
"async-trait",
|
|
"async-trait",
|
|
"chrono",
|
|
"chrono",
|
|
"futures",
|
|
"futures",
|
|
"futures-util",
|
|
"futures-util",
|
|
|
|
+ "once_cell",
|
|
"ouroboros",
|
|
"ouroboros",
|
|
"rust_decimal",
|
|
"rust_decimal",
|
|
"sea-orm-macros",
|
|
"sea-orm-macros",
|
|
@@ -1520,15 +1539,16 @@ dependencies = [
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
"sqlx",
|
|
"sqlx",
|
|
|
|
+ "tracing",
|
|
"url",
|
|
"url",
|
|
"uuid",
|
|
"uuid",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sea-orm-macros"
|
|
name = "sea-orm-macros"
|
|
-version = "0.4.2"
|
|
|
|
|
|
+version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "73786f2ccb8f697d83e80a1ddd3c580ead76dddd068ebb4349b5ab648e625cd2"
|
|
|
|
|
|
+checksum = "c199fa8630b1e195d7aef24ce8944af8f4ced67c4eccffd8926453b59f2565a1"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bae",
|
|
"bae",
|
|
"heck",
|
|
"heck",
|
|
@@ -1539,9 +1559,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sea-query"
|
|
name = "sea-query"
|
|
-version = "0.19.4"
|
|
|
|
|
|
+version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "57c6353d854a61e47b2691feded408c6ffd07ba9913311f0ff17c889ef2f102f"
|
|
|
|
|
|
+checksum = "9088ff96158860a75d98a85a654fdd9d97b10515773af6d87339bfc48258c800"
|
|
dependencies = [
|
|
dependencies = [
|
|
"chrono",
|
|
"chrono",
|
|
"rust_decimal",
|
|
"rust_decimal",
|
|
@@ -1565,22 +1585,23 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sea-strum"
|
|
name = "sea-strum"
|
|
-version = "0.21.0"
|
|
|
|
|
|
+version = "0.23.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6c77c6c6c8b3950fccb65edd5d04985b5377f4c8f669cb9a215553f0369ec001"
|
|
|
|
|
|
+checksum = "391d06a6007842cfe79ac6f7f53911b76dfd69fc9a6769f1cf6569d12ce20e1b"
|
|
dependencies = [
|
|
dependencies = [
|
|
"sea-strum_macros",
|
|
"sea-strum_macros",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sea-strum_macros"
|
|
name = "sea-strum_macros"
|
|
-version = "0.21.2"
|
|
|
|
|
|
+version = "0.23.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "51c247af6c2c4ffd372fe97e9afa579b4438e4c306c9aa3f11cbf72f1e845180"
|
|
|
|
|
|
+checksum = "69b4397b825df6ccf1e98bcdabef3bbcfc47ff5853983467850eeab878384f21"
|
|
dependencies = [
|
|
dependencies = [
|
|
"heck",
|
|
"heck",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
|
|
+ "rustversion",
|
|
"syn",
|
|
"syn",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -1609,18 +1630,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde"
|
|
name = "serde"
|
|
-version = "1.0.132"
|
|
|
|
|
|
+version = "1.0.136"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8b9875c23cf305cd1fd7eb77234cbb705f21ea6a72c637a5c6db5fe4b8e7f008"
|
|
|
|
|
|
+checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
|
dependencies = [
|
|
dependencies = [
|
|
"serde_derive",
|
|
"serde_derive",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde_derive"
|
|
name = "serde_derive"
|
|
-version = "1.0.132"
|
|
|
|
|
|
+version = "1.0.136"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ecc0db5cb2556c0e558887d9bbdcf6ac4471e83ff66cf696e5419024d1606276"
|
|
|
|
|
|
+checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -1629,9 +1650,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde_json"
|
|
name = "serde_json"
|
|
-version = "1.0.73"
|
|
|
|
|
|
+version = "1.0.79"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5"
|
|
|
|
|
|
+checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
|
dependencies = [
|
|
dependencies = [
|
|
"indexmap",
|
|
"indexmap",
|
|
"itoa 1.0.1",
|
|
"itoa 1.0.1",
|
|
@@ -2044,10 +2065,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
|
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
|
|
+ "log",
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
|
|
+ "tracing-attributes",
|
|
"tracing-core",
|
|
"tracing-core",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "tracing-attributes"
|
|
|
|
+version = "0.1.19"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "tracing-core"
|
|
name = "tracing-core"
|
|
version = "0.1.21"
|
|
version = "0.1.21"
|
|
@@ -2145,9 +2179,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "trillium-router"
|
|
name = "trillium-router"
|
|
-version = "0.3.1"
|
|
|
|
|
|
+version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "51fd3cf61f1f6c1493ead6e304a6a295ebe09f25d502f27c66f850dc2cb0def4"
|
|
|
|
|
|
+checksum = "20eb6edfe01b2df89944e0371453dbc288d94cf8b779f9fbd89c24ed923217a9"
|
|
dependencies = [
|
|
dependencies = [
|
|
"log",
|
|
"log",
|
|
"routefinder",
|
|
"routefinder",
|
|
@@ -2212,6 +2246,15 @@ version = "1.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
|
|
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "unicase"
|
|
|
|
+version = "2.6.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
+dependencies = [
|
|
|
|
+ "version_check",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
name = "unicode-bidi"
|
|
version = "0.3.7"
|
|
version = "0.3.7"
|