Skip to content

Commit 9c79f5d

Browse files
Update dependencies
1 parent 808e2b3 commit 9c79f5d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/bumper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update-dep:
88
strategy:
99
matrix:
10-
deno: ["1.3.3"]
10+
deno: ["1.4.0"]
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2

.github/workflows/master.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
deno: ["1.3.3"]
16+
deno: ["1.4.0"]
1717
runs-on: ${{ matrix.os }}
1818

1919
steps:
@@ -33,7 +33,7 @@ jobs:
3333
linter:
3434
strategy:
3535
matrix:
36-
deno: ["1.3.3"]
36+
deno: ["1.4.0"]
3737
# Only one OS is required since fmt is cross platform
3838
runs-on: ubuntu-latest
3939

deps.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
export { ServerRequest } from "https://deno.land/std@0.68.0/http/server.ts";
1+
export { ServerRequest } from "https://deno.land/std@0.69.0/http/server.ts";
22

3-
export { BufReader } from "https://deno.land/std@0.68.0/io/bufio.ts";
3+
export { BufReader } from "https://deno.land/std@0.69.0/io/bufio.ts";
44

5-
export * as StdAsserts from "https://deno.land/std@0.68.0/testing/asserts.ts";
5+
export * as StdAsserts from "https://deno.land/std@0.69.0/testing/asserts.ts";
66

7-
export * as colors from "https://deno.land/std@0.68.0/fmt/colors.ts";
7+
export * as colors from "https://deno.land/std@0.69.0/fmt/colors.ts";

0 commit comments

Comments
 (0)