diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-11-23 15:10:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-23 15:10:58 +0100 |
commit | bc79d556496420441977ca6f5c66be3dc3ded187 (patch) | |
tree | 3e448422568055877a7eb9ea27b52727510ab310 /op_crates/web | |
parent | 230a11e8a40fffffb2bdd4f705863183c52c45a9 (diff) |
v1.5.4
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 b3f8364c9..1ade1d6d0 100644 --- a/op_crates/web/Cargo.toml +++ b/op_crates/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.19.0" +version = "0.20.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.68.0", path = "../../core" } +deno_core = { version = "0.69.0", path = "../../core" } idna = "0.2.0" serde = { version = "1.0.116", features = ["derive"] } |