Skip to content

Commit 32826d3

Browse files
dependabot[bot]zulinx86
authored andcommitted
build(deps): Bump the firecracker group with 10 updates
Bumps the firecracker group with 10 updates: | Package | From | To | | --- | --- | --- | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.7` | `2.0.9` | | [syn](https://github.com/dtolnay/syn) | `2.0.90` | `2.0.91` | | [libc](https://github.com/rust-lang/libc) | `0.2.168` | `0.2.169` | | [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.5` | `0.11.6` | | [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.11.1` | `1.12.0` | | [aws-lc-fips-sys](https://github.com/aws/aws-lc-rs) | `0.12.15` | `0.13.0` | | [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.23.1` | `0.24.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.4` | `1.2.5` | | [env_filter](https://github.com/rust-cli/env_logger) | `0.1.2` | `0.1.3` | Updates `thiserror` from 2.0.7 to 2.0.9 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.7...2.0.9) Updates `syn` from 2.0.90 to 2.0.91 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.90...2.0.91) Updates `libc` from 0.2.168 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.168...0.2.169) Updates `serde_json` from 1.0.133 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.133...v1.0.134) Updates `env_logger` from 0.11.5 to 0.11.6 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.5...v0.11.6) Updates `aws-lc-rs` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@v1.11.1...v1.12.0) Updates `aws-lc-fips-sys` from 0.12.15 to 0.13.0 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@aws-lc-fips-sys/v0.12.15...aws-lc-fips-sys/v0.13.0) Updates `aws-lc-sys` from 0.23.1 to 0.24.0 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@aws-lc-sys/v0.23.1...aws-lc-sys/v0.24.0) Updates `cc` from 1.2.4 to 1.2.5 - [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.4...cc-v1.2.5) Updates `env_filter` from 0.1.2 to 0.1.3 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@env_filter-v0.1.2...env_filter-v0.1.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: aws-lc-rs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: aws-lc-fips-sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: aws-lc-sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: env_filter dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70ac154 commit 32826d3

File tree

13 files changed

+60
-59
lines changed

13 files changed

+60
-59
lines changed

Cargo.lock

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

src/acpi-tables/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88

99
[dependencies]
1010
displaydoc = "0.2.5"
11-
thiserror = "2.0.7"
11+
thiserror = "2.0.9"
1212
vm-memory = { version = "0.16.1", features = ["backend-mmap", "backend-bitmap"] }
1313
zerocopy = { version = "0.8.13", features = ["derive"] }
1414

src/clippy-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ clap = { version = "4.5.23", features = ["derive"] }
1414
itertools = "0.13.0"
1515
proc-macro2 = { version = "1.0.92", features = ["span-locations"] }
1616
quote = "1.0.37"
17-
syn = { version = "2.0.90", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
17+
syn = { version = "2.0.91", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
1818
walkdir = "2.5.0"
1919

2020
[dev-dependencies]

src/cpu-template-helper/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ bench = false
1212
[dependencies]
1313
clap = { version = "4.5.23", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
15-
libc = "0.2.168"
15+
libc = "0.2.169"
1616
log-instrument = { path = "../log-instrument", optional = true }
1717
serde = { version = "1.0.216", features = ["derive"] }
18-
serde_json = "1.0.133"
19-
thiserror = "2.0.7"
18+
serde_json = "1.0.134"
19+
thiserror = "2.0.9"
2020

2121
vmm = { path = "../vmm" }
2222
vmm-sys-util = "0.12.1"

src/firecracker/Cargo.toml

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

2525
seccompiler = { path = "../seccompiler" }
2626
serde = { version = "1.0.216", features = ["derive"] }
2727
serde_derive = "1.0.136"
28-
serde_json = "1.0.133"
29-
thiserror = "2.0.7"
28+
serde_json = "1.0.134"
29+
thiserror = "2.0.9"
3030
timerfd = "1.6.0"
3131
utils = { path = "../utils" }
3232
vmm = { path = "../vmm" }
3333
vmm-sys-util = { version = "0.12.1", features = ["with-serde"] }
3434

3535
[dev-dependencies]
3636
cargo_toml = "0.21.0"
37-
libc = "0.2.168"
37+
libc = "0.2.169"
3838
regex = { version = "1.11.1", default-features = false, features = ["std", "unicode-perl"] }
3939

4040
# Dev-Dependencies for uffd examples
@@ -45,7 +45,7 @@ userfaultfd = "0.8.1"
4545
bincode = "1.2.1"
4646
seccompiler = { path = "../seccompiler" }
4747
serde = { version = "1.0.216" }
48-
serde_json = "1.0.133"
48+
serde_json = "1.0.134"
4949

5050
[features]
5151
tracing = ["log-instrument", "seccompiler/tracing", "utils/tracing", "vmm/tracing"]

src/jailer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ name = "jailer"
1212
bench = false
1313

1414
[dependencies]
15-
libc = "0.2.168"
15+
libc = "0.2.169"
1616
log-instrument = { path = "../log-instrument", optional = true }
1717
regex = { version = "1.11.1", default-features = false, features = ["std"] }
18-
thiserror = "2.0.7"
18+
thiserror = "2.0.9"
1919
vmm-sys-util = "0.12.1"
2020

2121
utils = { path = "../utils" }

src/log-instrument-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bench = false
1313
[dependencies]
1414
proc-macro2 = "1.0.92"
1515
quote = "1.0.37"
16-
syn = { version = "2.0.90", features = ["full", "extra-traits"] }
16+
syn = { version = "2.0.91", features = ["full", "extra-traits"] }
1717

1818
[lints]
1919
workspace = true

src/log-instrument/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ log = "0.4.22"
3232
log-instrument-macros = { path = "../log-instrument-macros" }
3333

3434
[dev-dependencies]
35-
env_logger = "0.11.5"
35+
env_logger = "0.11.6"
3636

3737
[lints]
3838
workspace = true

src/rebase-snap/Cargo.toml

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

1212
[dependencies]
1313
displaydoc = "0.2.5"
14-
libc = "0.2.168"
14+
libc = "0.2.169"
1515
log-instrument = { path = "../log-instrument", optional = true }
16-
thiserror = "2.0.7"
16+
thiserror = "2.0.9"
1717
vmm-sys-util = "0.12.1"
1818

1919
utils = { path = "../utils" }

src/seccompiler/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ bench = false
1818
[dependencies]
1919
bincode = "1.2.1"
2020
displaydoc = "0.2.5"
21-
libc = "0.2.168"
21+
libc = "0.2.169"
2222
log-instrument = { path = "../log-instrument", optional = true }
2323
serde = { version = "1.0.216", features = ["derive"] }
24-
serde_json = "1.0.133"
25-
thiserror = "2.0.7"
24+
serde_json = "1.0.134"
25+
thiserror = "2.0.9"
2626

2727
utils = { path = "../utils" }
2828

0 commit comments

Comments
 (0)