Skip to content

Commit d111c23

Browse files
dependabot[bot]wearyzen
authored andcommitted
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.14` | `4.4.17` | | [userfaultfd](https://github.com/bytecodealliance/userfaultfd-rs) | `0.7.0` | `0.8.1` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.6` | `0.21.7` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.11.2` | `1.12.0` | | [termcolor](https://github.com/BurntSushi/termcolor) | `1.4.0` | `1.4.1` | | [winnow](https://github.com/winnow-rs/winnow) | `0.5.33` | `0.5.34` | Updates `clap` from 4.4.14 to 4.4.17 - [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.14...v4.4.17) Updates `userfaultfd` from 0.7.0 to 0.8.1 - [Release notes](https://github.com/bytecodealliance/userfaultfd-rs/releases) - [Changelog](https://github.com/bytecodealliance/userfaultfd-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bytecodealliance/userfaultfd-rs/commits) Updates `base64` from 0.21.6 to 0.21.7 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.6...v0.21.7) Updates `smallvec` from 1.11.2 to 1.12.0 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.11.2...v1.12.0) Updates `termcolor` from 1.4.0 to 1.4.1 - [Commits](BurntSushi/termcolor@1.4.0...1.4.1) Updates `winnow` from 0.5.33 to 0.5.34 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.5.33...v0.5.34) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: userfaultfd dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: base64 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: smallvec dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: termcolor 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 c358311 commit d111c23

File tree

5 files changed

+34
-20
lines changed

5 files changed

+34
-20
lines changed

Cargo.lock

Lines changed: 30 additions & 16 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.14", features = ["derive"] }
13+
clap = { version = "4.4.17", features = ["derive"] }
1414
itertools = "0.12.0"
1515
proc-macro2 = { version = "1.0.73", features = ["span-locations"] }
1616
quote = "1.0.34"

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.14", features = ["derive", "string"] }
14+
clap = { version = "4.4.17", features = ["derive", "string"] }
1515
displaydoc = "0.2.4"
1616
libc = "0.2.151"
1717
log-instrument = { path = "../log-instrument", optional = true }

src/firecracker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ regex = { version = "1.10.2", default-features = false, features = ["std", "unic
3333

3434
# Dev-Dependencies for uffd examples
3535
serde = { version = "1.0.193", features = ["derive"] }
36-
userfaultfd = "0.7.0"
36+
userfaultfd = "0.8.1"
3737

3838
[build-dependencies]
3939
bincode = "1.2.1"

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.14", features = ["derive", "string"] }
13+
clap = { version = "4.4.17", features = ["derive", "string"] }
1414
displaydoc = "0.2.4"
1515
libc = "0.2.151"
1616
log-instrument = { path = "../log-instrument", optional = true }

0 commit comments

Comments
 (0)