Update nu-protocol
Signed-off-by: Alex Kattathra Johnson <alex.kattathra.johnson@gmail.com>
This commit is contained in:
parent
d02eed86cb
commit
4d6a9298ee
2 changed files with 39 additions and 28 deletions
|
@ -5,11 +5,11 @@ readme = "README.md"
|
|||
license = "MIT"
|
||||
name = "nu_plugin_ws"
|
||||
description = "A Nushell plugin for easily streaming output from websocket endpoints"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
nu-plugin = "0.104.0"
|
||||
nu-protocol = "0.104.0"
|
||||
nu-plugin = "0.105.1"
|
||||
nu-protocol = "0.105.1"
|
||||
tungstenite = { version = "0.24.0", features = ["native-tls"] }
|
||||
url = "2.5.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue