Skip to content

Commit 03e2047

Browse files
build(deps): bump the extractor group with 2 updates
Bumps the extractor group with 2 updates: [flate2](https://github.com/rust-lang/flate2-rs) and [clap](https://github.com/clap-rs/clap). Updates `flate2` from 1.0.35 to 1.1.0 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/flate2-rs@1.0.35...1.1.0) Updates `clap` from 4.5.30 to 4.5.31 - [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.30...v4.5.31) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: extractor - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extractor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2343c9e commit 03e2047

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -16,7 +16,7 @@ tree-sitter-bicep = { git = "https://github.com/GeekMasher/tree-sitter-bicep", r
1616
# CodeQL 2.17.0
1717
codeql-extractor = { git = "https://github.com/github/codeql", rev = "839ca60f90f918b567e192642b0cc3003803f482" }
1818

19-
flate2 = "1.0"
19+
flate2 = "1.1"
2020
clap = { version = "4.5", features = ["derive"] }
2121
tracing = "0.1"
2222
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }

0 commit comments

Comments
 (0)