From d5381954f00eb9b5c0e3623595ea93e1c5dc9c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 04:06:15 +0000 Subject: [PATCH] Bump glob from 0.3.2 to 0.3.3 Bumps [glob](https://github.com/rust-lang/glob) from 0.3.2 to 0.3.3. - [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/v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: glob dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- acmed/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 694f5b7..cb2a2fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -636,9 +636,9 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "glob" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" +checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "h2" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index c61a5e5..130d6e2 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -27,7 +27,7 @@ async-process = "2.1.0" bincode = "1.3.3" clap = { version = "4.5.3", features = ["string"] } futures = "0.3.30" -glob = "0.3.1" +glob = "0.3.3" log = "0.4.21" nom = { version = "7.1.3", default-features = false, features = [] } serde = { version = "1.0.197", features = ["derive"] }