Update some deps (#3011)

This commit is contained in:
Jonathan Turner 2021-02-06 09:54:54 +13:00 committed by GitHub
parent c83aea3c89
commit 6f17662a4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 423 additions and 347 deletions

457
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -50,10 +50,10 @@ nu_plugin_xpath = { version = "0.26.1", path = "./crates/nu_plugin_xpath", optio
# Required to bootstrap the main binary
clap = "2.33.3"
ctrlc = { version = "3.1.6", optional = true }
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
ctrlc = { version = "3.1.7", optional = true }
futures = { version = "0.3.12", features = ["compat", "io-compat"] }
itertools = "0.10.0"
log = "0.4.11"
log = "0.4.14"
pretty_env_logger = "0.4.0"
[dev-dependencies]
@ -119,14 +119,7 @@ extra = [
"selector",
]
wasi = [
"inc",
"match",
"ptree-support",
"match",
"tree",
"rustyline-support",
]
wasi = ["inc", "match", "ptree-support", "match", "tree", "rustyline-support"]
trace = ["nu-parser/trace"]

View file

@ -28,84 +28,84 @@ nu-value-ext = { version = "0.26.1", path = "../nu-value-ext" }
Inflector = "0.11"
ansi_term = "0.12.1"
arboard = { version = "1.1.0", optional = true }
async-recursion = "0.3.1"
async-trait = "0.1.40"
async-recursion = "0.3.2"
async-trait = "0.1.42"
base64 = "0.13.0"
bigdecimal = { version = "0.2.0", features = ["serde"] }
byte-unit = "4.0.9"
bytes = "0.5.6"
calamine = "0.16.1"
chrono = { version = "0.4.15", features = ["serde"] }
bytes = "1.0.1"
calamine = "0.17.0"
chrono = { version = "0.4.19", features = ["serde"] }
chrono-tz = "0.5.3"
clap = "2.33.3"
codespan-reporting = "0.11.0"
csv = "1.1.3"
ctrlc = { version = "3.1.6", optional = true }
csv = "1.1.5"
ctrlc = { version = "3.1.7", optional = true }
derive-new = "0.5.8"
directories-next = { version = "2.0.0", optional = true }
dirs-next = { version = "2.0.0", optional = true }
dtparse = "1.2.0"
dunce = "1.0.1"
eml-parser = "0.1.0"
encoding_rs = "0.8.24"
encoding_rs = "0.8.28"
filesize = "0.2.0"
fs_extra = "1.2.0"
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
futures-util = "0.3.8"
futures = { version = "0.3.12", features = ["compat", "io-compat"] }
futures-util = "0.3.12"
futures_codec = "0.4.1"
getset = "0.1.1"
glob = "0.3.0"
htmlescape = "0.3.1"
ical = "0.7.0"
ichwh = { version = "0.3.4", optional = true }
indexmap = { version = "1.6.0", features = ["serde-1"] }
indexmap = { version = "1.6.1", features = ["serde-1"] }
itertools = "0.10.0"
lazy_static = "1.*"
log = "0.4.11"
log = "0.4.14"
meval = "0.2.0"
num-bigint = { version = "0.3.0", features = ["serde"] }
num-bigint = { version = "0.3.1", features = ["serde"] }
num-format = { version = "0.4.0", features = ["with-num-bigint"] }
num-traits = "0.2.12"
parking_lot = "0.11.0"
num-traits = "0.2.14"
parking_lot = "0.11.1"
pin-utils = "0.1.0"
pretty-hex = "0.2.0"
ptree = { version = "0.3.0", optional = true }
pretty-hex = "0.2.1"
ptree = { version = "0.3.1", optional = true }
query_interface = "0.3.5"
quick-xml = "0.20.0"
rand = "0.7.3"
rayon = "1.4.0"
regex = "1.3.9"
quick-xml = "0.21.0"
rand = "0.8.3"
rayon = "1.5.0"
regex = "1.4.3"
roxmltree = "0.14.0"
rust-embed = "5.8.0"
rust-embed = "5.9.0"
rustyline = { version = "6.3.0", optional = true }
serde = { version = "1.0.115", features = ["derive"] }
serde = { version = "1.0.123", features = ["derive"] }
serde_bytes = "0.11.5"
serde_ini = "0.2.0"
serde_json = "1.0.57"
serde_json = "1.0.61"
serde_urlencoded = "0.7.0"
serde_yaml = "0.8.13"
sha2 = "0.9.1"
shellexpand = "2.0.0"
serde_yaml = "0.8.16"
sha2 = "0.9.3"
shellexpand = "2.1.0"
strip-ansi-escapes = "0.1.0"
sxd-document = "0.3.2"
sxd-xpath = "0.4.2"
tempfile = "3.1.0"
term = { version = "0.6.1", optional = true }
tempfile = "3.2.0"
term = { version = "0.7.0", optional = true }
term_size = "0.3.2"
termcolor = "1.1.0"
titlecase = "1.0"
toml = "0.5.6"
trash = { version = "1.2.0", optional = true }
unicode-segmentation = "1.6.0"
termcolor = "1.1.2"
titlecase = "1.1.0"
toml = "0.5.8"
trash = { version = "1.3.0", optional = true }
unicode-segmentation = "1.7.1"
url = "2.1.1"
uuid_crate = { package = "uuid", version = "0.8.1", features = ["v4"], optional = true }
uuid_crate = { package = "uuid", version = "0.8.2", features = ["v4"], optional = true }
which = { version = "4.0.2", optional = true }
zip = { version = "0.5.7", optional = true }
zip = { version = "0.5.9", optional = true }
shadow-rs = { version = "0.5", default-features = false, optional = true }
[target.'cfg(unix)'.dependencies]
umask = "1.0.0"
users = "0.10.0"
users = "0.11.0"
# TODO this will be possible with new dependency resolver
# (currently on nightly behind -Zfeatures=itarget):
@ -122,8 +122,8 @@ version = "0.24.2"
shadow-rs = "0.5"
[dev-dependencies]
quickcheck = "0.9.2"
quickcheck_macros = "0.9.1"
quickcheck = "1.0.3"
quickcheck_macros = "1.0.0"
[features]
default = ["shadow-rs"]

View file

@ -27,83 +27,83 @@ nu-value-ext = { version = "0.26.1", path = "../nu-value-ext" }
Inflector = "0.11"
ansi_term = "0.12.1"
arboard = { version = "1.1.0", optional = true }
async-recursion = "0.3.1"
async-trait = "0.1.40"
async-recursion = "0.3.2"
async-trait = "0.1.42"
base64 = "0.13.0"
bigdecimal = { version = "0.2.0", features = ["serde"] }
byte-unit = "4.0.9"
bytes = "0.5.6"
calamine = "0.16.1"
chrono = { version = "0.4.15", features = ["serde"] }
bytes = "1.0.1"
calamine = "0.17.0"
chrono = { version = "0.4.19", features = ["serde"] }
chrono-tz = "0.5.3"
clap = "2.33.3"
codespan-reporting = "0.11.0"
csv = "1.1.3"
ctrlc = { version = "3.1.6", optional = true }
ctrlc = { version = "3.1.7", optional = true }
derive-new = "0.5.8"
directories-next = { version = "2.0.0", optional = true }
dirs-next = { version = "2.0.0", optional = true }
dtparse = "1.2.0"
dunce = "1.0.1"
eml-parser = "0.1.0"
encoding_rs = "0.8.24"
encoding_rs = "0.8.28"
filesize = "0.2.0"
fs_extra = "1.2.0"
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
futures-util = "0.3.8"
futures = { version = "0.3.12", features = ["compat", "io-compat"] }
futures-util = "0.3.12"
futures_codec = "0.4.1"
getset = "0.1.1"
glob = "0.3.0"
htmlescape = "0.3.1"
ical = "0.7.0"
ichwh = { version = "0.3.4", optional = true }
indexmap = { version = "1.6.0", features = ["serde-1"] }
indexmap = { version = "1.6.1", features = ["serde-1"] }
itertools = "0.10.0"
lazy_static = "1.*"
log = "0.4.11"
log = "0.4.14"
meval = "0.2.0"
num-bigint = { version = "0.3.0", features = ["serde"] }
num-bigint = { version = "0.3.1", features = ["serde"] }
num-format = { version = "0.4.0", features = ["with-num-bigint"] }
num-traits = "0.2.12"
parking_lot = "0.11.0"
num-traits = "0.2.14"
parking_lot = "0.11.1"
pin-utils = "0.1.0"
pretty-hex = "0.2.0"
ptree = { version = "0.3.0", optional = true }
pretty-hex = "0.2.1"
ptree = { version = "0.3.1", optional = true }
query_interface = "0.3.5"
quick-xml = "0.20.0"
quick-xml = "0.21.0"
rand = "0.7.3"
rayon = "1.4.0"
regex = "1.3.9"
rayon = "1.5.0"
regex = "1.4.3"
roxmltree = "0.14.0"
rust-embed = "5.8.0"
rustyline = { version = "6.3.0", optional = true }
serde = { version = "1.0.115", features = ["derive"] }
rust-embed = "5.9.0"
rustyline = { version = "7.1.0", optional = true }
serde = { version = "1.0.123", features = ["derive"] }
serde_bytes = "0.11.5"
serde_ini = "0.2.0"
serde_json = "1.0.57"
serde_json = "1.0.61"
serde_urlencoded = "0.7.0"
serde_yaml = "0.8.13"
sha2 = "0.9.1"
shellexpand = "2.0.0"
serde_yaml = "0.8.16"
sha2 = "0.9.3"
shellexpand = "2.1.0"
strip-ansi-escapes = "0.1.0"
sxd-document = "0.3.2"
sxd-xpath = "0.4.2"
tempfile = "3.1.0"
term = { version = "0.6.1", optional = true }
tempfile = "3.2.0"
term = { version = "0.7.0", optional = true }
term_size = "0.3.2"
termcolor = "1.1.0"
titlecase = "1.0"
toml = "0.5.6"
trash = { version = "1.2.0", optional = true }
unicode-segmentation = "1.6.0"
url = "2.1.1"
uuid_crate = { package = "uuid", version = "0.8.1", features = ["v4"], optional = true }
termcolor = "1.1.2"
titlecase = "1.1.0"
toml = "0.5.8"
trash = { version = "1.3.0", optional = true }
unicode-segmentation = "1.7.1"
url = "2.2.0"
uuid_crate = { package = "uuid", version = "0.8.2", features = ["v4"], optional = true }
which = { version = "4.0.2", optional = true }
zip = { version = "0.5.7", optional = true }
zip = { version = "0.5.9", optional = true }
[target.'cfg(unix)'.dependencies]
umask = "1.0.0"
users = "0.10.0"
users = "0.11.0"
# TODO this will be possible with new dependency resolver
# (currently on nightly behind -Zfeatures=itarget):
@ -120,8 +120,8 @@ version = "0.24.2"
shadow-rs = "0.5"
[dev-dependencies]
quickcheck = "0.9.2"
quickcheck_macros = "0.9.1"
quickcheck = "1.0.3"
quickcheck_macros = "1.0.0"
[features]
clipboard-cli = ["arboard"]

View file

@ -14,20 +14,20 @@ ansi_term = "0.12.1"
bigdecimal = "0.2.0"
byte-unit = "4.0.9"
chrono = "0.4.15"
chrono = "0.4.19"
derive-new = "0.5.8"
directories-next = { version = "2.0.0", optional = true }
dirs-next = { version = "2.0.0", optional = true }
getset = "0.1.1"
indexmap = { version = "1.6.0", features = ["serde-1"] }
log = "0.4.11"
num-bigint = { version = "0.3.0", features = ["serde"] }
indexmap = { version = "1.6.1", features = ["serde-1"] }
log = "0.4.14"
num-bigint = { version = "0.3.1", features = ["serde"] }
num-format = "0.4.0"
num-traits = "0.2.12"
parking_lot = "0.11.0"
num-traits = "0.2.14"
parking_lot = "0.11.1"
query_interface = "0.3.5"
serde = { version = "1.0.115", features = ["derive"] }
toml = "0.5.6"
serde = { version = "1.0.123", features = ["derive"] }
toml = "0.5.8"
nu-errors = { version = "0.26.1", path = "../nu-errors" }
nu-protocol = { version = "0.26.1", path = "../nu-protocol" }
@ -37,7 +37,7 @@ nu-test-support = { version = "0.26.1", path = "../nu-test-support" }
nu-value-ext = { version = "0.26.1", path = "../nu-value-ext" }
[target.'cfg(unix)'.dependencies]
users = "0.10.0"
users = "0.11.0"
[features]
directories = ["directories-next"]

View file

@ -17,34 +17,34 @@ nu-stream = { version = "0.26.1", path = "../nu-stream" }
nu-value-ext = { version = "0.26.1", path = "../nu-value-ext" }
ansi_term = "0.12.1"
async-recursion = "0.3.1"
async-trait = "0.1.40"
async-recursion = "0.3.2"
async-trait = "0.1.42"
bytes = "0.5.6"
derive-new = "0.5.8"
dirs-next = { version = "2.0.0", optional = true }
dunce = "1.0.1"
encoding_rs = "0.8.24"
encoding_rs = "0.8.28"
filesize = "0.2.0"
fs_extra = "1.2.0"
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
futures-util = "0.3.8"
futures = { version = "0.3.12", features = ["compat", "io-compat"] }
futures-util = "0.3.12"
futures_codec = "0.4.1"
getset = "0.1.1"
glob = "0.3.0"
indexmap = { version = "1.6.0", features = ["serde-1"] }
indexmap = { version = "1.6.1", features = ["serde-1"] }
itertools = "0.10.0"
log = "0.4.11"
parking_lot = "0.11.0"
rayon = "1.4.0"
serde = { version = "1.0.115", features = ["derive"] }
serde_json = "1.0.57"
tempfile = "3.1.0"
log = "0.4.14"
parking_lot = "0.11.1"
rayon = "1.5.0"
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.61"
tempfile = "3.2.0"
term_size = "0.3.2"
termcolor = "1.1.0"
termcolor = "1.1.2"
[target.'cfg(unix)'.dependencies]
umask = "1.0.0"
users = "0.10.0"
users = "0.11.0"
[dev-dependencies]
nu-test-support = { version = "0.26.1", path = "../nu-test-support" }

View file

@ -19,12 +19,12 @@ derive-new = "0.5.8"
getset = "0.1.1"
num-bigint = { version = "0.3.1", features = ["serde"] }
num-traits = "0.2.14"
serde = { version = "1.0.118", features = ["derive"] }
serde = { version = "1.0.123", features = ["derive"] }
# implement conversions
glob = "0.3.0"
serde_json = "1.0.61"
serde_yaml = "0.8.15"
serde_yaml = "0.8.16"
toml = "0.5.8"
[build-dependencies]

View file

@ -14,10 +14,10 @@ codespan-reporting = "0.11.0"
derive-new = "0.5.8"
derive_is_enum_variant = "0.1.1"
indexmap = { version = "1.6.1", features = ["serde-1"] }
log = "0.4.11"
log = "0.4"
num-bigint = { version = "0.3.1", features = ["serde"] }
num-traits = "0.2.14"
serde = "1.0.118"
serde = "1.0"
shellexpand = "2.1.0"
itertools = "0.10.0"
smart-default = "0.6.0"

View file

@ -17,9 +17,9 @@ nu-test-support = { path = "../nu-test-support", version = "0.26.1" }
nu-value-ext = { path = "../nu-value-ext", version = "0.26.1" }
bigdecimal = { version = "0.2.0", features = ["serde"] }
indexmap = { version = "1.6.0", features = ["serde-1"] }
num-bigint = { version = "0.3.0", features = ["serde"] }
serde = { version = "1.0.115", features = ["derive"] }
serde_json = "1.0.57"
indexmap = { version = "1.6.1", features = ["serde-1"] }
num-bigint = { version = "0.3.1", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[build-dependencies]

View file

@ -12,22 +12,22 @@ doctest = false
[dependencies]
bigdecimal = { version = "0.2.0", features = ["serde"] }
byte-unit = "4.0.9"
chrono = { version = "0.4.15", features = ["serde"] }
chrono = { version = "0.4.19", features = ["serde"] }
derive-new = "0.5.8"
getset = "0.1.1"
indexmap = { version = "1.6.1", features = ["serde-1"] }
log = "0.4.11"
log = "0.4.14"
nu-errors = { path = "../nu-errors", version = "0.26.1" }
nu-source = { path = "../nu-source", version = "0.26.1" }
num-bigint = { version = "0.3.0", features = ["serde"] }
num-integer = "0.1.43"
num-traits = "0.2.12"
serde = { version = "1.0.115", features = ["derive"] }
num-bigint = { version = "0.3.1", features = ["serde"] }
num-integer = "0.1.44"
num-traits = "0.2.14"
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11.5"
# implement conversions
serde_json = "1.0.57"
serde_yaml = "0.8.13"
toml = "0.5.6"
serde_json = "1.0"
serde_yaml = "0.8.16"
toml = "0.5.8"
[build-dependencies]

View file

@ -13,7 +13,7 @@ doctest = false
derive-new = "0.5.8"
getset = "0.1.1"
pretty = "0.5.2"
serde = { version = "1.0.118", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
termcolor = "1.1.2"
[build-dependencies]

View file

@ -11,7 +11,7 @@ nu-errors = { version = "0.26.1", path = "../nu-errors" }
nu-protocol = { version = "0.26.1", path = "../nu-protocol" }
nu-source = { version = "0.26.1", path = "../nu-source" }
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
futures = { version = "0.3.12", features = ["compat", "io-compat"] }
[features]
stable = []

View file

@ -13,5 +13,5 @@ path = "src/main.rs"
[dependencies]
ansi_term = "0.12.1"
regex = "1.4.2"
regex = "1.4"
unicode-width = "0.1.8"

View file

@ -16,12 +16,12 @@ nu-source = { path = "../nu-source", version = "0.26.1" }
nu-value-ext = { version = "0.26.1", path = "../nu-value-ext" }
bigdecimal = { version = "0.2.0", features = ["serde"] }
chrono = "0.4.15"
chrono = "0.4.19"
dunce = "1.0.1"
getset = "0.1.1"
glob = "0.3.0"
indexmap = { version = "1.6.0", features = ["serde-1"] }
num-bigint = { version = "0.3.0", features = ["serde"] }
tempfile = "3.1.0"
indexmap = { version = "1.6.1", features = ["serde-1"] }
num-bigint = { version = "0.3.1", features = ["serde"] }
tempfile = "3.2.0"
[build-dependencies]

View file

@ -14,6 +14,6 @@ nu-errors = { path = "../nu-errors", version = "0.26.1" }
nu-protocol = { path = "../nu-protocol", version = "0.26.1" }
nu-source = { path = "../nu-source", version = "0.26.1" }
indexmap = { version = "1.6.0", features = ["serde-1"] }
indexmap = { version = "1.6.1", features = ["serde-1"] }
itertools = "0.10.0"
num-traits = "0.2.12"
num-traits = "0.2.14"

View file

@ -11,14 +11,14 @@ doctest = false
[dependencies]
ansi_term = "0.12.1"
crossterm = "0.18"
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.26.1" }
nu-plugin = { path = "../nu-plugin", version = "0.26.1" }
nu-protocol = { path = "../nu-protocol", version = "0.26.1" }
nu-source = { path = "../nu-source", version = "0.26.1" }
pretty-hex = "0.2.0"
pretty-hex = "0.2.1"
rawkey = "0.1.3"
[build-dependencies]

View file

@ -11,7 +11,7 @@ doctest = false
[dependencies]
base64 = "0.13.0"
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
futures = { version = "0.3.12", features = ["compat", "io-compat"] }
nu-errors = { path = "../nu-errors", version = "0.26.1" }
nu-plugin = { path = "../nu-plugin", version = "0.26.1" }
nu-protocol = { path = "../nu-protocol", version = "0.26.1" }

View file

@ -17,6 +17,6 @@ nu-plugin = { path = "../nu-plugin", version = "0.26.1" }
nu-protocol = { path = "../nu-protocol", version = "0.26.1" }
nu-source = { path = "../nu-source", version = "0.26.1" }
nu-value-ext = { path = "../nu-value-ext", version = "0.26.1" }
num-traits = "0.2.12"
num-traits = "0.2.14"
[build-dependencies]

View file

@ -16,8 +16,8 @@ nu-plugin = { path = "../nu-plugin", version = "0.26.1" }
nu-protocol = { path = "../nu-protocol", version = "0.26.1" }
nu-source = { path = "../nu-source", version = "0.26.1" }
nu-value-ext = { path = "../nu-value-ext", version = "0.26.1" }
num-traits = "0.2.12"
tempfile = "3.1.0"
num-traits = "0.2.14"
tempfile = "3.2.0"
[dependencies.rusqlite]
features = ["bundled", "blob"]

View file

@ -17,6 +17,6 @@ nu-source = { path = "../nu-source", version = "0.26.1" }
nu-test-support = { path = "../nu-test-support", version = "0.26.1" }
nu-value-ext = { path = "../nu-value-ext", version = "0.26.1" }
semver = "0.10.0"
semver = "0.11.0"
[build-dependencies]

View file

@ -14,6 +14,6 @@ nu-errors = { path = "../nu-errors", version = "0.26.1" }
nu-plugin = { path = "../nu-plugin", version = "0.26.1" }
nu-protocol = { path = "../nu-protocol", version = "0.26.1" }
nu-source = { path = "../nu-source", version = "0.26.1" }
regex = "1.3.9"
regex = "1.4.3"
[build-dependencies]

View file

@ -10,7 +10,7 @@ version = "0.26.1"
doctest = false
[dependencies]
base64 = "0.12.3"
base64 = "0.13.0"
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
nu-errors = { path = "../nu-errors", version = "0.26.1" }
nu-plugin = { path = "../nu-plugin", version = "0.26.1" }

View file

@ -15,9 +15,9 @@ nu-plugin = { path = "../nu-plugin", version = "0.26.1" }
nu-protocol = { path = "../nu-protocol", version = "0.26.1" }
nu-source = { path = "../nu-source", version = "0.26.1" }
num-bigint = "0.3.0"
num-bigint = "0.3.1"
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
futures = { version = "0.3.12", features = ["compat", "io-compat"] }
futures-timer = "3.0.2"
sysinfo = "0.16.1"

View file

@ -10,11 +10,11 @@ version = "0.26.1"
doctest = false
[dependencies]
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
futures = { version = "0.3.12", features = ["compat", "io-compat"] }
nu-errors = { path = "../nu-errors", version = "0.26.1" }
nu-plugin = { path = "../nu-plugin", version = "0.26.1" }
nu-protocol = { path = "../nu-protocol", version = "0.26.1" }
nu-source = { path = "../nu-source", version = "0.26.1" }
s3handler = "0.5.0"
s3handler = "0.6.3"
[build-dependencies]

View file

@ -16,7 +16,7 @@ nu-plugin = { path = "../nu-plugin", version = "0.26.1" }
nu-protocol = { path = "../nu-protocol", version = "0.26.1" }
nu-source = { path = "../nu-source", version = "0.26.1" }
open = "1.4.0"
url = "2.1.1"
url = "2.2.0"
[build-dependencies]
nu-errors = { version = "0.26.1", path = "../nu-errors" }

View file

@ -16,8 +16,8 @@ nu-protocol = { path = "../nu-protocol", version = "0.26.1" }
nu-source = { path = "../nu-source", version = "0.26.1" }
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
futures-util = "0.3.5"
num-bigint = "0.3.0"
futures-util = "0.3.12"
num-bigint = "0.3.1"
sysinfo = "0.16.1"
[build-dependencies]

View file

@ -19,6 +19,6 @@ nu-source = { path = "../nu-source", version = "0.26.1" }
ansi_term = "0.12.1"
bat = { version = "0.17.1", features = ["regex-fancy", "paging"] }
term_size = "0.3.2"
url = "2.1.1"
url = "2.2.0"
[build-dependencies]

View file

@ -16,6 +16,6 @@ nu-plugin = { path = "../nu-plugin", version = "0.26.1" }
nu-protocol = { path = "../nu-protocol", version = "0.26.1" }
nu-source = { path = "../nu-source", version = "0.26.1" }
nu-value-ext = { path = "../nu-value-ext", version = "0.26.1" }
num-traits = "0.2.12"
num-traits = "0.2.14"
[build-dependencies]

View file

@ -16,8 +16,8 @@ nu-plugin = { path = "../nu-plugin", version = "0.26.1" }
nu-protocol = { path = "../nu-protocol", version = "0.26.1" }
nu-source = { path = "../nu-source", version = "0.26.1" }
nu-value-ext = { path = "../nu-value-ext", version = "0.26.1" }
num-traits = "0.2.12"
tempfile = "3.1.0"
num-traits = "0.2.14"
tempfile = "3.2.0"
[dependencies.rusqlite]
features = ["bundled", "blob"]

View file

@ -15,6 +15,6 @@ nu-errors = { path = "../nu-errors", version = "0.26.1" }
nu-plugin = { path = "../nu-plugin", version = "0.26.1" }
nu-protocol = { path = "../nu-protocol", version = "0.26.1" }
nu-source = { path = "../nu-source", version = "0.26.1" }
ptree = "0.3.0"
ptree = "0.3.1"
[build-dependencies]

View file

@ -16,7 +16,7 @@ nu-protocol = { version = "0.26.1", path = "../nu-protocol" }
nu-source = { version = "0.26.1", path = "../nu-source" }
bigdecimal = { version = "0.2.0", features = ["serde"] }
indexmap = { version = "1.6.0", features = ["serde-1"] }
indexmap = { version = "1.6.1", features = ["serde-1"] }
sxd-document = "0.3.2"
sxd-xpath = "0.4.2"