aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2021-01-08 14:37:28 +0000
committerkjeremy <[email protected]>2021-01-08 14:37:28 +0000
commit0a91f2969955f6cca0788a419edddde0bf293835 (patch)
tree9f2a0e85f97ea9d22c23412a73d01c18debc545c
parentbe02ac981de88869a9d6069b675a78a2e9e31f99 (diff)
cargo update
-rw-r--r--Cargo.lock24
1 files changed, 12 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 57383491a..bc38c5a37 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -262,9 +262,9 @@ dependencies = [
262 262
263[[package]] 263[[package]]
264name = "const_fn" 264name = "const_fn"
265version = "0.4.4" 265version = "0.4.5"
266source = "registry+https://github.com/rust-lang/crates.io-index" 266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826" 267checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
268 268
269[[package]] 269[[package]]
270name = "crc32fast" 270name = "crc32fast"
@@ -774,9 +774,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
774 774
775[[package]] 775[[package]]
776name = "libc" 776name = "libc"
777version = "0.2.81" 777version = "0.2.82"
778source = "registry+https://github.com/rust-lang/crates.io-index" 778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb" 779checksum = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929"
780 780
781[[package]] 781[[package]]
782name = "libloading" 782name = "libloading"
@@ -1134,9 +1134,9 @@ checksum = "28b9b4df73455c861d7cbf8be42f01d3b373ed7f02e378d55fa84eafc6f638b1"
1134 1134
1135[[package]] 1135[[package]]
1136name = "pin-project-lite" 1136name = "pin-project-lite"
1137version = "0.2.0" 1137version = "0.2.1"
1138source = "registry+https://github.com/rust-lang/crates.io-index" 1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c" 1139checksum = "e36743d754ccdf9954c2e352ce2d4b106e024c814f6499c2dadff80da9a442d8"
1140 1140
1141[[package]] 1141[[package]]
1142name = "proc-macro2" 1142name = "proc-macro2"
@@ -1449,9 +1449,9 @@ dependencies = [
1449 1449
1450[[package]] 1450[[package]]
1451name = "semver-parser" 1451name = "semver-parser"
1452version = "0.10.1" 1452version = "0.10.2"
1453source = "registry+https://github.com/rust-lang/crates.io-index" 1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "42ef146c2ad5e5f4b037cd6ce2ebb775401729b19a82040c1beac9d36c7d1428" 1454checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
1455dependencies = [ 1455dependencies = [
1456 "pest", 1456 "pest",
1457] 1457]
@@ -1558,9 +1558,9 @@ version = "0.0.0"
1558 1558
1559[[package]] 1559[[package]]
1560name = "syn" 1560name = "syn"
1561version = "1.0.57" 1561version = "1.0.58"
1562source = "registry+https://github.com/rust-lang/crates.io-index" 1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "4211ce9909eb971f111059df92c45640aad50a619cf55cd76476be803c4c68e6" 1563checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5"
1564dependencies = [ 1564dependencies = [
1565 "proc-macro2", 1565 "proc-macro2",
1566 "quote", 1566 "quote",
@@ -1643,9 +1643,9 @@ checksum = "db3c46be180f1af9673ebb27bc1235396f61ef6965b3fe0dbb2e624deb604f0e"
1643 1643
1644[[package]] 1644[[package]]
1645name = "thread_local" 1645name = "thread_local"
1646version = "1.0.1" 1646version = "1.1.0"
1647source = "registry+https://github.com/rust-lang/crates.io-index" 1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" 1648checksum = "bb9bc092d0d51e76b2b19d9d85534ffc9ec2db959a2523cdae0697e2972cd447"
1649dependencies = [ 1649dependencies = [
1650 "lazy_static", 1650 "lazy_static",
1651] 1651]