aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock31
1 files changed, 17 insertions, 14 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9f7a1d019..bf1b9e417 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -77,15 +77,15 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
77 77
78[[package]] 78[[package]]
79name = "backtrace" 79name = "backtrace"
80version = "0.3.55" 80version = "0.3.56"
81source = "registry+https://github.com/rust-lang/crates.io-index" 81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598" 82checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
83dependencies = [ 83dependencies = [
84 "addr2line", 84 "addr2line",
85 "cfg-if 1.0.0", 85 "cfg-if 1.0.0",
86 "libc", 86 "libc",
87 "miniz_oxide", 87 "miniz_oxide",
88 "object 0.22.0", 88 "object",
89 "rustc-demangle", 89 "rustc-demangle",
90] 90]
91 91
@@ -418,13 +418,13 @@ dependencies = [
418 418
419[[package]] 419[[package]]
420name = "filetime" 420name = "filetime"
421version = "0.2.13" 421version = "0.2.14"
422source = "registry+https://github.com/rust-lang/crates.io-index" 422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "0c122a393ea57648015bf06fbd3d372378992e86b9ff5a7a497b076a28c79efe" 423checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
424dependencies = [ 424dependencies = [
425 "cfg-if 1.0.0", 425 "cfg-if 1.0.0",
426 "libc", 426 "libc",
427 "redox_syscall", 427 "redox_syscall 0.2.4",
428 "winapi 0.3.9", 428 "winapi 0.3.9",
429] 429]
430 430
@@ -1094,12 +1094,6 @@ dependencies = [
1094 1094
1095[[package]] 1095[[package]]
1096name = "object" 1096name = "object"
1097version = "0.22.0"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
1100
1101[[package]]
1102name = "object"
1103version = "0.23.0" 1097version = "0.23.0"
1104source = "registry+https://github.com/rust-lang/crates.io-index" 1098source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4" 1099checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
@@ -1136,7 +1130,7 @@ dependencies = [
1136 "cfg-if 1.0.0", 1130 "cfg-if 1.0.0",
1137 "instant", 1131 "instant",
1138 "libc", 1132 "libc",
1139 "redox_syscall", 1133 "redox_syscall 0.1.57",
1140 "smallvec", 1134 "smallvec",
1141 "winapi 0.3.9", 1135 "winapi 0.3.9",
1142] 1136]
@@ -1263,7 +1257,7 @@ dependencies = [
1263 "libloading", 1257 "libloading",
1264 "mbe", 1258 "mbe",
1265 "memmap", 1259 "memmap",
1266 "object 0.23.0", 1260 "object",
1267 "proc_macro_api", 1261 "proc_macro_api",
1268 "proc_macro_test", 1262 "proc_macro_test",
1269 "serde_derive", 1263 "serde_derive",
@@ -1371,6 +1365,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" 1365checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
1372 1366
1373[[package]] 1367[[package]]
1368name = "redox_syscall"
1369version = "0.2.4"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
1372dependencies = [
1373 "bitflags",
1374]
1375
1376[[package]]
1374name = "regex" 1377name = "regex"
1375version = "1.4.3" 1378version = "1.4.3"
1376source = "registry+https://github.com/rust-lang/crates.io-index" 1379source = "registry+https://github.com/rust-lang/crates.io-index"