aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock22
1 files changed, 11 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bf1b9e417..efd1c6d33 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -275,9 +275,9 @@ checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
275 275
276[[package]] 276[[package]]
277name = "countme" 277name = "countme"
278version = "2.0.0-pre.2" 278version = "2.0.0"
279source = "registry+https://github.com/rust-lang/crates.io-index" 279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "c5716604cba7c02a846ecad3f4a3fd2d2b641faccc2a24a51efb21aff0d01f35" 280checksum = "4f8038ded86523aa26c1321dfe8bb432707d0a3e2608f9d0108803727546e089"
281dependencies = [ 281dependencies = [
282 "dashmap", 282 "dashmap",
283 "once_cell", 283 "once_cell",
@@ -1400,9 +1400,9 @@ checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
1400 1400
1401[[package]] 1401[[package]]
1402name = "rowan" 1402name = "rowan"
1403version = "0.12.1" 1403version = "0.12.2"
1404source = "registry+https://github.com/rust-lang/crates.io-index" 1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "24c2d78254049413f9d73495f883e7fa0b7a7d4b88468cd72a3bbbd0ad585cd1" 1405checksum = "5e05df24c035422fb2b845d66ef3542d6c4f8572eafe077175a30787b0254207"
1406dependencies = [ 1406dependencies = [
1407 "countme", 1407 "countme",
1408 "hashbrown", 1408 "hashbrown",
@@ -1663,9 +1663,9 @@ dependencies = [
1663 1663
1664[[package]] 1664[[package]]
1665name = "syn" 1665name = "syn"
1666version = "1.0.58" 1666version = "1.0.59"
1667source = "registry+https://github.com/rust-lang/crates.io-index" 1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5" 1668checksum = "07cb8b1b4ebf86a89ee88cbd201b022b94138c623644d035185c84d3f41b7e66"
1669dependencies = [ 1669dependencies = [
1670 "proc-macro2", 1670 "proc-macro2",
1671 "quote", 1671 "quote",
@@ -1742,11 +1742,11 @@ dependencies = [
1742 1742
1743[[package]] 1743[[package]]
1744name = "thread_local" 1744name = "thread_local"
1745version = "1.1.0" 1745version = "1.1.1"
1746source = "registry+https://github.com/rust-lang/crates.io-index" 1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "bb9bc092d0d51e76b2b19d9d85534ffc9ec2db959a2523cdae0697e2972cd447" 1747checksum = "301bdd13d23c49672926be451130892d274d3ba0b410c18e00daa7990ff38d99"
1748dependencies = [ 1748dependencies = [
1749 "lazy_static", 1749 "once_cell",
1750] 1750]
1751 1751
1752[[package]] 1752[[package]]
@@ -1897,9 +1897,9 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
1897 1897
1898[[package]] 1898[[package]]
1899name = "ungrammar" 1899name = "ungrammar"
1900version = "1.9.3" 1900version = "1.10.0"
1901source = "registry+https://github.com/rust-lang/crates.io-index" 1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "f5901372c0f3a6a1a9d880aef134c8eaf5e54409343637508c0a344270b42d7b" 1902checksum = "ce24866975a8858d3a35eba845efc6b42962c5067afd2bc1a07b9ce0108d335c"
1903 1903
1904[[package]] 1904[[package]]
1905name = "unicase" 1905name = "unicase"