aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock28
1 files changed, 14 insertions, 14 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cc63ec36c..5f88ad0c4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -462,9 +462,9 @@ dependencies = [
462 462
463[[package]] 463[[package]]
464name = "indexmap" 464name = "indexmap"
465version = "1.3.2" 465version = "1.4.0"
466source = "registry+https://github.com/rust-lang/crates.io-index" 466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292" 467checksum = "c398b2b113b55809ceb9ee3e753fcbac793f1956663f3c36549c1346015c2afe"
468dependencies = [ 468dependencies = [
469 "autocfg", 469 "autocfg",
470] 470]
@@ -809,9 +809,9 @@ dependencies = [
809 809
810[[package]] 810[[package]]
811name = "paste" 811name = "paste"
812version = "0.1.15" 812version = "0.1.16"
813source = "registry+https://github.com/rust-lang/crates.io-index" 813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "d53181dcd37421c08d3b69f887784956674d09c3f9a47a04fece2b130a5b346b" 814checksum = "d508492eeb1e5c38ee696371bf7b9fc33c83d46a7d451606b96458fbbbdc2dec"
815dependencies = [ 815dependencies = [
816 "paste-impl", 816 "paste-impl",
817 "proc-macro-hack", 817 "proc-macro-hack",
@@ -819,9 +819,9 @@ dependencies = [
819 819
820[[package]] 820[[package]]
821name = "paste-impl" 821name = "paste-impl"
822version = "0.1.15" 822version = "0.1.16"
823source = "registry+https://github.com/rust-lang/crates.io-index" 823source = "registry+https://github.com/rust-lang/crates.io-index"
824checksum = "05ca490fa1c034a71412b4d1edcb904ec5a0981a4426c9eb2128c0fda7a68d17" 824checksum = "84f328a6a63192b333fce5fbb4be79db6758a4d518dfac6d54412f1492f72d32"
825dependencies = [ 825dependencies = [
826 "proc-macro-hack", 826 "proc-macro-hack",
827 "proc-macro2", 827 "proc-macro2",
@@ -871,9 +871,9 @@ checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
871 871
872[[package]] 872[[package]]
873name = "proc-macro2" 873name = "proc-macro2"
874version = "1.0.17" 874version = "1.0.18"
875source = "registry+https://github.com/rust-lang/crates.io-index" 875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "1502d12e458c49a4c9cbff560d0fe0060c252bc29799ed94ca2ed4bb665a0101" 876checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
877dependencies = [ 877dependencies = [
878 "unicode-xid", 878 "unicode-xid",
879] 879]
@@ -1401,9 +1401,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1401 1401
1402[[package]] 1402[[package]]
1403name = "ryu" 1403name = "ryu"
1404version = "1.0.4" 1404version = "1.0.5"
1405source = "registry+https://github.com/rust-lang/crates.io-index" 1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1" 1406checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
1407 1407
1408[[package]] 1408[[package]]
1409name = "salsa" 1409name = "salsa"
@@ -1577,9 +1577,9 @@ checksum = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f"
1577 1577
1578[[package]] 1578[[package]]
1579name = "syn" 1579name = "syn"
1580version = "1.0.29" 1580version = "1.0.30"
1581source = "registry+https://github.com/rust-lang/crates.io-index" 1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "bb37da98a55b1d08529362d9cbb863be17556873df2585904ab9d2bc951291d0" 1582checksum = "93a56fabc59dce20fe48b6c832cc249c713e7ed88fa28b0ee0a3bfcaae5fe4e2"
1583dependencies = [ 1583dependencies = [
1584 "proc-macro2", 1584 "proc-macro2",
1585 "quote", 1585 "quote",
@@ -1799,9 +1799,9 @@ dependencies = [
1799 1799
1800[[package]] 1800[[package]]
1801name = "yaml-rust" 1801name = "yaml-rust"
1802version = "0.4.3" 1802version = "0.4.4"
1803source = "registry+https://github.com/rust-lang/crates.io-index" 1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" 1804checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
1805dependencies = [ 1805dependencies = [
1806 "linked-hash-map", 1806 "linked-hash-map",
1807] 1807]