aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-03-26 13:45:47 +0000
committerGitHub <[email protected]>2020-03-26 13:45:47 +0000
commita23b474a59bc3d3d7e8899cb28964bb2bf320104 (patch)
treedff54e87cb0247495a650124acb3c69f2f940b42
parentece8fa81bbff7cad8da2e28fb810699ae4045a16 (diff)
parent49144deb1b56ddd0b3e49520847251460bf1aee3 (diff)
Merge #3731
3731: Update deps r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]>
-rw-r--r--Cargo.lock20
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 908319f87..10ea55550 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -46,9 +46,9 @@ checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
46 46
47[[package]] 47[[package]]
48name = "backtrace" 48name = "backtrace"
49version = "0.3.45" 49version = "0.3.46"
50source = "registry+https://github.com/rust-lang/crates.io-index" 50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "ad235dabf00f36301792cfe82499880ba54c6486be094d1047b02bacb67c14e8" 51checksum = "b1e692897359247cc6bb902933361652380af0f1b7651ae5c5013407f30e109e"
52dependencies = [ 52dependencies = [
53 "backtrace-sys", 53 "backtrace-sys",
54 "cfg-if", 54 "cfg-if",
@@ -58,9 +58,9 @@ dependencies = [
58 58
59[[package]] 59[[package]]
60name = "backtrace-sys" 60name = "backtrace-sys"
61version = "0.1.34" 61version = "0.1.35"
62source = "registry+https://github.com/rust-lang/crates.io-index" 62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "ca797db0057bae1a7aa2eef3283a874695455cecf08a43bfb8507ee0ebc1ed69" 63checksum = "7de8aba10a69c8e8d7622c5710229485ec32e9d55fdad160ea559c086fdcd118"
64dependencies = [ 64dependencies = [
65 "cc", 65 "cc",
66 "libc", 66 "libc",
@@ -804,9 +804,9 @@ dependencies = [
804 804
805[[package]] 805[[package]]
806name = "paste" 806name = "paste"
807version = "0.1.7" 807version = "0.1.8"
808source = "registry+https://github.com/rust-lang/crates.io-index" 808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "63e1afe738d71b1ebab5f1207c055054015427dbfc7bbe9ee1266894156ec046" 809checksum = "8292c1e1e81ddb552c4c90c36af201a0ce7e34995f55f0480f01052f242811c9"
810dependencies = [ 810dependencies = [
811 "paste-impl", 811 "paste-impl",
812 "proc-macro-hack", 812 "proc-macro-hack",
@@ -814,9 +814,9 @@ dependencies = [
814 814
815[[package]] 815[[package]]
816name = "paste-impl" 816name = "paste-impl"
817version = "0.1.7" 817version = "0.1.8"
818source = "registry+https://github.com/rust-lang/crates.io-index" 818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "6d4dc4a7f6f743211c5aab239640a65091535d97d43d92a52bca435a640892bb" 819checksum = "5e9c43f2645f06ee452544ad032886a75f3d1797b9487dcadcae9100ba58a51c"
820dependencies = [ 820dependencies = [
821 "proc-macro-hack", 821 "proc-macro-hack",
822 "proc-macro2", 822 "proc-macro2",
@@ -1238,9 +1238,9 @@ checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
1238 1238
1239[[package]] 1239[[package]]
1240name = "regex" 1240name = "regex"
1241version = "1.3.5" 1241version = "1.3.6"
1242source = "registry+https://github.com/rust-lang/crates.io-index" 1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "8900ebc1363efa7ea1c399ccc32daed870b4002651e0bed86e72d501ebbe0048" 1243checksum = "7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3"
1244dependencies = [ 1244dependencies = [
1245 "aho-corasick", 1245 "aho-corasick",
1246 "memchr", 1246 "memchr",