diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-10-17 12:25:48 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-17 12:25:48 +0100 |
commit | 783c6a333acc3c05839f8c4bfa3174665a32abc6 (patch) | |
tree | d348e11835032fb32d1ad104d1bca7212984143c | |
parent | b1315be010f0d9f67ee4794cb57f7d1baa88a30d (diff) | |
parent | 0fab08740b1560c66ec9a979e7d040b0ad286fdb (diff) |
Merge #6265
6265: :arrow_up: xshell r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r-- | Cargo.lock | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7a77ed722..fa56ea3be 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1441,18 +1441,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | |||
1441 | 1441 | ||
1442 | [[package]] | 1442 | [[package]] |
1443 | name = "serde" | 1443 | name = "serde" |
1444 | version = "1.0.116" | 1444 | version = "1.0.117" |
1445 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1446 | checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5" | 1446 | checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a" |
1447 | dependencies = [ | 1447 | dependencies = [ |
1448 | "serde_derive", | 1448 | "serde_derive", |
1449 | ] | 1449 | ] |
1450 | 1450 | ||
1451 | [[package]] | 1451 | [[package]] |
1452 | name = "serde_derive" | 1452 | name = "serde_derive" |
1453 | version = "1.0.116" | 1453 | version = "1.0.117" |
1454 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1455 | checksum = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8" | 1455 | checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e" |
1456 | dependencies = [ | 1456 | dependencies = [ |
1457 | "proc-macro2", | 1457 | "proc-macro2", |
1458 | "quote", | 1458 | "quote", |
@@ -1916,18 +1916,18 @@ dependencies = [ | |||
1916 | 1916 | ||
1917 | [[package]] | 1917 | [[package]] |
1918 | name = "xshell" | 1918 | name = "xshell" |
1919 | version = "0.1.0" | 1919 | version = "0.1.2" |
1920 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1920 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1921 | checksum = "1f7f756f2faab73adb00db44db716598ab2c9e4bce4a875c053022291bd3cab4" | 1921 | checksum = "3e52c34730b631e3aea95f5f650e7457a9219f4c62df9ed2d1106ddacb0d54e2" |
1922 | dependencies = [ | 1922 | dependencies = [ |
1923 | "xshell-macros", | 1923 | "xshell-macros", |
1924 | ] | 1924 | ] |
1925 | 1925 | ||
1926 | [[package]] | 1926 | [[package]] |
1927 | name = "xshell-macros" | 1927 | name = "xshell-macros" |
1928 | version = "0.1.0" | 1928 | version = "0.1.2" |
1929 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1930 | checksum = "51b020c2f3132b34067e2f6ebc58f0f210624898713a8186b8cdb75d3b8c3001" | 1930 | checksum = "495f6e94cc76a22553d2a49188d7d49155c87d4b82414b749b121d69aa9c0240" |
1931 | 1931 | ||
1932 | [[package]] | 1932 | [[package]] |
1933 | name = "xtask" | 1933 | name = "xtask" |