From 286dbd009116e74d9f9195ccee35bf8353bdde58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:23:51 +0000 Subject: [PATCH] build(deps): bump nu-glob from 0.88.1 to 0.89.0 Bumps [nu-glob](https://github.com/nushell/nushell) from 0.88.1 to 0.89.0. - [Release notes](https://github.com/nushell/nushell/releases) - [Commits](https://github.com/nushell/nushell/compare/0.88.1...0.89.0) --- updated-dependencies: - dependency-name: nu-glob dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a777e4..cfb9757 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -762,9 +762,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" [[package]] name = "nu-glob" -version = "0.88.1" +version = "0.89.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fc6e216ee3e0d3574085e3f9bc63b382d078b159b2f2f1380a6f4d08c1662fd" +checksum = "a68cd0d528949d1c062cdf3bbcf0af712d45cf2f63dc90e5546b6b22069359a7" [[package]] name = "num_cpus" diff --git a/Cargo.toml b/Cargo.toml index 9ebe724..891b1e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ clap_mangen = "0.2.17" [dev-dependencies] assert_cmd = "2.0.12" -nu-glob = "0.88.1" +nu-glob = "0.89.0" trycmd = "0.14.19" [profile.release]