aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ihara <[email protected]>2021-01-13 15:01:32 +0000
committerDaiki Ihara <[email protected]>2021-01-15 14:35:17 +0000
commitd9b1fa6da30dc6f576e5f76dd72767dbfa12812e (patch)
tree143959f22cfa0006dd34ed938d31506d803c11ab
parentd6a708b1eae170aee4a323ea6513bc4f2a1a5bbc (diff)
Upgrade ungrammar to v1.7
-rw-r--r--Cargo.lock48
-rw-r--r--xtask/Cargo.toml2
2 files changed, 25 insertions, 25 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0d23bcc9e..9498d8bf3 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]
@@ -1151,9 +1151,9 @@ checksum = "28b9b4df73455c861d7cbf8be42f01d3b373ed7f02e378d55fa84eafc6f638b1"
1151 1151
1152[[package]] 1152[[package]]
1153name = "pin-project-lite" 1153name = "pin-project-lite"
1154version = "0.2.4" 1154version = "0.2.0"
1155source = "registry+https://github.com/rust-lang/crates.io-index" 1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827" 1156checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c"
1157 1157
1158[[package]] 1158[[package]]
1159name = "proc-macro2" 1159name = "proc-macro2"
@@ -1291,9 +1291,9 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
1291 1291
1292[[package]] 1292[[package]]
1293name = "regex" 1293name = "regex"
1294version = "1.4.3" 1294version = "1.4.2"
1295source = "registry+https://github.com/rust-lang/crates.io-index" 1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a" 1296checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
1297dependencies = [ 1297dependencies = [
1298 "regex-syntax", 1298 "regex-syntax",
1299] 1299]
@@ -1310,9 +1310,9 @@ dependencies = [
1310 1310
1311[[package]] 1311[[package]]
1312name = "regex-syntax" 1312name = "regex-syntax"
1313version = "0.6.22" 1313version = "0.6.21"
1314source = "registry+https://github.com/rust-lang/crates.io-index" 1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" 1315checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
1316 1316
1317[[package]] 1317[[package]]
1318name = "rowan" 1318name = "rowan"
@@ -1541,9 +1541,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1541 1541
1542[[package]] 1542[[package]]
1543name = "smallvec" 1543name = "smallvec"
1544version = "1.6.1" 1544version = "1.6.0"
1545source = "registry+https://github.com/rust-lang/crates.io-index" 1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" 1546checksum = "1a55ca5f3b68e41c979bf8c46a6f1da892ca4db8f94023ce0bd32407573b1ac0"
1547 1547
1548[[package]] 1548[[package]]
1549name = "smol_str" 1549name = "smol_str"
@@ -1577,9 +1577,9 @@ dependencies = [
1577 1577
1578[[package]] 1578[[package]]
1579name = "syn" 1579name = "syn"
1580version = "1.0.58" 1580version = "1.0.57"
1581source = "registry+https://github.com/rust-lang/crates.io-index" 1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5" 1582checksum = "4211ce9909eb971f111059df92c45640aad50a619cf55cd76476be803c4c68e6"
1583dependencies = [ 1583dependencies = [
1584 "proc-macro2", 1584 "proc-macro2",
1585 "quote", 1585 "quote",
@@ -1662,9 +1662,9 @@ checksum = "db3c46be180f1af9673ebb27bc1235396f61ef6965b3fe0dbb2e624deb604f0e"
1662 1662
1663[[package]] 1663[[package]]
1664name = "thread_local" 1664name = "thread_local"
1665version = "1.1.0" 1665version = "1.0.1"
1666source = "registry+https://github.com/rust-lang/crates.io-index" 1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "bb9bc092d0d51e76b2b19d9d85534ffc9ec2db959a2523cdae0697e2972cd447" 1667checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
1668dependencies = [ 1668dependencies = [
1669 "lazy_static", 1669 "lazy_static",
1670] 1670]
@@ -1817,9 +1817,9 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
1817 1817
1818[[package]] 1818[[package]]
1819name = "ungrammar" 1819name = "ungrammar"
1820version = "1.6.0" 1820version = "1.7.0"
1821source = "registry+https://github.com/rust-lang/crates.io-index" 1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "f96cc1b6938f7c548fbcc630bac5c896ae77a130909829ab18b8eab78c51b7ee" 1822checksum = "7758fccf6038d5c368a17c7224abc85d6508d5ae266d5a3de25faac3cc168509"
1823 1823
1824[[package]] 1824[[package]]
1825name = "unicase" 1825name = "unicase"
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 7a2937f0e..61a944c13 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -15,7 +15,7 @@ flate2 = "1.0"
15pico-args = "0.3.1" 15pico-args = "0.3.1"
16proc-macro2 = "1.0.8" 16proc-macro2 = "1.0.8"
17quote = "1.0.2" 17quote = "1.0.2"
18ungrammar = "1.6" 18ungrammar = "1.7"
19walkdir = "2.3.1" 19walkdir = "2.3.1"
20write-json = "0.1.0" 20write-json = "0.1.0"
21xshell = "0.1" 21xshell = "0.1"