Skip to content

Commit e384377

Browse files
committed
deps: update nushell to 0.112.1 and cross-stream to 0.12.0
1 parent 18fdca5 commit e384377

8 files changed

Lines changed: 620 additions & 588 deletions

File tree

Cargo.lock

Lines changed: 412 additions & 332 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ futures-util = "0.3"
3737
bytes = "1.6.0"
3838
url = "2.5.0"
3939

40-
nu-cli = "0.111.0"
41-
nu-cmd-lang = "0.111.0"
42-
nu-cmd-extra = "0.111.0"
43-
nu-command = { version = "0.111.0", features = ["sqlite"] }
44-
nu-engine = "0.111.0"
45-
nu-parser = "0.111.0"
46-
nu-plugin-engine = "0.111.0"
47-
nu-protocol = { version = "0.111.0", features = ["plugin"] }
40+
nu-cli = "0.112.1"
41+
nu-cmd-lang = "0.112.1"
42+
nu-cmd-extra = "0.112.1"
43+
nu-command = { version = "0.112.1", features = ["sqlite"] }
44+
nu-engine = "0.112.1"
45+
nu-parser = "0.112.1"
46+
nu-plugin-engine = "0.112.1"
47+
nu-protocol = { version = "0.112.1", features = ["plugin"] }
4848
ctrlc = "3.4"
4949
arc-swap = "1.7"
5050
rustls = { version = "0.23.28", features = ["aws_lc_rs"] }
@@ -62,8 +62,8 @@ http_encoding_headers = "0.2.0"
6262
headers = "0.4.1"
6363
minijinja = { version = "2", features = ["json", "urlencode", "loop_controls", "loader"] }
6464
v_htmlescape = "0.15"
65-
nu-std = "0.111.0"
66-
nu-utils = "0.111.0"
65+
nu-std = "0.112.1"
66+
nu-utils = "0.112.1"
6767
typetag = "0.2"
6868
xxhash-rust = { version = "0.8.15", features = ["xxh3"] }
6969
syntect = "5.3.0"
@@ -72,14 +72,14 @@ pulldown-cmark = "0.12.2"
7272
notify = "8"
7373

7474
[dependencies.cross-stream]
75-
version = "0.11.0"
75+
version = "0.12.0"
7676
optional = true
7777

7878
[features]
7979
default = ["cross-stream"]
8080

8181
[target.'cfg(windows)'.dependencies]
82-
win_uds = "=0.2.1"
82+
win_uds = "=0.2.2"
8383

8484
[build-dependencies]
8585
syntect = "5.3.0"

0 commit comments

Comments
 (0)