Skip to content

Commit faf830e

Browse files
build(deps): Bump the firecracker group with 6 updates
Bumps the firecracker group with 6 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.4.8` | `4.4.11` | | [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.2` | `0.2.3` | | [anstyle-query](https://github.com/rust-cli/anstyle) | `1.0.0` | `1.0.1` | | [anstyle-wincon](https://github.com/rust-cli/anstyle) | `3.0.1` | `3.0.2` | | [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.7` | `0.3.8` | | [winnow](https://github.com/winnow-rs/winnow) | `0.5.19` | `0.5.24` | Updates `clap` from 4.4.8 to 4.4.11 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.4.8...v4.4.11) Updates `anstyle-parse` from 0.2.2 to 0.2.3 - [Commits](rust-cli/anstyle@anstyle-parse-v0.2.2...anstyle-parse-v0.2.3) Updates `anstyle-query` from 1.0.0 to 1.0.1 - [Commits](rust-cli/anstyle@anstyle-query-v1.0.0...anstyle-query-v1.0.1) Updates `anstyle-wincon` from 3.0.1 to 3.0.2 - [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.1...anstyle-wincon-v3.0.2) Updates `errno` from 0.3.7 to 0.3.8 - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](lambda-fairy/rust-errno@v0.3.7...v0.3.8) Updates `winnow` from 0.5.19 to 0.5.24 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.5.19...v0.5.24) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: anstyle-parse dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: anstyle-query dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: anstyle-wincon dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: errno dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a9e2ba7 commit faf830e

File tree

4 files changed

+99
-33
lines changed

4 files changed

+99
-33
lines changed

Cargo.lock

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

src/clippy-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "clippy-tracing"
1010
bench = false
1111

1212
[dependencies]
13-
clap = { version = "4.4.8", features = ["derive"] }
13+
clap = { version = "4.4.11", features = ["derive"] }
1414
itertools = "0.12.0"
1515
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
1616
quote = "1.0.28"

src/cpu-template-helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "cpu-template-helper"
1111
bench = false
1212

1313
[dependencies]
14-
clap = { version = "4.4.8", features = ["derive", "string"] }
14+
clap = { version = "4.4.11", features = ["derive", "string"] }
1515
displaydoc = "0.2.4"
1616
libc = "0.2.150"
1717
log-instrument = { path = "../log-instrument", optional = true }

src/snapshot-editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "snapshot-editor"
1010
bench = false
1111

1212
[dependencies]
13-
clap = { version = "4.4.8", features = ["derive", "string"] }
13+
clap = { version = "4.4.11", features = ["derive", "string"] }
1414
displaydoc = "0.2.4"
1515
libc = "0.2.150"
1616
log-instrument = { path = "../log-instrument", optional = true }

0 commit comments

Comments
 (0)