summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDominik Nakamura <dnaka91@gmail.com>2020-11-30 21:52:55 +0900
committerGitHub <noreply@github.com>2020-11-30 13:52:55 +0100
commitabfe4324e0383b313840b6fd55f775d7551a73b2 (patch)
treedfe630e14a83b9787321b0d7cdcacdbd6a9512b8 /Cargo.lock
parent389e006c00fe50aac98c7ca9e3cbdee6dab2e35e (diff)
feat(rust): Support new rust-toolchain format (#1938)
* feat(rust): Support new rust-toolchain format * Match file parsing with rustup and update link * Use cargo to deserialize the rust-toolchain file * Filter empty channel strings after extraction * Use the option value instead of rewrapping
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0ded37a95..bdae9630c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1122,18 +1122,18 @@ dependencies = [
[[package]]
name = "serde"
-version = "1.0.116"
+version = "1.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5"
+checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.116"
+version = "1.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8"
+checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e"
dependencies = [
"proc-macro2",
"quote 1.0.7",
@@ -1210,7 +1210,7 @@ dependencies = [
"rayon",
"regex",
"rust-ini",
- "serde_derive",
+ "serde",
"serde_json",
"shell-words",
"starship_module_config_derive",