Skip to content

Commit d03596b

Browse files
Bump glob from 0.3.2 to 0.3.3 (#3385)
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](rust-lang/glob@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b3e2ea commit d03596b

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

Cargo.lock

Lines changed: 14 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/libafl_cc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cc = { workspace = true, features = ["parallel"] }
4545
which = { workspace = true }
4646

4747
[target.'cfg(target_vendor = "apple")'.build-dependencies]
48-
glob = "0.3.1"
48+
glob = "0.3.3"
4949

5050
[dependencies]
5151
serde = { workspace = true, default-features = false, features = [

0 commit comments

Comments
 (0)