diff --git a/header/link.ts b/header/link.ts index cd7e79f..46d9ba8 100644 --- a/header/link.ts +++ b/header/link.ts @@ -1,5 +1,5 @@ -import { isStringCaseLower } from "https://raw.githubusercontent.com/hugoalh-studio/advanced-determine-deno/v0.7.0/string/is_case_lower.ts"; -import { isStringSingleLine } from "https://raw.githubusercontent.com/hugoalh-studio/advanced-determine-deno/v0.7.0/string/is_singleline.ts"; +import { isStringCaseLower } from "https://raw.githubusercontent.com/hugoalh-studio/advanced-determine-deno/v0.9.0/string/is_case_lower.ts"; +import { isStringSingleLine } from "https://raw.githubusercontent.com/hugoalh-studio/advanced-determine-deno/v0.9.0/string/is_singleline.ts"; const httpHeaderLinkParametersNeedLowerCase: Set = new Set([ "rel", "type"