Skip to content

Commit

Permalink
build(deps): Bump the firecracker group with 8 updates
Browse files Browse the repository at this point in the history
Bumps the firecracker group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [syn](https://github.com/dtolnay/syn) | `2.0.39` | `2.0.40` |
| [libc](https://github.com/rust-lang/libc) | `0.2.150` | `0.2.151` |
| [anstream](https://github.com/rust-cli/anstyle) | `0.6.4` | `0.6.5` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.0.1` | `1.0.2` |
| [itoa](https://github.com/dtolnay/itoa) | `1.0.9` | `1.0.10` |
| [once_cell](https://github.com/matklad/once_cell) | `1.18.0` | `1.19.0` |
| [ryu](https://github.com/dtolnay/ryu) | `1.0.15` | `1.0.16` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.24` | `0.5.26` |


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

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

Updates `anstream` from 0.6.4 to 0.6.5
- [Commits](rust-cli/anstyle@anstream-v0.6.4...anstream-v0.6.5)

Updates `anstyle-query` from 1.0.1 to 1.0.2
- [Commits](rust-cli/anstyle@anstyle-query-v1.0.1...anstyle-query-v1.0.2)

Updates `itoa` from 1.0.9 to 1.0.10
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](dtolnay/itoa@1.0.9...1.0.10)

Updates `once_cell` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.18.0...v1.19.0)

Updates `ryu` from 1.0.15 to 1.0.16
- [Release notes](https://github.com/dtolnay/ryu/releases)
- [Commits](dtolnay/ryu@1.0.15...1.0.16)

Updates `winnow` from 0.5.24 to 0.5.26
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.24...v0.5.26)

---
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: anstream
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: anstyle-query
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: itoa
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: once_cell
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: ryu
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and zulinx86 committed Dec 12, 2023
1 parent da60282 commit 0c0b52a
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 32 deletions.
48 changes: 24 additions & 24 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.4.11", features = ["derive"] }
itertools = "0.12.0"
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
quote = "1.0.28"
syn = { version = "2.0.39", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
syn = { version = "2.0.40", 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.11", features = ["derive", "string"] }
displaydoc = "0.2.4"
libc = "0.2.150"
libc = "0.2.151"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.193", 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.150"
libc = "0.2.151"
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.150"
libc = "0.2.151"
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.70"
quote = "1.0.33"
syn = { version = "2.0.39", features = ["full", "extra-traits"] }
syn = { version = "2.0.40", 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.150"
libc = "0.2.151"
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.150"
libc = "0.2.151"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.193", 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.11", features = ["derive", "string"] }
displaydoc = "0.2.4"
libc = "0.2.150"
libc = "0.2.151"
log-instrument = { path = "../log-instrument", optional = true }
snapshot = { path = "../snapshot" }
thiserror = "1.0.50"
Expand Down

0 comments on commit 0c0b52a

Please sign in to comment.