Skip to content

Commit 9cc0ff1

Browse files
authored
chore: update deno (#3258)
* update deno * bump ver
1 parent 5f3acf5 commit 9cc0ff1

File tree

5 files changed

+172
-246
lines changed

5 files changed

+172
-246
lines changed

Cargo.lock

Lines changed: 59 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ wasm-bindgen-futures = "0.4.33"
115115
web-sys = "0.3.60"
116116

117117
# deno dependencies
118-
deno_console = "0.69.0"
119-
deno_core = "0.151.0"
120-
deno_url = "0.69.0"
121-
deno_web = "0.100.0"
122-
deno_webidl = "0.69.0"
118+
deno_console = "0.80.0"
119+
deno_core = "0.162.0"
120+
deno_url = "0.80.0"
121+
deno_web = "0.111.0"
122+
deno_webidl = "0.80.0"
123123
deno_webgpu = { path = "./deno_webgpu" }
124124
tokio = "1.19.0"
125125
termcolor = "1.1.2"

deno_webgpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "deno_webgpu"
5-
version = "0.63.0"
5+
version = "0.81.0"
66
authors = ["the Deno authors"]
77
edition.workspace = true
88
license = "MIT"

0 commit comments

Comments
 (0)