Skip to content

Commit 32b6137

Browse files
github-actions[bot]keroxp
authored andcommitted
1 parent 0a927bc commit 32b6137

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.denov

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.23.0
1+
v0.24.0

modules-lock.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"https://deno.land/std": {
3-
"version": "@v0.23.0",
3+
"version": "@v0.24.0",
44
"modules": [
55
"/util/async.ts",
66
"/testing/mod.ts",
@@ -9,4 +9,4 @@
99
"/fmt/colors.ts"
1010
]
1111
}
12-
}
12+
}

modules.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"https://deno.land/std": {
3-
"version": "@v0.23.0",
3+
"version": "@v0.24.0",
44
"modules": [
55
"/util/async.ts",
66
"/testing/mod.ts",

redis_test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const addr = {
1414
port: 6379
1515
};
1616

17-
let redis:Redis;
17+
let redis: Redis;
1818
test(async function beforeAll() {
1919
redis = await connect(addr);
2020
await redis.del(
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.23.0/fmt/colors.ts";
1+
export * from "https://deno.land/std@v0.24.0/fmt/colors.ts";
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.23.0/io/bufio.ts";
1+
export * from "https://deno.land/std@v0.24.0/io/bufio.ts";
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.23.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@v0.24.0/testing/asserts.ts";
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.23.0/testing/mod.ts";
1+
export * from "https://deno.land/std@v0.24.0/testing/mod.ts";
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.23.0/util/async.ts";
1+
export * from "https://deno.land/std@v0.24.0/util/async.ts";

0 commit comments

Comments
 (0)