build(deps): bump nu-glob from 0.81.0 to 0.82.0

Bumps [nu-glob](https://github.com/nushell/nushell) from 0.81.0 to 0.82.0.
- [Release notes](https://github.com/nushell/nushell/releases)
- [Commits](https://github.com/nushell/nushell/compare/0.81.0...0.82.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-06-28 15:07:57 +00:00 committed by GitHub
parent 625414c32c
commit 95020bccdd
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

@ -705,9 +705,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
[[package]]
name = "nu-glob"
version = "0.81.0"
version = "0.82.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a413281323e07a2367c7fdbf2e4afa4c941349df4e6bf3d937d6888eb39e28d"
checksum = "a73aed5e2a80f2021866adbd3a4b3013ace1ca06809459b3b208e791eb7729d9"
[[package]]
name = "num_cpus"

View File

@ -38,7 +38,7 @@ clap_mangen = "0.2.12"
[dev-dependencies]
assert_cmd = "2.0.11"
nu-glob = "0.81.0"
nu-glob = "0.82.0"
trycmd = "0.14.16"
[profile.release]