diff options
author | Laurențiu Nicola <[email protected]> | 2020-12-23 09:46:36 +0000 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2020-12-23 10:58:23 +0000 |
commit | 9a14e308b9bf6ad6fae10c66318f8c7215d549dd (patch) | |
tree | 794f5f7dc17ce06cf2193727c44bf2c9fae4fd23 | |
parent | c04406287a31a342b8650b143a3ea6ea1261442d (diff) |
Bump deps
-rw-r--r-- | Cargo.lock | 8 |
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]] |
510 | name = "heck" | 510 | name = "heck" |
511 | version = "0.3.1" | 511 | version = "0.3.2" |
512 | source = "registry+https://github.com/rust-lang/crates.io-index" | 512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
513 | checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 513 | checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac" |
514 | dependencies = [ | 514 | dependencies = [ |
515 | "unicode-segmentation", | 515 | "unicode-segmentation", |
516 | ] | 516 | ] |
@@ -1075,9 +1075,9 @@ dependencies = [ | |||
1075 | 1075 | ||
1076 | [[package]] | 1076 | [[package]] |
1077 | name = "parking_lot_core" | 1077 | name = "parking_lot_core" |
1078 | version = "0.8.1" | 1078 | version = "0.8.2" |
1079 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1080 | checksum = "d7c6d9b8427445284a09c55be860a15855ab580a417ccad9da88f5a06787ced0" | 1080 | checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272" |
1081 | dependencies = [ | 1081 | dependencies = [ |
1082 | "cfg-if 1.0.0", | 1082 | "cfg-if 1.0.0", |
1083 | "instant", | 1083 | "instant", |