Skip to content

Commit 6785376

Browse files
dependabot[bot]zulinx86
authored andcommitted
chore(deps): Bump the firecracker group with 5 updates
Bumps the firecracker group with 5 updates: | Package | From | To | | --- | --- | --- | | [libc](https://github.com/rust-lang/libc) | `0.2.185` | `0.2.186` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.60` | `1.2.61` | | [jiff](https://github.com/BurntSushi/jiff) | `0.2.23` | `0.2.24` | | [jiff-static](https://github.com/BurntSushi/jiff) | `0.2.23` | `0.2.24` | | [pastey](https://github.com/as1100k/pastey) | `0.2.1` | `0.2.2` | Updates `libc` from 0.2.185 to 0.2.186 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.185...0.2.186) Updates `cc` from 1.2.60 to 1.2.61 - [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.60...cc-v1.2.61) Updates `jiff` from 0.2.23 to 0.2.24 - [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.23...jiff-static-0.2.24) Updates `jiff-static` from 0.2.23 to 0.2.24 - [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.23...jiff-static-0.2.24) Updates `pastey` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/as1100k/pastey/releases) - [Changelog](https://github.com/AS1100K/pastey/blob/master/CHANGELOG.md) - [Commits](AS1100K/pastey@v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.186 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: cc dependency-version: 1.2.61 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: jiff dependency-version: 0.2.24 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: jiff-static dependency-version: 0.2.24 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: pastey dependency-version: 0.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ae57b7a commit 6785376

9 files changed

Lines changed: 19 additions & 19 deletions

File tree

Cargo.lock

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

src/cpu-template-helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tracing = ["log-instrument", "vmm/tracing"]
1515
[dependencies]
1616
clap = { version = "4.6.1", features = ["derive", "string"] }
1717
displaydoc = "0.2.5"
18-
libc = "0.2.185"
18+
libc = "0.2.186"
1919
log-instrument = { path = "../log-instrument", optional = true }
2020
serde = { version = "1.0.228", features = ["derive"] }
2121
serde_json = "1.0.149"

src/firecracker/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gdb = ["vmm/gdb"]
2323
[dependencies]
2424
displaydoc = "0.2.5"
2525
event-manager = "0.4.2"
26-
libc = "0.2.185"
26+
libc = "0.2.186"
2727
log-instrument = { path = "../log-instrument", optional = true }
2828
micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }
2929
serde = { version = "1.0.228", features = ["derive"] }
@@ -41,7 +41,7 @@ serde_json = "1.0.149"
4141

4242
[dev-dependencies]
4343
cargo_toml = "0.22.3"
44-
libc = "0.2.185"
44+
libc = "0.2.186"
4545
regex = { version = "1.12.3", default-features = false, features = [
4646
"std",
4747
"unicode-perl",

src/jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bench = false
1515
tracing = ["log-instrument", "utils/tracing"]
1616

1717
[dependencies]
18-
libc = "0.2.185"
18+
libc = "0.2.186"
1919
log-instrument = { path = "../log-instrument", optional = true }
2020
regex = { version = "1.12.3", default-features = false, features = ["std"] }
2121
thiserror = "2.0.18"

src/rebase-snap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tracing = ["log-instrument", "utils/tracing"]
1414

1515
[dependencies]
1616
displaydoc = "0.2.5"
17-
libc = "0.2.185"
17+
libc = "0.2.186"
1818
log-instrument = { path = "../log-instrument", optional = true }
1919
thiserror = "2.0.18"
2020
vmm-sys-util = "0.15.0"

src/seccompiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bench = false
1919
bitcode = { version = "0.6.9", features = ["serde"] }
2020
clap = { version = "4.6.1", features = ["derive", "string"] }
2121
displaydoc = "0.2.5"
22-
libc = "0.2.185"
22+
libc = "0.2.186"
2323
serde = { version = "1.0.228", features = ["derive"] }
2424
serde_json = "1.0.149"
2525
thiserror = "2.0.18"

src/snapshot-editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clap = { version = "4.6.1", features = ["derive", "string"] }
1717
displaydoc = "0.2.5"
1818

1919
fc_utils = { package = "utils", path = "../utils" }
20-
libc = "0.2.185"
20+
libc = "0.2.186"
2121
log-instrument = { path = "../log-instrument", optional = true }
2222
semver = "1.0.28"
2323
thiserror = "2.0.18"

src/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tracing = ["log-instrument"]
1313

1414
[dependencies]
1515
displaydoc = "0.2.5"
16-
libc = "0.2.185"
16+
libc = "0.2.186"
1717
log-instrument = { path = "../log-instrument", optional = true }
1818
thiserror = "2.0.18"
1919

src/vmm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gdbstub = { version = "0.7.10", optional = true }
3535
gdbstub_arch = { version = "0.3.3", optional = true }
3636
kvm-bindings = { version = "0.14.0", features = ["fam-wrappers", "serde"] }
3737
kvm-ioctls = "0.24.0"
38-
libc = "0.2.185"
38+
libc = "0.2.186"
3939
linux-loader = "0.13.2"
4040
log = { version = "0.4.29", features = ["std", "serde"] }
4141
log-instrument = { path = "../log-instrument", optional = true }

0 commit comments

Comments
 (0)