build(deps): bump nu-glob from 0.89.0 to 0.90.1

Bumps [nu-glob](https://github.com/nushell/nushell) from 0.89.0 to 0.90.1.
- [Release notes](https://github.com/nushell/nushell/releases)
- [Commits](https://github.com/nushell/nushell/compare/0.89.0...0.90.1)

---
updated-dependencies:
- dependency-name: nu-glob
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-07 15:26:46 +00:00 committed by GitHub
parent 04e6b32803
commit 169de9d47c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -762,9 +762,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
[[package]]
name = "nu-glob"
version = "0.89.0"
version = "0.90.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a68cd0d528949d1c062cdf3bbcf0af712d45cf2f63dc90e5546b6b22069359a7"
checksum = "506855a5ab4939d7895efcc12faf4e97cf98c07251ce22baaddb41237f6a3100"
[[package]]
name = "num_cpus"

View File

@ -37,7 +37,7 @@ clap_mangen = "0.2.18"
[dev-dependencies]
assert_cmd = "2.0.13"
nu-glob = "0.89.0"
nu-glob = "0.90.1"
trycmd = "0.14.19"
[profile.release]