diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock index f76857724..3f4d9204c 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -594,9 +594,9 @@ checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" | |||
594 | 594 | ||
595 | [[package]] | 595 | [[package]] |
596 | name = "libc" | 596 | name = "libc" |
597 | version = "0.2.67" | 597 | version = "0.2.68" |
598 | source = "registry+https://github.com/rust-lang/crates.io-index" | 598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
599 | checksum = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018" | 599 | checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0" |
600 | 600 | ||
601 | [[package]] | 601 | [[package]] |
602 | name = "linked-hash-map" | 602 | name = "linked-hash-map" |
@@ -845,9 +845,9 @@ checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" | |||
845 | 845 | ||
846 | [[package]] | 846 | [[package]] |
847 | name = "proc-macro-hack" | 847 | name = "proc-macro-hack" |
848 | version = "0.5.11" | 848 | version = "0.5.12" |
849 | source = "registry+https://github.com/rust-lang/crates.io-index" | 849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
850 | checksum = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" | 850 | checksum = "f918f2b601f93baa836c1c2945faef682ba5b6d4828ecb45eeb7cc3c71b811b4" |
851 | dependencies = [ | 851 | dependencies = [ |
852 | "proc-macro2", | 852 | "proc-macro2", |
853 | "quote", | 853 | "quote", |
@@ -1399,18 +1399,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | |||
1399 | 1399 | ||
1400 | [[package]] | 1400 | [[package]] |
1401 | name = "serde" | 1401 | name = "serde" |
1402 | version = "1.0.104" | 1402 | version = "1.0.105" |
1403 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1404 | checksum = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449" | 1404 | checksum = "e707fbbf255b8fc8c3b99abb91e7257a622caeb20a9818cbadbeeede4e0932ff" |
1405 | dependencies = [ | 1405 | dependencies = [ |
1406 | "serde_derive", | 1406 | "serde_derive", |
1407 | ] | 1407 | ] |
1408 | 1408 | ||
1409 | [[package]] | 1409 | [[package]] |
1410 | name = "serde_derive" | 1410 | name = "serde_derive" |
1411 | version = "1.0.104" | 1411 | version = "1.0.105" |
1412 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1413 | checksum = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64" | 1413 | checksum = "ac5d00fc561ba2724df6758a17de23df5914f20e41cb00f94d5b7ae42fffaff8" |
1414 | dependencies = [ | 1414 | dependencies = [ |
1415 | "proc-macro2", | 1415 | "proc-macro2", |
1416 | "quote", | 1416 | "quote", |
@@ -1529,9 +1529,9 @@ checksum = "20431e104bfecc1a40872578dbc390e10290a0e9c35fffe3ce6f73c15a9dbfc2" | |||
1529 | 1529 | ||
1530 | [[package]] | 1530 | [[package]] |
1531 | name = "thin-dst" | 1531 | name = "thin-dst" |
1532 | version = "1.0.0" | 1532 | version = "1.1.0" |
1533 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1534 | checksum = "c52fd98a9e4913c466d83381a59245691875d2f3e04611fca57f964bd8aa96e1" | 1534 | checksum = "db3c46be180f1af9673ebb27bc1235396f61ef6965b3fe0dbb2e624deb604f0e" |
1535 | 1535 | ||
1536 | [[package]] | 1536 | [[package]] |
1537 | name = "thread_local" | 1537 | name = "thread_local" |