aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9df4c4626..90361c47f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -508,9 +508,9 @@ checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
508 508
509[[package]] 509[[package]]
510name = "heck" 510name = "heck"
511version = "0.3.1" 511version = "0.3.2"
512source = "registry+https://github.com/rust-lang/crates.io-index" 512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" 513checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
514dependencies = [ 514dependencies = [
515 "unicode-segmentation", 515 "unicode-segmentation",
516] 516]
@@ -1075,9 +1075,9 @@ dependencies = [
1075 1075
1076[[package]] 1076[[package]]
1077name = "parking_lot_core" 1077name = "parking_lot_core"
1078version = "0.8.1" 1078version = "0.8.2"
1079source = "registry+https://github.com/rust-lang/crates.io-index" 1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "d7c6d9b8427445284a09c55be860a15855ab580a417ccad9da88f5a06787ced0" 1080checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
1081dependencies = [ 1081dependencies = [
1082 "cfg-if 1.0.0", 1082 "cfg-if 1.0.0",
1083 "instant", 1083 "instant",