aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock48
1 files changed, 24 insertions, 24 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f9f1c041e..dcf939d60 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -26,9 +26,9 @@ dependencies = [
26 26
27[[package]] 27[[package]]
28name = "anyhow" 28name = "anyhow"
29version = "1.0.38" 29version = "1.0.37"
30source = "registry+https://github.com/rust-lang/crates.io-index" 30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" 31checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86"
32 32
33[[package]] 33[[package]]
34name = "anymap" 34name = "anymap"
@@ -118,9 +118,9 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
118 118
119[[package]] 119[[package]]
120name = "byteorder" 120name = "byteorder"
121version = "1.4.2" 121version = "1.3.4"
122source = "registry+https://github.com/rust-lang/crates.io-index" 122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b" 123checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
124 124
125[[package]] 125[[package]]
126name = "cargo-platform" 126name = "cargo-platform"
@@ -269,9 +269,9 @@ dependencies = [
269 269
270[[package]] 270[[package]]
271name = "const_fn" 271name = "const_fn"
272version = "0.4.5" 272version = "0.4.4"
273source = "registry+https://github.com/rust-lang/crates.io-index" 273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6" 274checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
275 275
276[[package]] 276[[package]]
277name = "crc32fast" 277name = "crc32fast"
@@ -791,9 +791,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
791 791
792[[package]] 792[[package]]
793name = "libc" 793name = "libc"
794version = "0.2.82" 794version = "0.2.81"
795source = "registry+https://github.com/rust-lang/crates.io-index" 795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929" 796checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
797 797
798[[package]] 798[[package]]
799name = "libloading" 799name = "libloading"
@@ -825,9 +825,9 @@ dependencies = [
825 825
826[[package]] 826[[package]]
827name = "log" 827name = "log"
828version = "0.4.13" 828version = "0.4.11"
829source = "registry+https://github.com/rust-lang/crates.io-index" 829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2" 830checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
831dependencies = [ 831dependencies = [
832 "cfg-if 0.1.10", 832 "cfg-if 0.1.10",
833] 833]
@@ -1160,9 +1160,9 @@ checksum = "28b9b4df73455c861d7cbf8be42f01d3b373ed7f02e378d55fa84eafc6f638b1"
1160 1160
1161[[package]] 1161[[package]]
1162name = "pin-project-lite" 1162name = "pin-project-lite"
1163version = "0.2.4" 1163version = "0.2.0"
1164source = "registry+https://github.com/rust-lang/crates.io-index" 1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827" 1165checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c"
1166 1166
1167[[package]] 1167[[package]]
1168name = "proc-macro2" 1168name = "proc-macro2"
@@ -1300,9 +1300,9 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
1300 1300
1301[[package]] 1301[[package]]
1302name = "regex" 1302name = "regex"
1303version = "1.4.3" 1303version = "1.4.2"
1304source = "registry+https://github.com/rust-lang/crates.io-index" 1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a" 1305checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
1306dependencies = [ 1306dependencies = [
1307 "regex-syntax", 1307 "regex-syntax",
1308] 1308]
@@ -1319,9 +1319,9 @@ dependencies = [
1319 1319
1320[[package]] 1320[[package]]
1321name = "regex-syntax" 1321name = "regex-syntax"
1322version = "0.6.22" 1322version = "0.6.21"
1323source = "registry+https://github.com/rust-lang/crates.io-index" 1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" 1324checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
1325 1325
1326[[package]] 1326[[package]]
1327name = "rowan" 1327name = "rowan"
@@ -1550,9 +1550,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1550 1550
1551[[package]] 1551[[package]]
1552name = "smallvec" 1552name = "smallvec"
1553version = "1.6.1" 1553version = "1.6.0"
1554source = "registry+https://github.com/rust-lang/crates.io-index" 1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" 1555checksum = "1a55ca5f3b68e41c979bf8c46a6f1da892ca4db8f94023ce0bd32407573b1ac0"
1556 1556
1557[[package]] 1557[[package]]
1558name = "smol_str" 1558name = "smol_str"
@@ -1592,9 +1592,9 @@ dependencies = [
1592 1592
1593[[package]] 1593[[package]]
1594name = "syn" 1594name = "syn"
1595version = "1.0.58" 1595version = "1.0.57"
1596source = "registry+https://github.com/rust-lang/crates.io-index" 1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5" 1597checksum = "4211ce9909eb971f111059df92c45640aad50a619cf55cd76476be803c4c68e6"
1598dependencies = [ 1598dependencies = [
1599 "proc-macro2", 1599 "proc-macro2",
1600 "quote", 1600 "quote",
@@ -1671,9 +1671,9 @@ dependencies = [
1671 1671
1672[[package]] 1672[[package]]
1673name = "thread_local" 1673name = "thread_local"
1674version = "1.1.0" 1674version = "1.0.1"
1675source = "registry+https://github.com/rust-lang/crates.io-index" 1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "bb9bc092d0d51e76b2b19d9d85534ffc9ec2db959a2523cdae0697e2972cd447" 1676checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
1677dependencies = [ 1677dependencies = [
1678 "lazy_static", 1678 "lazy_static",
1679] 1679]
@@ -1837,9 +1837,9 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
1837 1837
1838[[package]] 1838[[package]]
1839name = "ungrammar" 1839name = "ungrammar"
1840version = "1.6.0" 1840version = "1.7.0"
1841source = "registry+https://github.com/rust-lang/crates.io-index" 1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "f96cc1b6938f7c548fbcc630bac5c896ae77a130909829ab18b8eab78c51b7ee" 1842checksum = "7758fccf6038d5c368a17c7224abc85d6508d5ae266d5a3de25faac3cc168509"
1843 1843
1844[[package]] 1844[[package]]
1845name = "unicase" 1845name = "unicase"