Skip to content

Commit

Permalink
build(deps): Bump the firecracker group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the firecracker group with 4 updates: [syn](https://github.com/dtolnay/syn), [libc](https://github.com/rust-lang/libc), [indexmap](https://github.com/bluss/indexmap) and [winnow](https://github.com/winnow-rs/winnow).


Updates `syn` from 2.0.38 to 2.0.39
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.38...2.0.39)

Updates `libc` from 0.2.149 to 0.2.150
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.149...0.2.150)

Updates `indexmap` from 2.0.2 to 2.1.0
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.0.2...2.1.0)

Updates `winnow` from 0.5.17 to 0.5.19
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.17...v0.5.19)

---
updated-dependencies:
- 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: indexmap
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and zulinx86 committed Nov 7, 2023
1 parent 09ef354 commit afe0e5f
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/clippy-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clap = { version = "4.3.2", features = ["derive"] }
itertools = "0.11.0"
proc-macro2 = { version = "1.0.63", features = ["span-locations"] }
quote = "1.0.28"
syn = { version = "2.0.17", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
syn = { version = "2.0.39", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
walkdir = "2.3.3"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/cpu-template-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bench = false
[dependencies]
clap = { version = "4.4.7", features = ["derive", "string"] }
displaydoc = "0.2.4"
libc = "0.2.149"
libc = "0.2.150"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.108"
Expand Down
2 changes: 1 addition & 1 deletion src/firecracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bench = false
[dependencies]
displaydoc = "0.2.4"
event-manager = "0.3.0"
libc = "0.2.149"
libc = "0.2.150"
log-instrument = { path = "../log-instrument", optional = true }
serde_json = "1.0.108"
thiserror = "1.0.50"
Expand Down
2 changes: 1 addition & 1 deletion src/jailer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "jailer"
bench = false

[dependencies]
libc = "0.2.149"
libc = "0.2.150"
log-instrument = { path = "../log-instrument", optional = true }
nix = { version = "0.27.1", default-features = false, features = ["dir"] }
regex = { version = "1.10.2", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion src/log-instrument-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ bench = false
[dependencies]
proc-macro2 = "1.0.66"
quote = "1.0.33"
syn = { version = "2.0.29", features = ["full", "extra-traits"] }
syn = { version = "2.0.39", features = ["full", "extra-traits"] }
2 changes: 1 addition & 1 deletion src/rebase-snap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bench = false

[dependencies]
displaydoc = "0.2.4"
libc = "0.2.149"
libc = "0.2.150"
log-instrument = { path = "../log-instrument", optional = true }
thiserror = "1.0.50"

Expand Down
2 changes: 1 addition & 1 deletion src/seccompiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bench = false
[dependencies]
bincode = "1.2.1"
displaydoc = "0.2.4"
libc = "0.2.149"
libc = "0.2.150"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.108"
Expand Down
2 changes: 1 addition & 1 deletion src/snapshot-editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bench = false
[dependencies]
clap = { version = "4.4.7", features = ["derive", "string"] }
displaydoc = "0.2.4"
libc = "0.2.149"
libc = "0.2.150"
log-instrument = { path = "../log-instrument", optional = true }
snapshot = { path = "../snapshot" }
thiserror = "1.0.50"
Expand Down

0 comments on commit afe0e5f

Please sign in to comment.