diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-10-08 14:20:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 14:20:18 +0200 |
commit | b5e4b63a880ae41bd33dce5276c925ab7bd9519f (patch) | |
tree | 3b1df3c8b033626c94b21bef87db0d2b314349eb /op_crates/web | |
parent | 9d71b0ef5b6aa7cfa69be7041c3e8ba7c849e89d (diff) |
v1.4.5
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 84a04fc12..6c9285c36 100644 --- a/op_crates/web/Cargo.toml +++ b/op_crates/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.13.0" +version = "0.14.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.61.0", path = "../../core" } +deno_core = { version = "0.62.0", path = "../../core" } idna = "0.2.0" serde = { version = "1.0.116", features = ["derive"] } |