Bump nu-glob from 0.74.0 to 0.75.0

Bumps [nu-glob](https://github.com/nushell/nushell) from 0.74.0 to 0.75.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.74.0...0.75.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-02-01 15:13:59 +00:00 committed by GitHub
parent 638a0bb20c
commit b2ab5dad91
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

@ -575,9 +575,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
[[package]]
name = "nu-glob"
version = "0.74.0"
version = "0.75.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "378231a732b160ac69cfe44c585f5c09edfe2328f63a24282e7ecf0ee6da6bb4"
checksum = "2db2124bb05eccdb7f2ae20e31177ef7869650cd60af79f7d540f4ccd722c928"
[[package]]
name = "num_cpus"

View File

@ -35,7 +35,7 @@ clap_mangen = "0.2.7"
[dev-dependencies]
assert_cmd = "2.0.8"
nu-glob = "0.74.0"
nu-glob = "0.75.0"
trycmd = "0.14.11"
[profile.release]