Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Sep 18, 2023
1 parent b896c5c commit 639e45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header/link.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isStringCaseLower } from "https://raw.githubusercontent.com/hugoalh-studio/advanced-determine-deno/v0.3.0/string/is_case_lower.ts";
import { isStringCaseLower } from "https://raw.githubusercontent.com/hugoalh-studio/advanced-determine-deno/v0.3.1/string/is_case_lower.ts";
const httpHeaderLinkParametersNeedLowerCase: Set<string> = new Set<string>([
"rel",
"type"
Expand Down

0 comments on commit 639e45c

Please sign in to comment.