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 d3aec4c99..8cb5fd7ad 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" |
@@ -990,9 +990,9 @@ dependencies = [ | |||
990 | 990 | ||
991 | [[package]] | 991 | [[package]] |
992 | name = "net2" | 992 | name = "net2" |
993 | version = "0.2.36" | 993 | version = "0.2.37" |
994 | source = "registry+https://github.com/rust-lang/crates.io-index" | 994 | source = "registry+https://github.com/rust-lang/crates.io-index" |
995 | checksum = "d7cf75f38f16cb05ea017784dc6dbfd354f76c223dba37701734c4f5a9337d02" | 995 | checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" |
996 | dependencies = [ | 996 | dependencies = [ |
997 | "cfg-if 0.1.10", | 997 | "cfg-if 0.1.10", |
998 | "libc", | 998 | "libc", |
@@ -2021,18 +2021,18 @@ dependencies = [ | |||
2021 | 2021 | ||
2022 | [[package]] | 2022 | [[package]] |
2023 | name = "xshell" | 2023 | name = "xshell" |
2024 | version = "0.1.6" | 2024 | version = "0.1.7" |
2025 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2026 | checksum = "3e9bbfccbb2233e6b0473b7870d4b0811a402e9e249a5e8394e768e5a5c9c37d" | 2026 | checksum = "ed0728d188f2ae530490b7d92435728aba53c6aed06d07e1951da9bd4c1d0798" |
2027 | dependencies = [ | 2027 | dependencies = [ |
2028 | "xshell-macros", | 2028 | "xshell-macros", |
2029 | ] | 2029 | ] |
2030 | 2030 | ||
2031 | [[package]] | 2031 | [[package]] |
2032 | name = "xshell-macros" | 2032 | name = "xshell-macros" |
2033 | version = "0.1.6" | 2033 | version = "0.1.7" |
2034 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2034 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2035 | checksum = "b94f1c632d730a1704b21dc551a4c74fbed713cfa59593708f94943548206134" | 2035 | checksum = "367f903cc3f8bc4f4b2400d47dfa6c9e3e121ffb51a30cf0fb67a72c0a0f9617" |
2036 | 2036 | ||
2037 | [[package]] | 2037 | [[package]] |
2038 | name = "xtask" | 2038 | name = "xtask" |