diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/broadcast_channel/Cargo.toml | 2 | ||||
-rw-r--r-- | extensions/console/Cargo.toml | 2 | ||||
-rw-r--r-- | extensions/crypto/Cargo.toml | 4 | ||||
-rw-r--r-- | extensions/fetch/Cargo.toml | 4 | ||||
-rw-r--r-- | extensions/timers/Cargo.toml | 2 | ||||
-rw-r--r-- | extensions/url/Cargo.toml | 4 | ||||
-rw-r--r-- | extensions/web/Cargo.toml | 2 | ||||
-rw-r--r-- | extensions/webgpu/Cargo.toml | 2 | ||||
-rw-r--r-- | extensions/webidl/Cargo.toml | 2 | ||||
-rw-r--r-- | extensions/websocket/Cargo.toml | 2 | ||||
-rw-r--r-- | extensions/webstorage/Cargo.toml | 4 |
11 files changed, 15 insertions, 15 deletions
diff --git a/extensions/broadcast_channel/Cargo.toml b/extensions/broadcast_channel/Cargo.toml index 87f604b20..bee57991f 100644 --- a/extensions/broadcast_channel/Cargo.toml +++ b/extensions/broadcast_channel/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_broadcast_channel" -version = "0.4.0" +version = "0.4.1" edition = "2018" description = "Implementation of BroadcastChannel API for Deno" authors = ["the Deno authors"] diff --git a/extensions/console/Cargo.toml b/extensions/console/Cargo.toml index c3766ecd5..e3cff581f 100644 --- a/extensions/console/Cargo.toml +++ b/extensions/console/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_console" -version = "0.10.0" +version = "0.10.1" edition = "2018" description = "Implementation of Console API for Deno" authors = ["the Deno authors"] diff --git a/extensions/crypto/Cargo.toml b/extensions/crypto/Cargo.toml index b9429d2da..eea688072 100644 --- a/extensions/crypto/Cargo.toml +++ b/extensions/crypto/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_crypto" -version = "0.24.0" +version = "0.24.1" edition = "2018" description = "Web Cryptography API implementation for Deno" authors = ["the Deno authors"] @@ -15,7 +15,7 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.92.0", path = "../../core" } -deno_web = { version = "0.41.0", path = "../web" } +deno_web = { version = "0.41.1", path = "../web" } tokio = { version = "1.7.1", features = ["full"] } rand = "0.8.3" ring = "0.16.20" diff --git a/extensions/fetch/Cargo.toml b/extensions/fetch/Cargo.toml index a91c03a64..03bc771c9 100644 --- a/extensions/fetch/Cargo.toml +++ b/extensions/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.32.0" +version = "0.32.1" edition = "2018" description = "Fetch API implementation for Deno" authors = ["the Deno authors"] @@ -17,7 +17,7 @@ path = "lib.rs" bytes = "1.0.1" data-url = "0.1.0" deno_core = { version = "0.92.0", path = "../../core" } -deno_web = { version = "0.41.0", path = "../web" } +deno_web = { version = "0.41.1", path = "../web" } http = "0.2.4" reqwest = { version = "0.11.3", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } serde = { version = "1.0.125", features = ["derive"] } diff --git a/extensions/timers/Cargo.toml b/extensions/timers/Cargo.toml index 29da7a7f8..bdd04b933 100644 --- a/extensions/timers/Cargo.toml +++ b/extensions/timers/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_timers" -version = "0.8.0" +version = "0.8.1" edition = "2018" description = "Timers API implementation for Deno" authors = ["the Deno authors"] diff --git a/extensions/url/Cargo.toml b/extensions/url/Cargo.toml index ad9e2421c..6633e001b 100644 --- a/extensions/url/Cargo.toml +++ b/extensions/url/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_url" -version = "0.10.0" +version = "0.10.1" edition = "2018" description = "URL API implementation for Deno" authors = ["the Deno authors"] @@ -21,7 +21,7 @@ serde = { version = "1.0.125", features = ["derive"] } [dev-dependencies] deno_bench_util = { version = "0.4.0", path = "../../bench_util" } -deno_webidl = { version = "0.10.0", path = "../webidl" } +deno_webidl = { version = "0.10.1", path = "../webidl" } [[bench]] name = "url_ops" diff --git a/extensions/web/Cargo.toml b/extensions/web/Cargo.toml index 16378b1a7..eeec91036 100644 --- a/extensions/web/Cargo.toml +++ b/extensions/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.41.0" +version = "0.41.1" edition = "2018" description = "Collection of Web APIs" authors = ["the Deno authors"] diff --git a/extensions/webgpu/Cargo.toml b/extensions/webgpu/Cargo.toml index 6c211e5cc..bf17b3d25 100644 --- a/extensions/webgpu/Cargo.toml +++ b/extensions/webgpu/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webgpu" -version = "0.11.0" +version = "0.11.1" edition = "2018" description = "WebGPU implementation for Deno" authors = ["the Deno authors"] diff --git a/extensions/webidl/Cargo.toml b/extensions/webidl/Cargo.toml index 53f80d1bc..d216dd848 100644 --- a/extensions/webidl/Cargo.toml +++ b/extensions/webidl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webidl" -version = "0.10.0" +version = "0.10.1" edition = "2018" description = "WebIDL implementation for Deno" authors = ["the Deno authors"] diff --git a/extensions/websocket/Cargo.toml b/extensions/websocket/Cargo.toml index 94aafea12..0ed4d6437 100644 --- a/extensions/websocket/Cargo.toml +++ b/extensions/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.15.0" +version = "0.15.1" edition = "2018" description = "Implementation of WebSocket API for Deno" authors = ["the Deno authors"] diff --git a/extensions/webstorage/Cargo.toml b/extensions/webstorage/Cargo.toml index ddaf1793e..8ba4ffbde 100644 --- a/extensions/webstorage/Cargo.toml +++ b/extensions/webstorage/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webstorage" -version = "0.5.0" +version = "0.5.1" edition = "2018" description = "Implementation of WebStorage API for Deno" authors = ["the Deno authors"] @@ -15,6 +15,6 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.92.0", path = "../../core" } -deno_web = { version = "0.41.0", path = "../web" } +deno_web = { version = "0.41.1", path = "../web" } rusqlite = { version = "0.25.3", features = ["unlock_notify", "bundled"] } serde = { version = "1.0.125", features = ["derive"] } |