summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2021-04-06 22:12:37 +0200
committerGitHub <noreply@github.com>2021-04-06 22:12:37 +0200
commit8af677c8117beb52e0c419eff1ed5d0102c86ae3 (patch)
tree88793930f1e17f8e3f941ebeb79b0dbbd7932d66 /Cargo.lock
parenta2cdc912e75852db6e45cd01f126a636937edcd9 (diff)
feat(config): print a suggestion for unknown fields (#2560)
* feat(config): print a suggestion for unknown fields * Fix typo Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com> Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 9 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ae11efb0f..068b49c55 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -247,7 +247,7 @@ dependencies = [
"ansi_term 0.11.0",
"atty",
"bitflags 1.2.1",
- "strsim",
+ "strsim 0.8.0",
"textwrap",
"unicode-width",
"vec_map",
@@ -1614,6 +1614,7 @@ dependencies = [
"shadow-rs",
"shell-words",
"starship_module_config_derive",
+ "strsim 0.10.0",
"sys-info",
"tempfile",
"term_size",
@@ -1628,7 +1629,7 @@ dependencies = [
[[package]]
name = "starship_module_config_derive"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"proc-macro2",
"quote 1.0.9",
@@ -1642,6 +1643,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
+name = "strsim"
+version = "0.10.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
+
+[[package]]
name = "strum"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"