diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock index 321766b82..ec8ad11cb 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -261,9 +261,9 @@ dependencies = [ | |||
261 | 261 | ||
262 | [[package]] | 262 | [[package]] |
263 | name = "const_fn" | 263 | name = "const_fn" |
264 | version = "0.4.3" | 264 | version = "0.4.4" |
265 | source = "registry+https://github.com/rust-lang/crates.io-index" | 265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
266 | checksum = "c478836e029dcef17fb47c89023448c64f781a046e0300e257ad8225ae59afab" | 266 | checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826" |
267 | 267 | ||
268 | [[package]] | 268 | [[package]] |
269 | name = "crc32fast" | 269 | name = "crc32fast" |
@@ -979,9 +979,9 @@ dependencies = [ | |||
979 | 979 | ||
980 | [[package]] | 980 | [[package]] |
981 | name = "net2" | 981 | name = "net2" |
982 | version = "0.2.36" | 982 | version = "0.2.37" |
983 | source = "registry+https://github.com/rust-lang/crates.io-index" | 983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
984 | checksum = "d7cf75f38f16cb05ea017784dc6dbfd354f76c223dba37701734c4f5a9337d02" | 984 | checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" |
985 | dependencies = [ | 985 | dependencies = [ |
986 | "cfg-if 0.1.10", | 986 | "cfg-if 0.1.10", |
987 | "libc", | 987 | "libc", |
@@ -1990,18 +1990,18 @@ dependencies = [ | |||
1990 | 1990 | ||
1991 | [[package]] | 1991 | [[package]] |
1992 | name = "xshell" | 1992 | name = "xshell" |
1993 | version = "0.1.6" | 1993 | version = "0.1.7" |
1994 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1994 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1995 | checksum = "3e9bbfccbb2233e6b0473b7870d4b0811a402e9e249a5e8394e768e5a5c9c37d" | 1995 | checksum = "ed0728d188f2ae530490b7d92435728aba53c6aed06d07e1951da9bd4c1d0798" |
1996 | dependencies = [ | 1996 | dependencies = [ |
1997 | "xshell-macros", | 1997 | "xshell-macros", |
1998 | ] | 1998 | ] |
1999 | 1999 | ||
2000 | [[package]] | 2000 | [[package]] |
2001 | name = "xshell-macros" | 2001 | name = "xshell-macros" |
2002 | version = "0.1.6" | 2002 | version = "0.1.7" |
2003 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2004 | checksum = "b94f1c632d730a1704b21dc551a4c74fbed713cfa59593708f94943548206134" | 2004 | checksum = "367f903cc3f8bc4f4b2400d47dfa6c9e3e121ffb51a30cf0fb67a72c0a0f9617" |
2005 | 2005 | ||
2006 | [[package]] | 2006 | [[package]] |
2007 | name = "xtask" | 2007 | name = "xtask" |