|
@@ -1740,9 +1740,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tera"
|
|
name = "tera"
|
|
-version = "1.10.0"
|
|
|
|
|
|
+version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "81060acb882480c8793782eb96bc86f5c83d2fc7175ad46c375c6956ef7afa62"
|
|
|
|
|
|
+checksum = "7571541dff0e57eaa2e931249f0d7489eb2b24b6b105546f8c2f1a47f15aaa3a"
|
|
dependencies = [
|
|
dependencies = [
|
|
"globwalk",
|
|
"globwalk",
|
|
"lazy_static",
|
|
"lazy_static",
|
|
@@ -1751,6 +1751,7 @@ dependencies = [
|
|
"regex",
|
|
"regex",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
|
|
+ "unic-segment",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2006,6 +2007,56 @@ version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
|
|
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "unic-char-property"
|
|
|
|
+version = "0.9.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
|
|
|
+dependencies = [
|
|
|
|
+ "unic-char-range",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "unic-char-range"
|
|
|
|
+version = "0.9.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "unic-common"
|
|
|
|
+version = "0.9.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "unic-segment"
|
|
|
|
+version = "0.9.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
|
|
|
|
+dependencies = [
|
|
|
|
+ "unic-ucd-segment",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "unic-ucd-segment"
|
|
|
|
+version = "0.9.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
|
|
|
|
+dependencies = [
|
|
|
|
+ "unic-char-property",
|
|
|
|
+ "unic-char-range",
|
|
|
|
+ "unic-ucd-version",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "unic-ucd-version"
|
|
|
|
+version = "0.9.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
|
|
|
+dependencies = [
|
|
|
|
+ "unic-common",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicase"
|
|
name = "unicase"
|
|
version = "2.6.0"
|
|
version = "2.6.0"
|