diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2022-11-03 19:40:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-04 00:40:23 +0100 |
commit | 61fbfabe440f1cfffa7b8d17426ffdece4d430d0 (patch) | |
tree | 4a2cd5150ab3f1a802ca2520ec1be89f707f5a32 /ext/net | |
parent | 6fe9428805f80222daaf4ccdf9995f2e53b511ff (diff) |
chore: forward v1.27.1 release commit to main (#16533)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext/net')
-rw-r--r-- | ext/net/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index be23f691f..270873e74 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_net" -version = "0.66.0" +version = "0.67.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -14,8 +14,8 @@ description = "Networking for Deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.156.0", path = "../../core" } -deno_tls = { version = "0.61.0", path = "../tls" } +deno_core = { version = "0.157.0", path = "../../core" } +deno_tls = { version = "0.62.0", path = "../tls" } log = "0.4.16" serde = { version = "1.0.136", features = ["derive"] } socket2 = "0.4.4" |