diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/broadcast_channel/Cargo.toml | 4 | ||||
-rw-r--r-- | ext/console/Cargo.toml | 4 | ||||
-rw-r--r-- | ext/crypto/Cargo.toml | 6 | ||||
-rw-r--r-- | ext/fetch/Cargo.toml | 6 | ||||
-rw-r--r-- | ext/ffi/Cargo.toml | 4 | ||||
-rw-r--r-- | ext/http/Cargo.toml | 6 | ||||
-rw-r--r-- | ext/net/Cargo.toml | 6 | ||||
-rw-r--r-- | ext/tls/Cargo.toml | 4 | ||||
-rw-r--r-- | ext/url/Cargo.toml | 8 | ||||
-rw-r--r-- | ext/web/Cargo.toml | 10 | ||||
-rw-r--r-- | ext/webgpu/Cargo.toml | 4 | ||||
-rw-r--r-- | ext/webidl/Cargo.toml | 4 | ||||
-rw-r--r-- | ext/websocket/Cargo.toml | 6 | ||||
-rw-r--r-- | ext/webstorage/Cargo.toml | 6 |
14 files changed, 39 insertions, 39 deletions
diff --git a/ext/broadcast_channel/Cargo.toml b/ext/broadcast_channel/Cargo.toml index 2bac7045b..d6114f40d 100644 --- a/ext/broadcast_channel/Cargo.toml +++ b/ext/broadcast_channel/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_broadcast_channel" -version = "0.32.0" +version = "0.33.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -15,6 +15,6 @@ path = "lib.rs" [dependencies] async-trait = "0.1" -deno_core = { version = "0.120.0", path = "../../core" } +deno_core = { version = "0.121.0", path = "../../core" } tokio = { version = "1.10.1", features = ["full"] } uuid = { version = "0.8.2", features = ["v4"] } diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml index 09c85c707..eb0ae74b7 100644 --- a/ext/console/Cargo.toml +++ b/ext/console/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_console" -version = "0.38.0" +version = "0.39.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -14,4 +14,4 @@ description = "Implementation of Console API for Deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.120.0", path = "../../core" } +deno_core = { version = "0.121.0", path = "../../core" } diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index f6f429e7d..e2af745cf 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_crypto" -version = "0.52.0" +version = "0.53.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -20,8 +20,8 @@ aes-kw = { version = "0.1", features = ["alloc"] } base64 = "0.13.0" block-modes = "0.8.1" ctr = "0.8.0" -deno_core = { version = "0.120.0", path = "../../core" } -deno_web = { version = "0.69.0", path = "../web" } +deno_core = { version = "0.121.0", path = "../../core" } +deno_web = { version = "0.70.0", path = "../web" } elliptic-curve = { version = "0.10.6", features = ["std", "pem"] } num-traits = "0.2.14" once_cell = "=1.9.0" diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index ef3676fb4..03c16d129 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.61.0" +version = "0.62.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -16,8 +16,8 @@ path = "lib.rs" [dependencies] bytes = "1.1.0" data-url = "0.1.0" -deno_core = { version = "0.120.0", path = "../../core" } -deno_tls = { version = "0.25.0", path = "../tls" } +deno_core = { version = "0.121.0", path = "../../core" } +deno_tls = { version = "0.26.0", path = "../tls" } dyn-clone = "1" http = "0.2.4" reqwest = { version = "0.11.7", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml index 789c63857..85de009fd 100644 --- a/ext/ffi/Cargo.toml +++ b/ext/ffi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_ffi" -version = "0.25.0" +version = "0.26.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -14,7 +14,7 @@ description = "Dynamic library ffi for deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.120.0", path = "../../core" } +deno_core = { version = "0.121.0", path = "../../core" } dlopen = "0.1.8" libffi = "2.0.0" serde = { version = "1.0.129", features = ["derive"] } diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index dfc4bd7fc..dce6a59eb 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_http" -version = "0.30.0" +version = "0.31.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -16,8 +16,8 @@ path = "lib.rs" [dependencies] base64 = "0.13.0" bytes = "1" -deno_core = { version = "0.120.0", path = "../../core" } -deno_websocket = { version = "0.43.0", path = "../websocket" } +deno_core = { version = "0.121.0", path = "../../core" } +deno_websocket = { version = "0.44.0", path = "../websocket" } hyper = { version = "0.14.9", features = ["server", "stream", "http1", "http2", "runtime"] } percent-encoding = "2.1.0" ring = "0.16.20" diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index 8e86d4eff..4c623abaf 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_net" -version = "0.30.0" +version = "0.31.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -14,8 +14,8 @@ description = "Networking for Deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.120.0", path = "../../core" } -deno_tls = { version = "0.25.0", path = "../tls" } +deno_core = { version = "0.121.0", path = "../../core" } +deno_tls = { version = "0.26.0", path = "../tls" } log = "0.4.14" serde = { version = "1.0.129", features = ["derive"] } socket2 = "0.4.2" diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml index 75307edf8..be537df66 100644 --- a/ext/tls/Cargo.toml +++ b/ext/tls/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_tls" -version = "0.25.0" +version = "0.26.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -14,7 +14,7 @@ description = "TLS for Deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.120.0", path = "../../core" } +deno_core = { version = "0.121.0", path = "../../core" } once_cell = "=1.9.0" rustls = { version = "0.20", features = ["dangerous_configuration"] } rustls-native-certs = "0.6.1" diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml index 35a1937b9..09c7f8eb4 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_url" -version = "0.38.0" +version = "0.39.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -14,14 +14,14 @@ description = "URL API implementation for Deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.120.0", path = "../../core" } +deno_core = { version = "0.121.0", path = "../../core" } serde = { version = "1.0.129", features = ["derive"] } serde_repr = "0.1.7" urlpattern = "0.1.5" [dev-dependencies] -deno_bench_util = { version = "0.32.0", path = "../../bench_util" } -deno_webidl = { version = "0.38.0", path = "../webidl" } +deno_bench_util = { version = "0.33.0", path = "../../bench_util" } +deno_webidl = { version = "0.39.0", path = "../webidl" } [[bench]] name = "url_ops" diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index 23e018bc9..838458de4 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.69.0" +version = "0.70.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -16,7 +16,7 @@ path = "lib.rs" [dependencies] async-trait = "0.1.51" base64 = "0.13.0" -deno_core = { version = "0.120.0", path = "../../core" } +deno_core = { version = "0.121.0", path = "../../core" } encoding_rs = "0.8.29" flate2 = "1" serde = "1.0.129" @@ -24,9 +24,9 @@ tokio = { version = "1.10.1", features = ["full"] } uuid = { version = "0.8.2", features = ["v4", "serde"] } [dev-dependencies] -deno_bench_util = { version = "0.32.0", path = "../../bench_util" } -deno_url = { version = "0.38.0", path = "../url" } -deno_webidl = { version = "0.38.0", path = "../webidl" } +deno_bench_util = { version = "0.33.0", path = "../../bench_util" } +deno_url = { version = "0.39.0", path = "../url" } +deno_webidl = { version = "0.39.0", path = "../webidl" } [[bench]] name = "timers_ops" diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml index 08a2ac292..32d6ef6d5 100644 --- a/ext/webgpu/Cargo.toml +++ b/ext/webgpu/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webgpu" -version = "0.39.0" +version = "0.40.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -11,7 +11,7 @@ repository = "https://github.com/gfx-rs/wgpu" description = "WebGPU implementation for Deno" [dependencies] -deno_core = { version = "0.120.0", path = "../../core" } +deno_core = { version = "0.121.0", path = "../../core" } serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.10", features = ["full"] } wgpu-core = { version = "0.12", features = ["trace", "replay", "serde"] } diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml index cfe343681..0f85709ef 100644 --- a/ext/webidl/Cargo.toml +++ b/ext/webidl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webidl" -version = "0.38.0" +version = "0.39.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -14,4 +14,4 @@ description = "WebIDL implementation for Deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.120.0", path = "../../core" } +deno_core = { version = "0.121.0", path = "../../core" } diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml index 7be19bd65..7cd0ffb7c 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.43.0" +version = "0.44.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -14,8 +14,8 @@ description = "Implementation of WebSocket API for Deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.120.0", path = "../../core" } -deno_tls = { version = "0.25.0", path = "../tls" } +deno_core = { version = "0.121.0", path = "../../core" } +deno_tls = { version = "0.26.0", path = "../tls" } http = "0.2.4" hyper = { version = "0.14.12" } serde = { version = "1.0.129", features = ["derive"] } diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml index b9408fde0..6b9132cd8 100644 --- a/ext/webstorage/Cargo.toml +++ b/ext/webstorage/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webstorage" -version = "0.33.0" +version = "0.34.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -14,7 +14,7 @@ description = "Implementation of WebStorage API for Deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.120.0", path = "../../core" } -deno_web = { version = "0.69.0", path = "../web" } +deno_core = { version = "0.121.0", path = "../../core" } +deno_web = { version = "0.70.0", path = "../web" } rusqlite = { version = "0.25.3", features = ["unlock_notify", "bundled"] } serde = { version = "1.0.129", features = ["derive"] } |