From b683aa91a68eff8a1517789ded313d209af3165b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 13:11:51 +0000 Subject: [PATCH] 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 ++-- typify/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03190f0b..daf5a1c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,9 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[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 = "hashbrown" diff --git a/typify/Cargo.toml b/typify/Cargo.toml index 6184e94e..04e01d93 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -21,7 +21,7 @@ typify-impl = { version = "0.3.0", path = "../typify-impl" } chrono = { version = "0.4.39", features = ["serde"] } env_logger = "0.11.6" expectorate = "1.1.0" -glob = "0.3.1" +glob = "0.3.2" quote = "1.0.37" regress = "0.10.1" rustfmt-wrapper = "0.2.1"