Skip to content

Commit b240124

Browse files
dependabot[bot]roypat
authored andcommitted
build(deps): Bump the firecracker group with 7 updates
Bumps the firecracker group with 7 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.35` | `4.5.36` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.18` | `1.2.19` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.35` | `4.5.36` | | [half](https://github.com/VoidStarKat/half-rs) | `2.5.0` | `2.6.0` | | [jiff](https://github.com/BurntSushi/jiff) | `0.2.5` | `0.2.8` | | [jiff-static](https://github.com/BurntSushi/jiff) | `0.2.5` | `0.2.8` | | [winnow](https://github.com/winnow-rs/winnow) | `0.7.4` | `0.7.6` | Updates `clap` from 4.5.35 to 4.5.36 - [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.35...clap_complete-v4.5.36) Updates `cc` from 1.2.18 to 1.2.19 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.18...cc-v1.2.19) Updates `clap_builder` from 4.5.35 to 4.5.36 - [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.5.35...v4.5.36) Updates `half` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/VoidStarKat/half-rs/releases) - [Changelog](https://github.com/VoidStarKat/half-rs/blob/main/CHANGELOG.md) - [Commits](VoidStarKat/half-rs@v2.5.0...v2.6.0) Updates `jiff` from 0.2.5 to 0.2.8 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@jiff-static-0.2.5...jiff-static-0.2.8) Updates `jiff-static` from 0.2.5 to 0.2.8 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@jiff-static-0.2.5...jiff-static-0.2.8) Updates `winnow` from 0.7.4 to 0.7.6 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.7.4...v0.7.6) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: cc dependency-version: 1.2.19 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: clap_builder dependency-version: 4.5.36 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: half dependency-version: 2.6.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: jiff dependency-version: 0.2.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: jiff-static dependency-version: 0.2.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: winnow dependency-version: 0.7.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc5671b commit b240124

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 14 additions & 14 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.5.35", features = ["derive"] }
13+
clap = { version = "4.5.36", features = ["derive"] }
1414
itertools = "0.14.0"
1515
proc-macro2 = { version = "1.0.94", features = ["span-locations"] }
1616
quote = "1.0.40"

src/cpu-template-helper/Cargo.toml

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

1212
[dependencies]
13-
clap = { version = "4.5.35", features = ["derive", "string"] }
13+
clap = { version = "4.5.36", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
1515
libc = "0.2.171"
1616
log-instrument = { path = "../log-instrument", optional = true }

src/seccompiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bench = false
1717

1818
[dependencies]
1919
bincode = { version = "2.0.1", features = ["serde"] }
20-
clap = { version = "4.5.35", features = ["derive", "string"] }
20+
clap = { version = "4.5.36", features = ["derive", "string"] }
2121
displaydoc = "0.2.5"
2222
libc = "0.2.171"
2323
serde = { version = "1.0.219", features = ["derive"] }

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.5.35", features = ["derive", "string"] }
13+
clap = { version = "4.5.36", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
1515

1616
fc_utils = { package = "utils", path = "../utils" }

0 commit comments

Comments
 (0)