aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-04-10 18:48:25 +0100
committerkjeremy <[email protected]>2020-04-10 18:48:25 +0100
commit51b1750cfafe8c9f8a1628543ed7b22148de8ca9 (patch)
tree937e0a198f85ceeef19d850fefd043874d7851c3 /Cargo.lock
parentf553162c4eee2c99e27de7e7351d8a3681601b1d (diff)
cargo update
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 20e7e745b..34c535162 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -594,9 +594,9 @@ checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
594 594
595[[package]] 595[[package]]
596name = "lock_api" 596name = "lock_api"
597version = "0.3.3" 597version = "0.3.4"
598source = "registry+https://github.com/rust-lang/crates.io-index" 598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b" 599checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
600dependencies = [ 600dependencies = [
601 "scopeguard", 601 "scopeguard",
602] 602]
@@ -759,9 +759,9 @@ checksum = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
759 759
760[[package]] 760[[package]]
761name = "parking_lot" 761name = "parking_lot"
762version = "0.10.0" 762version = "0.10.1"
763source = "registry+https://github.com/rust-lang/crates.io-index" 763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc" 764checksum = "6fdfcb5f20930a79e326f7ec992a9fdb5b7bd809254b1e735bdd5a99f78bee0d"
765dependencies = [ 765dependencies = [
766 "lock_api", 766 "lock_api",
767 "parking_lot_core", 767 "parking_lot_core",
@@ -769,9 +769,9 @@ dependencies = [
769 769
770[[package]] 770[[package]]
771name = "parking_lot_core" 771name = "parking_lot_core"
772version = "0.7.0" 772version = "0.7.1"
773source = "registry+https://github.com/rust-lang/crates.io-index" 773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1" 774checksum = "0e136c1904604defe99ce5fd71a28d473fa60a12255d511aa78a9ddf11237aeb"
775dependencies = [ 775dependencies = [
776 "cfg-if", 776 "cfg-if",
777 "cloudabi", 777 "cloudabi",
@@ -1481,9 +1481,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1481 1481
1482[[package]] 1482[[package]]
1483name = "smallvec" 1483name = "smallvec"
1484version = "1.2.0" 1484version = "1.3.0"
1485source = "registry+https://github.com/rust-lang/crates.io-index" 1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc" 1486checksum = "05720e22615919e4734f6a99ceae50d00226c3c5aca406e102ebc33298214e0a"
1487 1487
1488[[package]] 1488[[package]]
1489name = "smol_str" 1489name = "smol_str"
@@ -1531,9 +1531,9 @@ dependencies = [
1531 1531
1532[[package]] 1532[[package]]
1533name = "termios" 1533name = "termios"
1534version = "0.3.1" 1534version = "0.3.2"
1535source = "registry+https://github.com/rust-lang/crates.io-index" 1535source = "registry+https://github.com/rust-lang/crates.io-index"
1536checksum = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" 1536checksum = "6f0fcee7b24a25675de40d5bb4de6e41b0df07bc9856295e7e2b3a3600c400c2"
1537dependencies = [ 1537dependencies = [
1538 "libc", 1538 "libc",
1539] 1539]