aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-12-11 22:07:11 +0000
committerGitHub <[email protected]>2020-12-11 22:07:11 +0000
commitc1ef62333819fceebff4414df53f40569e1ca909 (patch)
tree4b75a9602942122d4a4eaf5a6eb72d3e277aa0a4
parent4227246948605d23fc8e20163f006a56e4b0782d (diff)
parent8079f5b147a5fa4994b20eac4c849c9c5e04c19a (diff)
Merge #6838
6838: cargo update r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]>
-rw-r--r--Cargo.lock16
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]]
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"
@@ -990,9 +990,9 @@ dependencies = [
990 990
991[[package]] 991[[package]]
992name = "net2" 992name = "net2"
993version = "0.2.36" 993version = "0.2.37"
994source = "registry+https://github.com/rust-lang/crates.io-index" 994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "d7cf75f38f16cb05ea017784dc6dbfd354f76c223dba37701734c4f5a9337d02" 995checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
996dependencies = [ 996dependencies = [
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]]
2023name = "xshell" 2023name = "xshell"
2024version = "0.1.6" 2024version = "0.1.7"
2025source = "registry+https://github.com/rust-lang/crates.io-index" 2025source = "registry+https://github.com/rust-lang/crates.io-index"
2026checksum = "3e9bbfccbb2233e6b0473b7870d4b0811a402e9e249a5e8394e768e5a5c9c37d" 2026checksum = "ed0728d188f2ae530490b7d92435728aba53c6aed06d07e1951da9bd4c1d0798"
2027dependencies = [ 2027dependencies = [
2028 "xshell-macros", 2028 "xshell-macros",
2029] 2029]
2030 2030
2031[[package]] 2031[[package]]
2032name = "xshell-macros" 2032name = "xshell-macros"
2033version = "0.1.6" 2033version = "0.1.7"
2034source = "registry+https://github.com/rust-lang/crates.io-index" 2034source = "registry+https://github.com/rust-lang/crates.io-index"
2035checksum = "b94f1c632d730a1704b21dc551a4c74fbed713cfa59593708f94943548206134" 2035checksum = "367f903cc3f8bc4f4b2400d47dfa6c9e3e121ffb51a30cf0fb67a72c0a0f9617"
2036 2036
2037[[package]] 2037[[package]]
2038name = "xtask" 2038name = "xtask"