build(deps): bump nu-glob from 0.76.0 to 0.77.0

Bumps [nu-glob](https://github.com/nushell/nushell) from 0.76.0 to 0.77.0.
- [Release notes](https://github.com/nushell/nushell/releases)
- [Changelog](https://github.com/nushell/nushell/blob/main/README.release.txt)
- [Commits](https://github.com/nushell/nushell/compare/0.76.0...0.77.0)

---
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] 2023-03-15 16:08:01 +00:00 committed by GitHub
parent 6c9dd650ed
commit 1ed68b2688
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

@ -639,9 +639,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
[[package]]
name = "nu-glob"
version = "0.76.0"
version = "0.77.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5f38da6527b51b1764517e3a87a3e635d02002b21f660c90108dbaf932e73c6"
checksum = "5742179ec66bf4130664a2952d26ed8cadaf508cfbfed8a5e0ebac50a5183d81"
[[package]]
name = "num_cpus"

View File

@ -37,7 +37,7 @@ clap_mangen = "0.2.9"
[dev-dependencies]
assert_cmd = "2.0.8"
nu-glob = "0.76.0"
nu-glob = "0.77.0"
trycmd = "0.14.13"
[profile.release]