Skip to content

Commit f386cb2

Browse files
dependabot[bot]roypat
authored andcommitted
build(deps): Bump the firecracker group with 9 updates
Bumps the firecracker group with 9 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.2` | `4.5.3` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.78` | `1.0.79` | | [syn](https://github.com/dtolnay/syn) | `2.0.52` | `2.0.53` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.58` | | [clap_derive](https://github.com/clap-rs/clap) | `4.5.0` | `4.5.3` | | [heck](https://github.com/withoutboats/heck) | `0.4.1` | `0.5.0` | | [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.58` | | [toml](https://github.com/toml-rs/toml) | `0.8.11` | `0.8.12` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.7` | `0.22.8` | Updates `clap` from 4.5.2 to 4.5.3 - [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.2...v4.5.3) Updates `proc-macro2` from 1.0.78 to 1.0.79 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.78...1.0.79) Updates `syn` from 2.0.52 to 2.0.53 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.52...2.0.53) Updates `thiserror` from 1.0.57 to 1.0.58 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.57...1.0.58) Updates `clap_derive` from 4.5.0 to 4.5.3 - [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.0...v4.5.3) Updates `heck` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/withoutboats/heck/blob/master/CHANGELOG.md) - [Commits](https://github.com/withoutboats/heck/commits) Updates `thiserror-impl` from 1.0.57 to 1.0.58 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.57...1.0.58) Updates `toml` from 0.8.11 to 0.8.12 - [Commits](toml-rs/toml@toml-v0.8.11...toml-v0.8.12) Updates `toml_edit` from 0.22.7 to 0.22.8 - [Commits](toml-rs/toml@v0.22.7...v0.22.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: proc-macro2 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: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: clap_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: heck dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: toml dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: toml_edit dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ebb6bd7 commit f386cb2

File tree

9 files changed

+41
-41
lines changed

9 files changed

+41
-41
lines changed

Cargo.lock

Lines changed: 28 additions & 28 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ name = "clippy-tracing"
1010
bench = false
1111

1212
[dependencies]
13-
clap = { version = "4.5.2", features = ["derive"] }
13+
clap = { version = "4.5.3", features = ["derive"] }
1414
itertools = "0.12.1"
15-
proc-macro2 = { version = "1.0.73", features = ["span-locations"] }
15+
proc-macro2 = { version = "1.0.79", features = ["span-locations"] }
1616
quote = "1.0.34"
17-
syn = { version = "2.0.52", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
17+
syn = { version = "2.0.53", 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ name = "cpu-template-helper"
1111
bench = false
1212

1313
[dependencies]
14-
clap = { version = "4.5.2", features = ["derive", "string"] }
14+
clap = { version = "4.5.3", features = ["derive", "string"] }
1515
displaydoc = "0.2.4"
1616
libc = "0.2.153"
1717
log-instrument = { path = "../log-instrument", optional = true }
1818
serde = { version = "1.0.196", features = ["derive"] }
1919
serde_json = "1.0.113"
20-
thiserror = "1.0.57"
20+
thiserror = "1.0.58"
2121
vmm-sys-util = "0.12.1"
2222

2323
vmm = { path = "../vmm" }

src/firecracker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }
2424
serde = { version = "1.0.196", features = ["derive"] }
2525
serde_derive = "1.0.136"
2626
serde_json = "1.0.113"
27-
thiserror = "1.0.57"
27+
thiserror = "1.0.58"
2828
timerfd = "1.5.0"
2929

3030
seccompiler = { path = "../seccompiler" }

src/jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libc = "0.2.153"
1616
log-instrument = { path = "../log-instrument", optional = true }
1717
nix = { version = "0.28.0", default-features = false, features = ["dir"] }
1818
regex = { version = "1.10.2", default-features = false, features = ["std"] }
19-
thiserror = "1.0.57"
19+
thiserror = "1.0.58"
2020

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

src/log-instrument-macros/Cargo.toml

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

1313
[dependencies]
14-
proc-macro2 = "1.0.73"
14+
proc-macro2 = "1.0.79"
1515
quote = "1.0.34"
16-
syn = { version = "2.0.52", features = ["full", "extra-traits"] }
16+
syn = { version = "2.0.53", features = ["full", "extra-traits"] }
1717

1818
[lints]
1919
workspace = true

src/rebase-snap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bench = false
1313
displaydoc = "0.2.4"
1414
libc = "0.2.153"
1515
log-instrument = { path = "../log-instrument", optional = true }
16-
thiserror = "1.0.57"
16+
thiserror = "1.0.58"
1717

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

src/seccompiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ libc = "0.2.153"
2222
log-instrument = { path = "../log-instrument", optional = true }
2323
serde = { version = "1.0.196", features = ["derive"] }
2424
serde_json = "1.0.113"
25-
thiserror = "1.0.57"
25+
thiserror = "1.0.58"
2626

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

src/snapshot-editor/Cargo.toml

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

1212
[dependencies]
13-
clap = { version = "4.5.2", features = ["derive", "string"] }
13+
clap = { version = "4.5.3", features = ["derive", "string"] }
1414
displaydoc = "0.2.4"
1515
libc = "0.2.153"
1616
log-instrument = { path = "../log-instrument", optional = true }
1717
semver = "1.0.22"
18-
thiserror = "1.0.57"
18+
thiserror = "1.0.58"
1919
vmm = { path = "../vmm" }
2020

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

0 commit comments

Comments
 (0)