Skip to content

Commit dc535c3

Browse files
authored
deps: deno@v1.33.3, deno_std@v0.187.0 (#379)
1 parent 7f34c86 commit dc535c3

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

β€Ž.denovβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.33.2
1+
v1.33.3

β€Ždeno.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
]
1313
},
1414
"tasks": {
15-
"test": "deno test --allow-net --allow-read=tests --allow-write=tests/tmp --allow-run --coverage=coverage ./tests",
15+
"test": "deno test --allow-net --allow-read=tests --allow-write=tests/tmp --allow-run=redis-server,redis-cli --coverage=coverage ./tests",
1616
"test:doc": "deno test --doc --no-run --import-map=import_map.test.json",
1717
"coverage": "deno coverage ./coverage --lcov --output=coverage/lcov.info",
1818
"make_mod": "deno run --allow-read --allow-write --allow-run --check tools/make_mod.ts",

β€Žmodules-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"https://deno.land/std": {
3-
"version": "@0.186.0",
3+
"version": "@0.187.0",
44
"modules": [
55
"/async/deferred.ts",
66
"/async/delay.ts",

β€Žmodules.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"https://deno.land/std": {
3-
"version": "@0.186.0",
3+
"version": "@0.187.0",
44
"modules": [
55
"/async/deferred.ts",
66
"/async/delay.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.186.0/async/deferred.ts";
1+
export * from "https://deno.land/std@0.187.0/async/deferred.ts";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.186.0/async/delay.ts";
1+
export * from "https://deno.land/std@0.187.0/async/delay.ts";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.186.0/io/buf_reader.ts";
1+
export * from "https://deno.land/std@0.187.0/io/buf_reader.ts";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.186.0/io/buf_writer.ts";
1+
export * from "https://deno.land/std@0.187.0/io/buf_writer.ts";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.186.0/streams/read_all.ts";
1+
export * from "https://deno.land/std@0.187.0/streams/read_all.ts";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.186.0/streams/reader_from_stream_reader.ts";
1+
export * from "https://deno.land/std@0.187.0/streams/reader_from_stream_reader.ts";

0 commit comments

Comments
Β (0)