Skip to content

Commit 49c1794

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.36` | `4.5.37` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.94` | `1.0.95` | | [libc](https://github.com/rust-lang/libc) | `0.2.171` | `0.2.172` | | [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.28.0` | `0.28.1` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.36` | `4.5.37` | | [jiff](https://github.com/BurntSushi/jiff) | `0.2.8` | `0.2.9` | | [jiff-static](https://github.com/BurntSushi/jiff) | `0.2.8` | `0.2.9` | Updates `clap` from 4.5.36 to 4.5.37 - [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.36...clap_complete-v4.5.37) Updates `proc-macro2` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.94...1.0.95) Updates `libc` from 0.2.171 to 0.2.172 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.172/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.171...0.2.172) Updates `aws-lc-sys` from 0.28.0 to 0.28.1 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@aws-lc-sys/v0.28.0...aws-lc-sys/v0.28.1) Updates `clap_builder` from 4.5.36 to 4.5.37 - [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.36...v4.5.37) Updates `jiff` from 0.2.8 to 0.2.9 - [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.8...jiff-static-0.2.9) Updates `jiff-static` from 0.2.8 to 0.2.9 - [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.8...jiff-static-0.2.9) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: proc-macro2 dependency-version: 1.0.95 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: libc dependency-version: 0.2.172 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: aws-lc-sys dependency-version: 0.28.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: clap_builder dependency-version: 4.5.37 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: jiff dependency-version: 0.2.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: jiff-static dependency-version: 0.2.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1045be4 commit 49c1794

File tree

11 files changed

+29
-29
lines changed

11 files changed

+29
-29
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ name = "clippy-tracing"
1010
bench = false
1111

1212
[dependencies]
13-
clap = { version = "4.5.36", features = ["derive"] }
13+
clap = { version = "4.5.37", features = ["derive"] }
1414
itertools = "0.14.0"
15-
proc-macro2 = { version = "1.0.94", features = ["span-locations"] }
15+
proc-macro2 = { version = "1.0.95", features = ["span-locations"] }
1616
quote = "1.0.40"
1717
syn = { version = "2.0.100", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
1818
walkdir = "2.5.0"

src/cpu-template-helper/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ name = "cpu-template-helper"
1010
bench = false
1111

1212
[dependencies]
13-
clap = { version = "4.5.36", features = ["derive", "string"] }
13+
clap = { version = "4.5.37", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
15-
libc = "0.2.171"
15+
libc = "0.2.172"
1616
log-instrument = { path = "../log-instrument", optional = true }
1717
serde = { version = "1.0.219", features = ["derive"] }
1818
serde_json = "1.0.140"

src/firecracker/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ bench = false
1818
[dependencies]
1919
displaydoc = "0.2.5"
2020
event-manager = "0.4.0"
21-
libc = "0.2.171"
21+
libc = "0.2.172"
2222
log-instrument = { path = "../log-instrument", optional = true }
2323
micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }
2424

@@ -33,7 +33,7 @@ vmm-sys-util = { version = "0.12.1", features = ["with-serde"] }
3333

3434
[dev-dependencies]
3535
cargo_toml = "0.22.1"
36-
libc = "0.2.171"
36+
libc = "0.2.172"
3737
regex = { version = "1.11.1", default-features = false, features = ["std", "unicode-perl"] }
3838

3939
# Dev-Dependencies for uffd examples

src/jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "jailer"
1212
bench = false
1313

1414
[dependencies]
15-
libc = "0.2.171"
15+
libc = "0.2.172"
1616
log-instrument = { path = "../log-instrument", optional = true }
1717
regex = { version = "1.11.1", default-features = false, features = ["std"] }
1818
thiserror = "2.0.12"

src/log-instrument-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ proc-macro = true
1111
bench = false
1212

1313
[dependencies]
14-
proc-macro2 = "1.0.94"
14+
proc-macro2 = "1.0.95"
1515
quote = "1.0.40"
1616
syn = { version = "2.0.100", features = ["full", "extra-traits"] }
1717

src/rebase-snap/Cargo.toml

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

1212
[dependencies]
1313
displaydoc = "0.2.5"
14-
libc = "0.2.171"
14+
libc = "0.2.172"
1515
log-instrument = { path = "../log-instrument", optional = true }
1616
thiserror = "2.0.12"
1717
vmm-sys-util = "0.12.1"

src/seccompiler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ bench = false
1717

1818
[dependencies]
1919
bincode = { version = "2.0.1", features = ["serde"] }
20-
clap = { version = "4.5.36", features = ["derive", "string"] }
20+
clap = { version = "4.5.37", features = ["derive", "string"] }
2121
displaydoc = "0.2.5"
22-
libc = "0.2.171"
22+
libc = "0.2.172"
2323
serde = { version = "1.0.219", features = ["derive"] }
2424
serde_json = "1.0.140"
2525
thiserror = "2.0.12"

src/snapshot-editor/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ name = "snapshot-editor"
1010
bench = false
1111

1212
[dependencies]
13-
clap = { version = "4.5.36", features = ["derive", "string"] }
13+
clap = { version = "4.5.37", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
1515

1616
fc_utils = { package = "utils", path = "../utils" }
17-
libc = "0.2.171"
17+
libc = "0.2.172"
1818
log-instrument = { path = "../log-instrument", optional = true }
1919
semver = "1.0.26"
2020
thiserror = "2.0.12"

src/utils/Cargo.toml

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

1111
[dependencies]
1212
displaydoc = "0.2.5"
13-
libc = "0.2.171"
13+
libc = "0.2.172"
1414
log-instrument = { path = "../log-instrument", optional = true }
1515
thiserror = "2.0.12"
1616

0 commit comments

Comments
 (0)