deps: update std, redis

This commit is contained in:
shiftinv 2022-10-21 18:07:46 +02:00
parent b5dac6c415
commit a69a51edc6
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
export * as http from "https://deno.land/std@0.154.0/http/mod.ts";
export * as log from "https://deno.land/std@0.154.0/log/mod.ts";
export * as hex from "https://deno.land/std@0.154.0/encoding/hex.ts";
export * as redis from "https://deno.land/x/redis@v0.27.0/mod.ts";
export * as http from "https://deno.land/std@0.160.0/http/mod.ts";
export * as log from "https://deno.land/std@0.160.0/log/mod.ts";
export * as hex from "https://deno.land/std@0.160.0/encoding/hex.ts";
export * as redis from "https://deno.land/x/redis@v0.27.2/mod.ts";
export { Lock } from "https://deno.land/x/async@v1.1.5/mod.ts";
export { default as TTLCache } from "https://deno.land/x/ttl@1.0.1/mod.ts";