diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2020-11-09 10:58:21 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-09 10:58:21 +1100 |
| commit | 71d7482577ee187187051ac8d9976a5387c038db (patch) | |
| tree | 71a37e2c9a659dd83d9b964ef22d539a2c7923af /op_crates | |
| parent | a269dffe17c644a182444030f9d756d2b1859a54 (diff) | |
v1.5.2 (#8301)
Diffstat (limited to 'op_crates')
| -rw-r--r-- | op_crates/fetch/Cargo.toml | 4 | ||||
| -rw-r--r-- | op_crates/web/Cargo.toml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/op_crates/fetch/Cargo.toml b/op_crates/fetch/Cargo.toml index b3387d595..515d51fff 100644 --- a/op_crates/fetch/Cargo.toml +++ b/op_crates/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.9.0" +version = "0.10.0" edition = "2018" description = "provides fetch Web API to deno_core" authors = ["the Deno authors"] @@ -14,6 +14,6 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.66.0", path = "../../core" } +deno_core = { version = "0.67.0", path = "../../core" } reqwest = { version = "0.10.8", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] } serde = { version = "1.0.116", features = ["derive"] } diff --git a/op_crates/web/Cargo.toml b/op_crates/web/Cargo.toml index cb52420e4..a3a98afc5 100644 --- a/op_crates/web/Cargo.toml +++ b/op_crates/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.17.0" +version = "0.18.0" 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.66.0", path = "../../core" } +deno_core = { version = "0.67.0", path = "../../core" } idna = "0.2.0" serde = { version = "1.0.116", features = ["derive"] } |
