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/web | |
| parent | a269dffe17c644a182444030f9d756d2b1859a54 (diff) | |
v1.5.2 (#8301)
Diffstat (limited to 'op_crates/web')
| -rw-r--r-- | op_crates/web/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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"] } |
