aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock20
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 56404ded2..d966ebe61 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -101,9 +101,9 @@ dependencies = [
101 101
102[[package]] 102[[package]]
103name = "cc" 103name = "cc"
104version = "1.0.51" 104version = "1.0.52"
105source = "registry+https://github.com/rust-lang/crates.io-index" 105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "9c9384ca4b90c0ea47e19a5c996d6643a3e73dedf9b89c65efb67587e34da1bb" 106checksum = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d"
107 107
108[[package]] 108[[package]]
109name = "cfg-if" 109name = "cfg-if"
@@ -1394,9 +1394,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1394 1394
1395[[package]] 1395[[package]]
1396name = "ryu" 1396name = "ryu"
1397version = "1.0.3" 1397version = "1.0.4"
1398source = "registry+https://github.com/rust-lang/crates.io-index" 1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76" 1399checksum = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1"
1400 1400
1401[[package]] 1401[[package]]
1402name = "salsa" 1402name = "salsa"
@@ -1545,9 +1545,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1545 1545
1546[[package]] 1546[[package]]
1547name = "smallvec" 1547name = "smallvec"
1548version = "1.3.0" 1548version = "1.4.0"
1549source = "registry+https://github.com/rust-lang/crates.io-index" 1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "05720e22615919e4734f6a99ceae50d00226c3c5aca406e102ebc33298214e0a" 1550checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
1551 1551
1552[[package]] 1552[[package]]
1553name = "smol_str" 1553name = "smol_str"
@@ -1570,9 +1570,9 @@ checksum = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f"
1570 1570
1571[[package]] 1571[[package]]
1572name = "syn" 1572name = "syn"
1573version = "1.0.17" 1573version = "1.0.18"
1574source = "registry+https://github.com/rust-lang/crates.io-index" 1574source = "registry+https://github.com/rust-lang/crates.io-index"
1575checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03" 1575checksum = "410a7488c0a728c7ceb4ad59b9567eb4053d02e8cc7f5c0e0eeeb39518369213"
1576dependencies = [ 1576dependencies = [
1577 "proc-macro2", 1577 "proc-macro2",
1578 "quote", 1578 "quote",
@@ -1646,9 +1646,9 @@ dependencies = [
1646 1646
1647[[package]] 1647[[package]]
1648name = "threadpool" 1648name = "threadpool"
1649version = "1.7.1" 1649version = "1.8.0"
1650source = "registry+https://github.com/rust-lang/crates.io-index" 1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" 1651checksum = "e8dae184447c15d5a6916d973c642aec485105a13cd238192a6927ae3e077d66"
1652dependencies = [ 1652dependencies = [
1653 "num_cpus", 1653 "num_cpus",
1654] 1654]