set crypto version

This commit is contained in:
HorizonCode 2023-05-14 20:23:17 +02:00
parent 2e6ce88e80
commit b335bb61bd

4
mod.ts
View File

@ -4,8 +4,8 @@ import {
} from "https://deno.land/std@0.186.0/http/http_status.ts";
import * as path from "https://deno.land/std@0.185.0/path/mod.ts";
import * as cookie from "https://deno.land/std@0.185.0/http/cookie.ts";
import { Aes } from "https://deno.land/x/crypto/aes.ts";
import { Cbc, Padding } from "https://deno.land/x/crypto/block-modes.ts";
import { Aes } from "https://deno.land/x/crypto@v0.10.0/aes.ts";
import { Cbc, Padding } from "https://deno.land/x/crypto@v0.10.0/block-modes.ts";
import { cryptoRandomString } from "https://deno.land/x/crypto_random_string@1.0.0/mod.ts";
type HTTPServerOptions = {