From 346f6929ccad4f0e9e870e7d39f5e3c9d0f62b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 03:09:55 +0000 Subject: [PATCH] build(deps): bump glob from 0.3.1 to 0.3.2 Bumps [glob](https://github.com/rust-lang/glob) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/rust-lang/glob/releases) - [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/glob/compare/0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch ... 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 3bf96c59..95ac5baa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,9 +647,9 @@ checksum = "9525474359e360de19580a77590f3491c94d57b1ef2b8bd468877a83cbc7f4cb" [[package]] name = "glob" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" +checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "globset" diff --git a/Cargo.toml b/Cargo.toml index dbdf5223..b5a92926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ envmnt = "^0.10.4" fern = "^0.7" fsio = { version = "^0.4", features = ["temp-path"] } git_info = "^0.1.3" -glob = "^0.3.1" +glob = "^0.3.2" home = "^0.5" ignore = "^0.4" indexmap = { version = "^2", features = ["serde"] }