Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump the firecracker group with 27 updates #105

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
217 changes: 60 additions & 157 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/clippy-tracing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -10,15 +10,15 @@ name = "clippy-tracing"
bench = false

[dependencies]
clap = { version = "4.5.2", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
itertools = "0.12.1"
proc-macro2 = { version = "1.0.73", features = ["span-locations"] }
proc-macro2 = { version = "1.0.79", features = ["span-locations"] }
quote = "1.0.34"
syn = { version = "2.0.52", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
syn = { version = "2.0.55", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
walkdir = "2.5.0"

[dev-dependencies]
uuid = { version = "1.6.1", features = ["v4"] }
uuid = { version = "1.8.0", features = ["v4"] }

[lints]
workspace = true
4 changes: 2 additions & 2 deletions src/cpu-template-helper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -11,13 +11,13 @@ name = "cpu-template-helper"
bench = false

[dependencies]
clap = { version = "4.5.2", features = ["derive", "string"] }
clap = { version = "4.5.3", features = ["derive", "string"] }
displaydoc = "0.2.4"
libc = "0.2.153"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
thiserror = "1.0.57"
thiserror = "1.0.58"

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

6 changes: 3 additions & 3 deletions src/firecracker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -24,8 +24,8 @@ micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }
serde = { version = "1.0.196", features = ["derive"] }
serde_derive = "1.0.136"
serde_json = "1.0.113"
thiserror = "1.0.57"
timerfd = "1.5.0"
thiserror = "1.0.58"
timerfd = "1.6.0"

seccompiler = { path = "../seccompiler" }
utils = { path = "../utils" }
@@ -34,7 +34,7 @@ vmm = { path = "../vmm" }
[dev-dependencies]
cargo_toml = "0.19.2"
libc = "0.2.153"
regex = { version = "1.10.2", default-features = false, features = ["std", "unicode-perl"] }
regex = { version = "1.10.4", default-features = false, features = ["std", "unicode-perl"] }

# Dev-Dependencies for uffd examples
serde = { version = "1.0.196", features = ["derive"] }
4 changes: 2 additions & 2 deletions src/jailer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@ bench = false
libc = "0.2.153"
log-instrument = { path = "../log-instrument", optional = true }
nix = { version = "0.28.0", default-features = false, features = ["dir"] }
regex = { version = "1.10.2", default-features = false, features = ["std"] }
thiserror = "1.0.57"
regex = { version = "1.10.4", default-features = false, features = ["std"] }
thiserror = "1.0.58"

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

4 changes: 2 additions & 2 deletions src/log-instrument-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -11,9 +11,9 @@ proc-macro = true
bench = false

[dependencies]
proc-macro2 = "1.0.73"
proc-macro2 = "1.0.79"
quote = "1.0.34"
syn = { version = "2.0.52", features = ["full", "extra-traits"] }
syn = { version = "2.0.55", features = ["full", "extra-traits"] }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion src/rebase-snap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ bench = false
displaydoc = "0.2.4"
libc = "0.2.153"
log-instrument = { path = "../log-instrument", optional = true }
thiserror = "1.0.57"
thiserror = "1.0.58"

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

2 changes: 1 addition & 1 deletion src/seccompiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ libc = "0.2.153"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
thiserror = "1.0.57"
thiserror = "1.0.58"

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

4 changes: 2 additions & 2 deletions src/snapshot-editor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -10,12 +10,12 @@ name = "snapshot-editor"
bench = false

[dependencies]
clap = { version = "4.5.2", features = ["derive", "string"] }
clap = { version = "4.5.3", features = ["derive", "string"] }
displaydoc = "0.2.4"
libc = "0.2.153"
log-instrument = { path = "../log-instrument", optional = true }
semver = "1.0.22"
thiserror = "1.0.57"
thiserror = "1.0.58"
vmm = { path = "../vmm" }

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