Skip to content

Commit aae8c6a

Browse files
authored
update deno (#2901)
1 parent d0aa3f4 commit aae8c6a

File tree

8 files changed

+221
-130
lines changed

8 files changed

+221
-130
lines changed

cts_runner/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ publish = false
1111
resolver = "2"
1212

1313
[dependencies]
14-
deno_console = "0.53.0"
15-
deno_core = "0.135.0"
16-
deno_url = "0.53.0"
17-
deno_web = "0.84.0"
18-
deno_webidl = "0.53.0"
14+
deno_console = "0.62.0"
15+
deno_core = "0.144.0"
16+
deno_url = "0.62.0"
17+
deno_web = "0.93.0"
18+
deno_webidl = "0.62.0"
1919
deno_webgpu = { path = "../deno_webgpu" }
20-
tokio = { version = "1.17.0", features = ["full"] }
20+
tokio = { version = "1.19.0", features = ["full"] }
2121
termcolor = "1.1.2"

deno_webgpu/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "deno_webgpu"
5-
version = "0.54.0"
5+
version = "0.63.0"
66
authors = ["the Deno authors"]
77
edition = "2021"
88
license = "MIT"
@@ -11,8 +11,8 @@ repository = "https://github.com/gfx-rs/wgpu"
1111
description = "WebGPU implementation for Deno"
1212

1313
[dependencies]
14-
deno_core = "0.135.0"
14+
deno_core = "0.144.0"
1515
serde = { version = "1.0", features = ["derive"] }
16-
tokio = { version = "1.17", features = ["full"] }
16+
tokio = { version = "1.19", features = ["full"] }
1717
wgpu-core = { path = "../wgpu-core", features = ["trace", "replay", "serde"] }
1818
wgpu-types = { path = "../wgpu-types", features = ["trace", "replay", "serde"] }

0 commit comments

Comments
 (0)