fix(#298): Don't throw error if no Helm repository found (#305)

This commit is contained in:
Baptiste
2023-01-09 08:57:32 +01:00
committed by GitHub
parent cb4871321d
commit 07e0fc5e5c
3 changed files with 30 additions and 31 deletions

View File

@@ -39,7 +39,7 @@ strum = { version = "~0.24", features = ["derive"] }
thiserror = "~1.0"
tempfile = "~3.2"
cfg-if = "~1.0"
tokio = { version = "~1.8", features = ["process", "rt-multi-thread"] }
tokio = { version = "~1.18", features = ["process", "rt-multi-thread"] }
futures = "~0.3"
regex = "~1.5"
semver = "~1.0"