Skip to content

Commit

Permalink
Bump which from 5.0.0 to 6.0.0 (#11832)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 15, 2024
1 parent a20b24a commit 317653d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/nu-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pathdiff = "0.2"
sysinfo = "0.30"
unicode-segmentation = "1.10"
uuid = { version = "1.6.0", features = ["v4"] }
which = "5.0.0"
which = "6.0.0"

[features]
plugin = []
2 changes: 1 addition & 1 deletion crates/nu-command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ uu_mktemp = "0.0.23"
uuid = { version = "1.6", features = ["v4"] }
v_htmlescape = "0.15.0"
wax = { version = "0.6" }
which = { version = "5.0", optional = true }
which = { version = "6.0", optional = true }
bracoxide = "0.1.2"
chardetng = "0.1.17"

Expand Down
2 changes: 1 addition & 1 deletion crates/nu-test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ nu-glob = { path = "../nu-glob", version = "0.90.2" }
nu-utils = { path = "../nu-utils", version = "0.90.2" }

num-format = "0.4"
which = "5.0.0"
which = "6.0.0"
tempfile = "3.2"
hamcrest2 = "0.3"

0 comments on commit 317653d

Please sign in to comment.