We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca01b7 commit 7619b73Copy full SHA for 7619b73
deps.ts
@@ -1,5 +1,5 @@
1
-export { AWSSignerV4 } from "https://deno.land/x/[email protected].1/mod.ts";
2
-import { createHash } from "https://deno.land/std@0.69.0/hash/mod.ts";
+export { AWSSignerV4 } from "https://deno.land/x/[email protected].2/mod.ts";
+import { createHash } from "https://deno.land/std@0.71.0/hash/mod.ts";
3
export function sha256Hex(data: string | Uint8Array): string {
4
const hasher = createHash("sha256");
5
hasher.update(data);
test_deps.ts
@@ -2,4 +2,4 @@ export {
assert,
assertEquals,
assertThrowsAsync,
-} from "https://deno.land/std@0.69.0/testing/asserts.ts";
+} from "https://deno.land/std@0.71.0/testing/asserts.ts";
0 commit comments