diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2022-05-27 17:36:43 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-27 17:36:43 +1000 |
| commit | 1c44f4060edb23898bb685ae49a90f658c6c2c05 (patch) | |
| tree | ad1a75cfd801d03f0b7ba15c446b8956402152e8 /ext/broadcast_channel | |
| parent | ab9c7f52e0a729de9d8c535cfd77e72cc1ca8512 (diff) | |
1.22.1
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Diffstat (limited to 'ext/broadcast_channel')
| -rw-r--r-- | ext/broadcast_channel/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/broadcast_channel/Cargo.toml b/ext/broadcast_channel/Cargo.toml index 5d8de2f32..1e55bc4f3 100644 --- a/ext/broadcast_channel/Cargo.toml +++ b/ext/broadcast_channel/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_broadcast_channel" -version = "0.47.0" +version = "0.48.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -15,6 +15,6 @@ path = "lib.rs" [dependencies] async-trait = "0.1" -deno_core = { version = "0.135.0", path = "../../core" } +deno_core = { version = "0.136.0", path = "../../core" } tokio = { version = "1.17", features = ["full"] } uuid = { version = "1.0.0", features = ["v4"] } |
