build(deps): bump nu-glob from 0.87.0 to 0.87.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-21 15:16:27 +00:00 committed by GitHub
parent a2d6802fad
commit 8a9cfc0929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -696,9 +696,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
[[package]]
name = "nu-glob"
version = "0.87.0"
version = "0.87.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201561ae6833f7a18da64898cee33ec84d9c37e4a2c5d3a21c8c2db39ca7f010"
checksum = "09ad25ca0d9897bf0f0ee8b0b79d9581891d8708f4b6e545897b47e48da05b7f"
[[package]]
name = "num_cpus"

View File

@ -37,7 +37,7 @@ clap_mangen = "0.2.15"
[dev-dependencies]
assert_cmd = "2.0.12"
nu-glob = "0.87.0"
nu-glob = "0.87.1"
trycmd = "0.14.19"
[profile.release]