Skip to content

Commit ae8c527

Browse files
dependabot[bot]GeekMasher
authored andcommitted
build(deps): bump the extractor group with 3 updates
Bumps the extractor group with 3 updates: [flate2](https://github.com/rust-lang/flate2-rs), [clap](https://github.com/clap-rs/clap) and [regex](https://github.com/rust-lang/regex). Updates `flate2` from 1.0.30 to 1.0.31 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/commits) Updates `clap` from 4.5.11 to 4.5.13 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.11...v4.5.13) Updates `regex` from 1.10.5 to 1.10.6 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.5...1.10.6) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extractor - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extractor - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extractor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 97a6426 commit ae8c527

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

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

extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ clap = { version = "4.5", features = ["derive"] }
1717
tracing = "0.1"
1818
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
1919
rayon = "1.10.0"
20-
regex = "1.10.5"
20+
regex = "1.10.6"
2121
# 2.15.0
2222
codeql-extractor = { git = "https://github.com/github/codeql", rev = "a08356979f5f59ab0f1218d12fe4e8c2eb664997" }

0 commit comments

Comments
 (0)