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