aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
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]]
263name = "const_fn" 263name = "const_fn"
264version = "0.4.3" 264version = "0.4.4"
265source = "registry+https://github.com/rust-lang/crates.io-index" 265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "c478836e029dcef17fb47c89023448c64f781a046e0300e257ad8225ae59afab" 266checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
267 267
268[[package]] 268[[package]]
269name = "crc32fast" 269name = "crc32fast"
@@ -979,9 +979,9 @@ dependencies = [
979 979
980[[package]] 980[[package]]
981name = "net2" 981name = "net2"
982version = "0.2.36" 982version = "0.2.37"
983source = "registry+https://github.com/rust-lang/crates.io-index" 983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "d7cf75f38f16cb05ea017784dc6dbfd354f76c223dba37701734c4f5a9337d02" 984checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
985dependencies = [ 985dependencies = [
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]]
1992name = "xshell" 1992name = "xshell"
1993version = "0.1.6" 1993version = "0.1.7"
1994source = "registry+https://github.com/rust-lang/crates.io-index" 1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "3e9bbfccbb2233e6b0473b7870d4b0811a402e9e249a5e8394e768e5a5c9c37d" 1995checksum = "ed0728d188f2ae530490b7d92435728aba53c6aed06d07e1951da9bd4c1d0798"
1996dependencies = [ 1996dependencies = [
1997 "xshell-macros", 1997 "xshell-macros",
1998] 1998]
1999 1999
2000[[package]] 2000[[package]]
2001name = "xshell-macros" 2001name = "xshell-macros"
2002version = "0.1.6" 2002version = "0.1.7"
2003source = "registry+https://github.com/rust-lang/crates.io-index" 2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "b94f1c632d730a1704b21dc551a4c74fbed713cfa59593708f94943548206134" 2004checksum = "367f903cc3f8bc4f4b2400d47dfa6c9e3e121ffb51a30cf0fb67a72c0a0f9617"
2005 2005
2006[[package]] 2006[[package]]
2007name = "xtask" 2007name = "xtask"