diff options
-rw-r--r-- | Cargo.lock | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock index 1f4c0cb53..b3748b724 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -610,9 +610,9 @@ checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" | |||
610 | 610 | ||
611 | [[package]] | 611 | [[package]] |
612 | name = "libc" | 612 | name = "libc" |
613 | version = "0.2.70" | 613 | version = "0.2.71" |
614 | source = "registry+https://github.com/rust-lang/crates.io-index" | 614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
615 | checksum = "3baa92041a6fec78c687fa0cc2b3fae8884f743d672cf551bed1d6dac6988d0f" | 615 | checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49" |
616 | 616 | ||
617 | [[package]] | 617 | [[package]] |
618 | name = "libloading" | 618 | name = "libloading" |
@@ -830,9 +830,9 @@ dependencies = [ | |||
830 | 830 | ||
831 | [[package]] | 831 | [[package]] |
832 | name = "paste" | 832 | name = "paste" |
833 | version = "0.1.13" | 833 | version = "0.1.14" |
834 | source = "registry+https://github.com/rust-lang/crates.io-index" | 834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
835 | checksum = "678f27e19361472a23717f11d229a7522ef64605baf0715c896a94b8b6b13a06" | 835 | checksum = "3431e8f72b90f8a7af91dec890d9814000cb371258e0ec7370d93e085361f531" |
836 | dependencies = [ | 836 | dependencies = [ |
837 | "paste-impl", | 837 | "paste-impl", |
838 | "proc-macro-hack", | 838 | "proc-macro-hack", |
@@ -840,9 +840,9 @@ dependencies = [ | |||
840 | 840 | ||
841 | [[package]] | 841 | [[package]] |
842 | name = "paste-impl" | 842 | name = "paste-impl" |
843 | version = "0.1.13" | 843 | version = "0.1.14" |
844 | source = "registry+https://github.com/rust-lang/crates.io-index" | 844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
845 | checksum = "149089128a45d8e377677b08873b4bad2a56618f80e4f28a83862ba250994a30" | 845 | checksum = "25af5fc872ba284d8d84608bf8a0fa9b5376c96c23f503b007dfd9e34dde5606" |
846 | dependencies = [ | 846 | dependencies = [ |
847 | "proc-macro-hack", | 847 | "proc-macro-hack", |
848 | "proc-macro2", | 848 | "proc-macro2", |
@@ -886,9 +886,9 @@ checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" | |||
886 | 886 | ||
887 | [[package]] | 887 | [[package]] |
888 | name = "proc-macro-hack" | 888 | name = "proc-macro-hack" |
889 | version = "0.5.15" | 889 | version = "0.5.16" |
890 | source = "registry+https://github.com/rust-lang/crates.io-index" | 890 | source = "registry+https://github.com/rust-lang/crates.io-index" |
891 | checksum = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63" | 891 | checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4" |
892 | 892 | ||
893 | [[package]] | 893 | [[package]] |
894 | name = "proc-macro2" | 894 | name = "proc-macro2" |
@@ -1598,9 +1598,9 @@ checksum = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | |||
1598 | 1598 | ||
1599 | [[package]] | 1599 | [[package]] |
1600 | name = "syn" | 1600 | name = "syn" |
1601 | version = "1.0.23" | 1601 | version = "1.0.25" |
1602 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1603 | checksum = "95b5f192649e48a5302a13f2feb224df883b98933222369e4b3b0fe2a5447269" | 1603 | checksum = "f14a640819f79b72a710c0be059dce779f9339ae046c8bef12c361d56702146f" |
1604 | dependencies = [ | 1604 | dependencies = [ |
1605 | "proc-macro2", | 1605 | "proc-macro2", |
1606 | "quote", | 1606 | "quote", |