diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-04-07 14:40:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 14:40:20 -0400 |
commit | b2aaf708abd1af7c6df34a273a1720de63f93fcc (patch) | |
tree | 814e4cf6e3f9ce6d6dbc7e3a304a78bb2b6168c0 /ext/net | |
parent | 181e378032757938be88d8a02d6f87be191b47e2 (diff) |
chore: forward v1.20.5 release commit to main (#14232)
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 7fde312b3..9aeec5d8b 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_net" -version = "0.37.0" +version = "0.38.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.127.0", path = "../../core" } -deno_tls = { version = "0.32.0", path = "../tls" } +deno_core = { version = "0.128.0", path = "../../core" } +deno_tls = { version = "0.33.0", path = "../tls" } log = "0.4.14" serde = { version = "1.0.129", features = ["derive"] } socket2 = "0.4.2" |