chore: update Cargo.lock and format providerConfigUtils

This commit is contained in:
YoVinchen
2026-01-25 03:46:45 +08:00
parent 078a3a6a53
commit 0e75193e84
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -701,7 +701,7 @@ dependencies = [
[[package]]
name = "cc-switch"
version = "3.10.1"
version = "3.10.2"
dependencies = [
"anyhow",
"async-stream",
+1 -3
View File
@@ -194,9 +194,7 @@ export const hasGeminiCommonConfigSnippet = (
const entries = Object.entries(parsed).filter(([key, value]) => {
if (
GEMINI_COMMON_ENV_FORBIDDEN_KEYS.includes(
key as GeminiForbiddenEnvKey,
)
GEMINI_COMMON_ENV_FORBIDDEN_KEYS.includes(key as GeminiForbiddenEnvKey)
) {
return false;
}