diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-04-02 15:19:39 +1100 |
---|---|---|
committer | Kitson Kelly <me@kitsonkelly.com> | 2021-04-02 22:22:08 +1100 |
commit | df1d36a759c1aa26f1f3b8222b009120e0925d3e (patch) | |
tree | aef9523cbffc3347702e5669309c7953f89a6fd6 /op_crates | |
parent | 035f7b0ca037aaff37428d339b5f4abc796320fc (diff) |
chore: bump dependent crates for cli (#9964)
Diffstat (limited to 'op_crates')
-rw-r--r-- | op_crates/console/Cargo.toml | 4 | ||||
-rw-r--r-- | op_crates/crypto/Cargo.toml | 4 | ||||
-rw-r--r-- | op_crates/fetch/Cargo.toml | 4 | ||||
-rw-r--r-- | op_crates/url/Cargo.toml | 4 | ||||
-rw-r--r-- | op_crates/web/Cargo.toml | 4 | ||||
-rw-r--r-- | op_crates/webgpu/Cargo.toml | 4 | ||||
-rw-r--r-- | op_crates/webidl/Cargo.toml | 4 | ||||
-rw-r--r-- | op_crates/websocket/Cargo.toml | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/op_crates/console/Cargo.toml b/op_crates/console/Cargo.toml index 8d2e9e647..b4f4549b1 100644 --- a/op_crates/console/Cargo.toml +++ b/op_crates/console/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_console" -version = "0.2.0" +version = "0.2.1" edition = "2018" description = "Implementation of Console API for Deno" authors = ["the Deno authors"] @@ -14,4 +14,4 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.82.0", path = "../../core" } +deno_core = { version = "0.83.0", path = "../../core" } diff --git a/op_crates/crypto/Cargo.toml b/op_crates/crypto/Cargo.toml index b0d5e857b..8f21ea6c1 100644 --- a/op_crates/crypto/Cargo.toml +++ b/op_crates/crypto/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_crypto" -version = "0.16.0" +version = "0.16.1" edition = "2018" description = "Web Cryptography API implementation for Deno" authors = ["the Deno authors"] @@ -14,6 +14,6 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.82.0", path = "../../core" } +deno_core = { version = "0.83.0", path = "../../core" } rand = "0.8.3" diff --git a/op_crates/fetch/Cargo.toml b/op_crates/fetch/Cargo.toml index f701e5a49..2233fdfbd 100644 --- a/op_crates/fetch/Cargo.toml +++ b/op_crates/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.24.0" +version = "0.24.1" edition = "2018" description = "Fetch API implementation for Deno" authors = ["the Deno authors"] @@ -15,7 +15,7 @@ path = "lib.rs" [dependencies] bytes = "1.0.1" -deno_core = { version = "0.82.0", path = "../../core" } +deno_core = { version = "0.83.0", path = "../../core" } reqwest = { version = "0.11.0", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } serde = { version = "1.0.123", features = ["derive"] } tokio = { version = "1.4.0", features = ["full"] } diff --git a/op_crates/url/Cargo.toml b/op_crates/url/Cargo.toml index 9fdcb12fc..ab6057cd4 100644 --- a/op_crates/url/Cargo.toml +++ b/op_crates/url/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_url" -version = "0.2.0" +version = "0.2.1" edition = "2018" description = "URL API implementation for Deno" authors = ["the Deno authors"] @@ -14,6 +14,6 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.82.0", path = "../../core" } +deno_core = { version = "0.83.0", path = "../../core" } idna = "0.2.1" serde = { version = "1.0.123", features = ["derive"] } diff --git a/op_crates/web/Cargo.toml b/op_crates/web/Cargo.toml index 14626fe18..020763d51 100644 --- a/op_crates/web/Cargo.toml +++ b/op_crates/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.32.0" +version = "0.32.1" edition = "2018" description = "Collection of Web APIs" authors = ["the Deno authors"] @@ -14,7 +14,7 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.82.0", path = "../../core" } +deno_core = { version = "0.83.0", path = "../../core" } [dev-dependencies] futures = "0.3.12" diff --git a/op_crates/webgpu/Cargo.toml b/op_crates/webgpu/Cargo.toml index c7f5801f8..83d3eae78 100644 --- a/op_crates/webgpu/Cargo.toml +++ b/op_crates/webgpu/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webgpu" -version = "0.3.0" +version = "0.3.1" edition = "2018" description = "WebGPU implementation for Deno" authors = ["the Deno authors"] @@ -14,7 +14,7 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.82.0", path = "../../core" } +deno_core = { version = "0.83.0", path = "../../core" } tokio = { version = "1.4.0", features = ["full"] } serde = { version = "1.0.123", features = ["derive"] } wgpu-core = { version = "0.7.0", features = ["trace"] } diff --git a/op_crates/webidl/Cargo.toml b/op_crates/webidl/Cargo.toml index 27d9e8bdf..ced344fbb 100644 --- a/op_crates/webidl/Cargo.toml +++ b/op_crates/webidl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webidl" -version = "0.2.0" +version = "0.2.1" edition = "2018" description = "WebIDL implementation for Deno" authors = ["the Deno authors"] @@ -14,4 +14,4 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.82.0", path = "../../core" } +deno_core = { version = "0.83.0", path = "../../core" } diff --git a/op_crates/websocket/Cargo.toml b/op_crates/websocket/Cargo.toml index fefbcd332..8d871614d 100644 --- a/op_crates/websocket/Cargo.toml +++ b/op_crates/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.7.0" +version = "0.7.1" edition = "2018" description = "Implementation of WebSocket API for Deno" authors = ["the Deno authors"] @@ -14,7 +14,7 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.82.0", path = "../../core" } +deno_core = { version = "0.83.0", path = "../../core" } http = "0.2.3" serde = { version = "1.0.123", features = ["derive"] } tokio = { version = "1.4.0", features = ["full"] } |