Bump to 0.33.1 (#3671)

This commit is contained in:
JT
2021-06-23 19:57:41 +12:00
committed by GitHub
parent 03c9eaf005
commit edbc828fc3
41 changed files with 293 additions and 293 deletions

View File

@ -9,7 +9,7 @@ description = "Library for ANSI terminal colors and styles (bold, underline)"
edition = "2018"
license = "MIT"
name = "nu-ansi-term"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false

View File

@ -5,28 +5,28 @@ description = "CLI for nushell"
edition = "2018"
license = "MIT"
name = "nu-cli"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
nu-completion = { version="0.33.0", path="../nu-completion" }
nu-command = { version="0.33.0", path="../nu-command" }
nu-data = { version="0.33.0", path="../nu-data" }
nu-engine = { version="0.33.0", path="../nu-engine" }
nu-errors = { version="0.33.0", path="../nu-errors" }
nu-json = { version="0.33.0", path="../nu-json" }
nu-parser = { version="0.33.0", path="../nu-parser" }
nu-plugin = { version="0.33.0", path="../nu-plugin" }
nu-protocol = { version="0.33.0", path="../nu-protocol" }
nu-source = { version="0.33.0", path="../nu-source" }
nu-stream = { version="0.33.0", path="../nu-stream" }
nu-table = { version="0.33.0", path="../nu-table" }
nu-test-support = { version="0.33.0", path="../nu-test-support" }
nu-value-ext = { version="0.33.0", path="../nu-value-ext" }
nu-ansi-term = { version="0.33.0", path="../nu-ansi-term" }
nu-pretty-hex = { version="0.33.0", path="../nu-pretty-hex" }
nu-completion = { version="0.33.1", path="../nu-completion" }
nu-command = { version="0.33.1", path="../nu-command" }
nu-data = { version="0.33.1", path="../nu-data" }
nu-engine = { version="0.33.1", path="../nu-engine" }
nu-errors = { version="0.33.1", path="../nu-errors" }
nu-json = { version="0.33.1", path="../nu-json" }
nu-parser = { version="0.33.1", path="../nu-parser" }
nu-plugin = { version="0.33.1", path="../nu-plugin" }
nu-protocol = { version="0.33.1", path="../nu-protocol" }
nu-source = { version="0.33.1", path="../nu-source" }
nu-stream = { version="0.33.1", path="../nu-stream" }
nu-table = { version="0.33.1", path="../nu-table" }
nu-test-support = { version="0.33.1", path="../nu-test-support" }
nu-value-ext = { version="0.33.1", path="../nu-value-ext" }
nu-ansi-term = { version="0.33.1", path="../nu-ansi-term" }
nu-pretty-hex = { version="0.33.1", path="../nu-pretty-hex" }
Inflector = "0.11"
arboard = { version="1.1.0", optional=true }

View File

@ -5,27 +5,27 @@ description = "CLI for nushell"
edition = "2018"
license = "MIT"
name = "nu-command"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
nu-data = { version="0.33.0", path="../nu-data" }
nu-engine = { version="0.33.0", path="../nu-engine" }
nu-errors = { version="0.33.0", path="../nu-errors" }
nu-json = { version="0.33.0", path="../nu-json" }
nu-path = { version="0.33.0", path="../nu-path" }
nu-parser = { version="0.33.0", path="../nu-parser" }
nu-plugin = { version="0.33.0", path="../nu-plugin" }
nu-protocol = { version="0.33.0", path="../nu-protocol" }
nu-source = { version="0.33.0", path="../nu-source" }
nu-stream = { version="0.33.0", path="../nu-stream" }
nu-table = { version="0.33.0", path="../nu-table" }
nu-test-support = { version="0.33.0", path="../nu-test-support" }
nu-value-ext = { version="0.33.0", path="../nu-value-ext" }
nu-ansi-term = { version="0.33.0", path="../nu-ansi-term" }
nu-pretty-hex = { version="0.33.0", path="../nu-pretty-hex" }
nu-data = { version="0.33.1", path="../nu-data" }
nu-engine = { version="0.33.1", path="../nu-engine" }
nu-errors = { version="0.33.1", path="../nu-errors" }
nu-json = { version="0.33.1", path="../nu-json" }
nu-path = { version="0.33.1", path="../nu-path" }
nu-parser = { version="0.33.1", path="../nu-parser" }
nu-plugin = { version="0.33.1", path="../nu-plugin" }
nu-protocol = { version="0.33.1", path="../nu-protocol" }
nu-source = { version="0.33.1", path="../nu-source" }
nu-stream = { version="0.33.1", path="../nu-stream" }
nu-table = { version="0.33.1", path="../nu-table" }
nu-test-support = { version="0.33.1", path="../nu-test-support" }
nu-value-ext = { version="0.33.1", path="../nu-value-ext" }
nu-ansi-term = { version="0.33.1", path="../nu-ansi-term" }
nu-pretty-hex = { version="0.33.1", path="../nu-pretty-hex" }
Inflector = "0.11"
arboard = { version="1.1.0", optional=true }

View File

@ -4,23 +4,23 @@ description = "Completions for nushell"
edition = "2018"
license = "MIT"
name = "nu-completion"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
nu-engine = { version="0.33.0", path="../nu-engine" }
nu-data = { version="0.33.0", path="../nu-data" }
nu-errors = { version="0.33.0", path="../nu-errors" }
nu-parser = { version="0.33.0", path="../nu-parser" }
nu-path = { version="0.33.0", path="../nu-path" }
nu-protocol = { version="0.33.0", path="../nu-protocol" }
nu-source = { version="0.33.0", path="../nu-source" }
nu-test-support = { version="0.33.0", path="../nu-test-support" }
nu-engine = { version="0.33.1", path="../nu-engine" }
nu-data = { version="0.33.1", path="../nu-data" }
nu-errors = { version="0.33.1", path="../nu-errors" }
nu-parser = { version="0.33.1", path="../nu-parser" }
nu-path = { version="0.33.1", path="../nu-path" }
nu-protocol = { version="0.33.1", path="../nu-protocol" }
nu-source = { version="0.33.1", path="../nu-source" }
nu-test-support = { version="0.33.1", path="../nu-test-support" }
dirs-next = "2.0.0"
indexmap = { version = "1.6.1", features = ["serde-1"] }
indexmap = { version="1.6.1", features=["serde-1"] }
is_executable = { version="1.0.1", optional=true }
[dev-dependencies]

View File

@ -4,7 +4,7 @@ description = "CLI for nushell"
edition = "2018"
license = "MIT"
name = "nu-data"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
@ -29,13 +29,13 @@ sha2 = "0.9.3"
sys-locale = "0.1.0"
toml = "0.5.8"
nu-errors = { version="0.33.0", path="../nu-errors" }
nu-protocol = { version="0.33.0", path="../nu-protocol" }
nu-source = { version="0.33.0", path="../nu-source" }
nu-table = { version="0.33.0", path="../nu-table" }
nu-test-support = { version="0.33.0", path="../nu-test-support" }
nu-value-ext = { version="0.33.0", path="../nu-value-ext" }
nu-ansi-term = { version="0.33.0", path="../nu-ansi-term" }
nu-errors = { version="0.33.1", path="../nu-errors" }
nu-protocol = { version="0.33.1", path="../nu-protocol" }
nu-source = { version="0.33.1", path="../nu-source" }
nu-table = { version="0.33.1", path="../nu-table" }
nu-test-support = { version="0.33.1", path="../nu-test-support" }
nu-value-ext = { version="0.33.1", path="../nu-value-ext" }
nu-ansi-term = { version="0.33.1", path="../nu-ansi-term" }
[dependencies.polars]
git = "https://github.com/pola-rs/polars"

View File

@ -4,20 +4,20 @@ description = "Core commands for nushell"
edition = "2018"
license = "MIT"
name = "nu-engine"
version = "0.33.0"
version = "0.33.1"
[dependencies]
nu-data = { version="0.33.0", path="../nu-data" }
nu-errors = { version="0.33.0", path="../nu-errors" }
nu-parser = { version="0.33.0", path="../nu-parser" }
nu-plugin = { version="0.33.0", path="../nu-plugin" }
nu-protocol = { version="0.33.0", path="../nu-protocol" }
nu-source = { version="0.33.0", path="../nu-source" }
nu-stream = { version="0.33.0", path="../nu-stream" }
nu-value-ext = { version="0.33.0", path="../nu-value-ext" }
nu-ansi-term = { version="0.33.0", path="../nu-ansi-term" }
nu-test-support = { version="0.33.0", path="../nu-test-support" }
nu-path = { version="0.33.0", path="../nu-path" }
nu-data = { version="0.33.1", path="../nu-data" }
nu-errors = { version="0.33.1", path="../nu-errors" }
nu-parser = { version="0.33.1", path="../nu-parser" }
nu-plugin = { version="0.33.1", path="../nu-plugin" }
nu-protocol = { version="0.33.1", path="../nu-protocol" }
nu-source = { version="0.33.1", path="../nu-source" }
nu-stream = { version="0.33.1", path="../nu-stream" }
nu-value-ext = { version="0.33.1", path="../nu-value-ext" }
nu-ansi-term = { version="0.33.1", path="../nu-ansi-term" }
nu-test-support = { version="0.33.1", path="../nu-test-support" }
nu-path = { version="0.33.1", path="../nu-path" }
trash = { version="1.3.0", optional=true }
which = { version="4.0.2", optional=true }
@ -60,7 +60,7 @@ umask = "1.0.0"
users = "0.11.0"
[dev-dependencies]
nu-test-support = { version="0.33.0", path="../nu-test-support" }
nu-test-support = { version="0.33.1", path="../nu-test-support" }
hamcrest2 = "0.3.0"
[features]

View File

@ -4,14 +4,14 @@ description = "Core error subsystem for Nushell"
edition = "2018"
license = "MIT"
name = "nu-errors"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
nu-source = { path="../nu-source", version="0.33.0" }
nu-ansi-term = { version="0.33.0", path="../nu-ansi-term" }
nu-source = { path="../nu-source", version="0.33.1" }
nu-ansi-term = { version="0.33.1", path="../nu-ansi-term" }
bigdecimal = { version="0.2.0", features=["serde"] }
codespan-reporting = { version="0.11.0", features=["serialization"] }

View File

@ -4,7 +4,7 @@ description = "Fork of serde-hjson"
edition = "2018"
license = "MIT"
name = "nu-json"
version = "0.33.0"
version = "0.33.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -20,6 +20,6 @@ lazy_static = "1"
linked-hash-map = { version="0.5", optional=true }
[dev-dependencies]
nu-test-support = { version="0.33.0", path="../nu-test-support" }
nu-test-support = { version="0.33.1", path="../nu-test-support" }
serde_json = "1.0.39"
dunce = "1.0.1"

View File

@ -4,7 +4,7 @@ description = "Nushell parser"
edition = "2018"
license = "MIT"
name = "nu-parser"
version = "0.33.0"
version = "0.33.1"
[dependencies]
bigdecimal = { version="0.2.0", features=["serde"] }
@ -20,11 +20,11 @@ itertools = "0.10.0"
smart-default = "0.6.0"
dunce = "1.0.1"
nu-errors = { version="0.33.0", path="../nu-errors" }
nu-path = { version="0.33.0", path="../nu-path" }
nu-protocol = { version="0.33.0", path="../nu-protocol" }
nu-source = { version="0.33.0", path="../nu-source" }
nu-test-support = { version="0.33.0", path="../nu-test-support" }
nu-errors = { version="0.33.1", path="../nu-errors" }
nu-path = { version="0.33.1", path="../nu-path" }
nu-protocol = { version="0.33.1", path="../nu-protocol" }
nu-source = { version="0.33.1", path="../nu-source" }
nu-test-support = { version="0.33.1", path="../nu-test-support" }
[features]
stable = []

View File

@ -4,7 +4,7 @@ description = "Nushell parser"
edition = "2018"
license = "MIT"
name = "nu-path"
version = "0.33.0"
version = "0.33.1"
[dependencies]
dirs-next = "2.0.0"

View File

@ -4,17 +4,17 @@ description = "Nushell Plugin"
edition = "2018"
license = "MIT"
name = "nu-plugin"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-test-support = { path="../nu-test-support", version="0.33.0" }
nu-value-ext = { path="../nu-value-ext", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
nu-test-support = { path="../nu-test-support", version="0.33.1" }
nu-value-ext = { path="../nu-value-ext", version="0.33.1" }
bigdecimal = { version="0.2.0", features=["serde"] }
indexmap = { version="1.6.1", features=["serde-1"] }

View File

@ -4,7 +4,7 @@ description = "Pretty hex dump of bytes slice in the common style."
edition = "2018"
license = "MIT"
name = "nu-pretty-hex"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
@ -16,7 +16,7 @@ name = "nu_pretty_hex"
path = "src/main.rs"
[dependencies]
nu-ansi-term = { path="../nu-ansi-term", version="0.33.0" }
nu-ansi-term = { path="../nu-ansi-term", version="0.33.1" }
rand = "0.8.3"
[dev-dependencies]

View File

@ -4,7 +4,7 @@ description = "Core values and protocols for Nushell"
edition = "2018"
license = "MIT"
name = "nu-protocol"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
@ -17,8 +17,8 @@ derive-new = "0.5.8"
getset = "0.1.1"
indexmap = { version="1.6.1", features=["serde-1"] }
log = "0.4.14"
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
num-bigint = { version="0.3.1", features=["serde"] }
num-integer = "0.1.44"
num-traits = "0.2.14"

View File

@ -4,7 +4,7 @@ description = "A source string characterizer for Nushell"
edition = "2018"
license = "MIT"
name = "nu-source"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false

View File

@ -4,12 +4,12 @@ description = "Nushell stream"
edition = "2018"
license = "MIT"
name = "nu-stream"
version = "0.33.0"
version = "0.33.1"
[dependencies]
nu-errors = { version="0.33.0", path="../nu-errors" }
nu-protocol = { version="0.33.0", path="../nu-protocol" }
nu-source = { version="0.33.0", path="../nu-source" }
nu-errors = { version="0.33.1", path="../nu-errors" }
nu-protocol = { version="0.33.1", path="../nu-protocol" }
nu-source = { version="0.33.1", path="../nu-source" }
futures = { version="0.3.12", features=["compat", "io-compat"] }

View File

@ -4,7 +4,7 @@ description = "Nushell table printing"
edition = "2018"
license = "MIT"
name = "nu-table"
version = "0.33.0"
version = "0.33.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
@ -12,7 +12,7 @@ name = "table"
path = "src/main.rs"
[dependencies]
nu-ansi-term = { version="0.33.0", path="../nu-ansi-term" }
nu-ansi-term = { version="0.33.1", path="../nu-ansi-term" }
regex = "1.4"
unicode-width = "0.1.8"

View File

@ -4,16 +4,16 @@ description = "Support for writing Nushell tests"
edition = "2018"
license = "MIT"
name = "nu-test-support"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
nu-errors = { version="0.33.0", path="../nu-errors" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-value-ext = { version="0.33.0", path="../nu-value-ext" }
nu-errors = { version="0.33.1", path="../nu-errors" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
nu-value-ext = { version="0.33.1", path="../nu-value-ext" }
bigdecimal = { version="0.2.0", features=["serde"] }
chrono = "0.4.19"

View File

@ -4,15 +4,15 @@ description = "Extension traits for values in Nushell"
edition = "2018"
license = "MIT"
name = "nu-value-ext"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
indexmap = { version="1.6.1", features=["serde-1"] }
itertools = "0.10.0"

View File

@ -4,7 +4,7 @@ description = "A binary viewer plugin for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_binaryview"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
@ -13,12 +13,12 @@ doctest = false
crossterm = "0.19"
image = { version="0.22.4", default_features=false, features=["png_codec", "jpeg"] }
neso = "0.5.0"
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-ansi-term = { version="0.33.0", path="../nu-ansi-term" }
nu-pretty-hex = { version="0.33.0", path="../nu-pretty-hex" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
nu-ansi-term = { version="0.33.1", path="../nu-ansi-term" }
nu-pretty-hex = { version="0.33.1", path="../nu-pretty-hex" }
rawkey = "0.1.3"
[build-dependencies]

View File

@ -4,19 +4,19 @@ description = "A plugin to display charts"
edition = "2018"
license = "MIT"
name = "nu_plugin_chart"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
nu-cli = { path="../nu-cli", version="0.33.0" }
nu-data = { path="../nu-data", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-value-ext = { path="../nu-value-ext", version="0.33.0" }
nu-cli = { path="../nu-cli", version="0.33.1" }
nu-data = { path="../nu-data", version="0.33.1" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
nu-value-ext = { path="../nu-value-ext", version="0.33.1" }
crossterm = "0.19.0"
tui = { version="0.14.0", default-features=false, features=["crossterm"] }

View File

@ -4,7 +4,7 @@ description = "A URL fetch plugin for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_fetch"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
@ -12,10 +12,10 @@ doctest = false
[dependencies]
base64 = "0.13.0"
futures = { version="0.3.12", features=["compat", "io-compat"] }
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
surf = { version="2.2.0", features=["hyper-client"] }
url = "2.2.1"
mime = "0.3.16"

View File

@ -4,7 +4,7 @@ description = "A converter plugin to the bson format for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_from_bson"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
@ -12,11 +12,11 @@ doctest = false
[dependencies]
bigdecimal = "0.2.0"
bson = { version="0.14.1", features=["decimal128"] }
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-value-ext = { path="../nu-value-ext", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
nu-value-ext = { path="../nu-value-ext", version="0.33.1" }
num-traits = "0.2.14"
[build-dependencies]

View File

@ -10,10 +10,10 @@ version = "0.1.0"
doctest = false
[dependencies]
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
tempfile = "3.2.0"
mp4 = "0.8.2"

View File

@ -4,18 +4,18 @@ description = "A converter plugin to the bson format for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_from_sqlite"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
bigdecimal = "0.2.0"
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-value-ext = { path="../nu-value-ext", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
nu-value-ext = { path="../nu-value-ext", version="0.33.1" }
num-traits = "0.2.14"
tempfile = "3.2.0"

View File

@ -4,18 +4,18 @@ description = "A version incrementer plugin for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_inc"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-test-support = { path="../nu-test-support", version="0.33.0" }
nu-value-ext = { path="../nu-value-ext", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
nu-test-support = { path="../nu-test-support", version="0.33.1" }
nu-value-ext = { path="../nu-value-ext", version="0.33.1" }
semver = "0.11.0"

View File

@ -4,16 +4,16 @@ description = "A regex match plugin for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_match"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
regex = "1.4.3"
[build-dependencies]

View File

@ -4,7 +4,7 @@ description = "An HTTP post plugin for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_post"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
@ -13,10 +13,10 @@ doctest = false
base64 = "0.13.0"
futures = { version="0.3.5", features=["compat", "io-compat"] }
mime = "0.3.16"
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
num-traits = "0.2.12"
serde_json = "1.0.57"
surf = "2.2.0"

View File

@ -4,16 +4,16 @@ description = "A process list plugin for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_ps"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
num-bigint = "0.3.1"

View File

@ -4,17 +4,17 @@ description = "query json files with gjson"
edition = "2018"
license = "MIT"
name = "nu_plugin_query_json"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
gjson = "0.7.1"
nu-errors = { version="0.33.0", path="../nu-errors" }
nu-plugin = { version="0.33.0", path="../nu-plugin" }
nu-protocol = { version="0.33.0", path="../nu-protocol" }
nu-source = { version="0.33.0", path="../nu-source" }
nu-errors = { version="0.33.1", path="../nu-errors" }
nu-plugin = { version="0.33.1", path="../nu-plugin" }
nu-protocol = { version="0.33.1", path="../nu-protocol" }
nu-source = { version="0.33.1", path="../nu-source" }
[dev-dependencies]
nu-test-support = { path="../nu-test-support", version="0.33.0" }
nu-test-support = { path="../nu-test-support", version="0.33.1" }

View File

@ -4,17 +4,17 @@ description = "An S3 plugin for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_s3"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
futures = { version="0.3.12", features=["compat", "io-compat"] }
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
s3handler = "0.6.3"
[build-dependencies]

View File

@ -4,17 +4,17 @@ description = "web scraping using css selector"
edition = "2018"
license = "MIT"
name = "nu_plugin_selector"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
nipper = "0.1.9"
nu-errors = { version="0.33.0", path="../nu-errors" }
nu-plugin = { version="0.33.0", path="../nu-plugin" }
nu-protocol = { version="0.33.0", path="../nu-protocol" }
nu-source = { version="0.33.0", path="../nu-source" }
nu-errors = { version="0.33.1", path="../nu-errors" }
nu-plugin = { version="0.33.1", path="../nu-plugin" }
nu-protocol = { version="0.33.1", path="../nu-protocol" }
nu-source = { version="0.33.1", path="../nu-source" }
[dev-dependencies]
nu-test-support = { path="../nu-test-support", version="0.33.0" }
nu-test-support = { path="../nu-test-support", version="0.33.1" }

View File

@ -4,21 +4,21 @@ description = "A plugin to open files/URLs directly from Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_start"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
glob = "0.3.0"
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
open = "1.4.0"
url = "2.2.0"
webbrowser = "0.5.5"
[build-dependencies]
nu-errors = { version="0.33.0", path="../nu-errors" }
nu-source = { version="0.33.0", path="../nu-source" }
nu-errors = { version="0.33.1", path="../nu-errors" }
nu-source = { version="0.33.1", path="../nu-source" }

View File

@ -4,16 +4,16 @@ description = "A system info plugin for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_sys"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
futures = { version="0.3.5", features=["compat", "io-compat"] }
futures-util = "0.3.12"

View File

@ -4,18 +4,18 @@ description = "Text viewer plugin for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_textview"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
nu-data = { path="../nu-data", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-ansi-term = { version="0.33.0", path="../nu-ansi-term" }
nu-data = { path="../nu-data", version="0.33.1" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
nu-ansi-term = { version="0.33.1", path="../nu-ansi-term" }
bat = { version="0.18", features=["regex-fancy", "paging", "git"] }
term_size = "0.3.2"

View File

@ -4,18 +4,18 @@ description = "A converter plugin to the bson format for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_to_bson"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
bson = "0.14.1"
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-value-ext = { path="../nu-value-ext", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
nu-value-ext = { path="../nu-value-ext", version="0.33.1" }
num-traits = "0.2.14"
[features]

View File

@ -4,18 +4,18 @@ description = "A converter plugin to the bson format for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_to_sqlite"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
hex = "0.4.2"
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-value-ext = { path="../nu-value-ext", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
nu-value-ext = { path="../nu-value-ext", version="0.33.1" }
num-traits = "0.2.14"
tempfile = "3.2.0"

View File

@ -4,17 +4,17 @@ description = "Tree viewer plugin for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_tree"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
derive-new = "0.5.8"
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
ptree = "0.3.1"
[build-dependencies]

View File

@ -4,16 +4,16 @@ description = "Traverses xml"
edition = "2018"
license = "MIT"
name = "nu_plugin_xpath"
version = "0.33.0"
version = "0.33.1"
[lib]
doctest = false
[dependencies]
nu-errors = { version="0.33.0", path="../nu-errors" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { version="0.33.0", path="../nu-protocol" }
nu-source = { version="0.33.0", path="../nu-source" }
nu-errors = { version="0.33.1", path="../nu-errors" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { version="0.33.1", path="../nu-protocol" }
nu-source = { version="0.33.1", path="../nu-source" }
bigdecimal = { version="0.2.0", features=["serde"] }
indexmap = { version="1.6.1", features=["serde-1"] }
@ -21,4 +21,4 @@ sxd-document = "0.3.2"
sxd-xpath = "0.4.2"
[dev-dependencies]
nu-test-support = { path="../nu-test-support", version="0.33.0" }
nu-test-support = { path="../nu-test-support", version="0.33.1" }