|
@@ -1753,9 +1753,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tinyvec"
|
|
name = "tinyvec"
|
|
-version = "0.3.4"
|
|
|
|
|
|
+version = "1.0.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b78a366903f506d2ad52ca8dc552102ffdd3e937ba8a227f024dc1d1eae28575"
|
|
|
|
+dependencies = [
|
|
|
|
+ "tinyvec_macros",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "tinyvec_macros"
|
|
|
|
+version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
|
|
|
|
|
|
+checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tokio"
|
|
name = "tokio"
|
|
@@ -1977,9 +1986,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-normalization"
|
|
name = "unicode-normalization"
|
|
-version = "0.1.13"
|
|
|
|
|
|
+version = "0.1.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
|
|
|
|
|
|
+checksum = "b7f98e67a4d84f730d343392f9bfff7d21e3fca562b9cb7a43b768350beeddc6"
|
|
dependencies = [
|
|
dependencies = [
|
|
"tinyvec",
|
|
"tinyvec",
|
|
]
|
|
]
|