Skip to content

Commit

Permalink
build(deps): Bump the firecracker group across 1 directory with 9 upd…
Browse files Browse the repository at this point in the history
…ates

Bumps the firecracker group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [libc](https://github.com/rust-lang/libc) | `0.2.153` | `0.2.154` |
| [serde](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.199` |
| [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) | `0.20.0` | `0.20.2` |
| [vm-superio](https://github.com/rust-vmm/vm-superio) | `0.7.0` | `0.8.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.95` | `1.0.96` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.14.3` | `0.14.5` |
| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.6` | `0.1.8` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.6.6` | `0.6.7` |



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

Updates `serde` from 1.0.198 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.199)

Updates `serde_derive` from 1.0.198 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.199)

Updates `cargo_toml` from 0.20.0 to 0.20.2
- [Commits](https://gitlab.com/lib.rs/cargo_toml/compare/v0.20.0...v0.20.2)

Updates `vm-superio` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/rust-vmm/vm-superio/releases)
- [Commits](rust-vmm/vm-superio@vm-superio-v0.7.0...vm-superio-v0.8.0)

Updates `cc` from 1.0.95 to 1.0.96
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](rust-lang/cc-rs@1.0.95...1.0.96)

Updates `hashbrown` from 0.14.3 to 0.14.5
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.14.3...v0.14.5)

Updates `winapi-util` from 0.1.6 to 0.1.8
- [Commits](BurntSushi/winapi-util@0.1.6...0.1.8)

Updates `winnow` from 0.6.6 to 0.6.7
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.6...v0.6.7)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: cargo_toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: vm-superio
  dependency-type: direct:production
  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: hashbrown
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: winapi-util
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and JonathanWoollett-Light committed Apr 30, 2024
1 parent d2ce649 commit 81e8b68
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 37 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions src/cpu-template-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ bench = false
[dependencies]
clap = { version = "4.5.4", features = ["derive", "string"] }
displaydoc = "0.2.4"
libc = "0.2.153"
libc = "0.2.154"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.198", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.116"
thiserror = "1.0.59"

Expand Down
12 changes: 6 additions & 6 deletions src/firecracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ bench = false
[dependencies]
displaydoc = "0.2.4"
event-manager = "0.4.0"
libc = "0.2.153"
libc = "0.2.154"
log-instrument = { path = "../log-instrument", optional = true }
micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }

seccompiler = { path = "../seccompiler" }
serde = { version = "1.0.198", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
serde_derive = "1.0.136"
serde_json = "1.0.116"
thiserror = "1.0.59"
Expand All @@ -32,18 +32,18 @@ utils = { path = "../utils" }
vmm = { path = "../vmm" }

[dev-dependencies]
cargo_toml = "0.20.0"
libc = "0.2.153"
cargo_toml = "0.20.2"
libc = "0.2.154"
regex = { version = "1.10.4", default-features = false, features = ["std", "unicode-perl"] }

# Dev-Dependencies for uffd examples
serde = { version = "1.0.198", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
userfaultfd = "0.8.1"

[build-dependencies]
bincode = "1.2.1"
seccompiler = { path = "../seccompiler" }
serde = { version = "1.0.198" }
serde = { version = "1.0.199" }
serde_json = "1.0.116"

[features]
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.153"
libc = "0.2.154"
log-instrument = { path = "../log-instrument", optional = true }
nix = { version = "0.28.0", default-features = false, features = ["dir"] }
regex = { version = "1.10.4", default-features = false, features = ["std"] }
Expand Down
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.153"
libc = "0.2.154"
log-instrument = { path = "../log-instrument", optional = true }
thiserror = "1.0.59"

Expand Down
4 changes: 2 additions & 2 deletions src/seccompiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ bench = false
[dependencies]
bincode = "1.2.1"
displaydoc = "0.2.4"
libc = "0.2.153"
libc = "0.2.154"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.198", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.116"
thiserror = "1.0.59"

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 @@ -14,7 +14,7 @@ clap = { version = "4.5.4", features = ["derive", "string"] }
displaydoc = "0.2.4"

fc_utils = { package = "utils", path = "../utils" }
libc = "0.2.153"
libc = "0.2.154"
log-instrument = { path = "../log-instrument", optional = true }
semver = "1.0.22"
thiserror = "1.0.59"
Expand Down
4 changes: 2 additions & 2 deletions src/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ bench = false
[dependencies]
derive_more = { version = "0.99.17", default-features = false, features = ["from"] }
displaydoc = "0.2.4"
libc = "0.2.147"
libc = "0.2.154"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.198", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
thiserror = "1.0.59"
vm-memory = { version = "0.14.1", features = ["backend-mmap", "backend-bitmap"] }
vmm-sys-util = { version = "0.12.1", features = ["with-serde"] }
Expand Down
6 changes: 3 additions & 3 deletions src/vmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ event-manager = "0.4.0"
kvm-bindings = { version = "0.8.0", features = ["fam-wrappers", "serde"] }
kvm-ioctls = "0.17.0"
lazy_static = "1.4.0"
libc = "0.2.117"
libc = "0.2.154"
linux-loader = "0.11.0"
log = { version = "0.4.17", features = ["std", "serde"] }
log-instrument = { path = "../log-instrument", optional = true }
Expand All @@ -31,7 +31,7 @@ micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }

seccompiler = { path = "../seccompiler" }
semver = { version = "1.0.17", features = ["serde"] }
serde = { version = "1.0.198", features = ["derive", "rc"] }
serde = { version = "1.0.199", features = ["derive", "rc"] }
serde_json = "1.0.116"
slab = "0.4.7"
smallvec = "1.11.2"
Expand All @@ -42,7 +42,7 @@ utils = { path = "../utils" }
vhost = { version = "0.11.0", features = ["vhost-user-frontend"] }
vm-allocator = "0.1.0"
vm-memory = { version = "0.14.1", features = ["backend-mmap", "backend-bitmap"] }
vm-superio = "0.7.0"
vm-superio = "0.8.0"
zerocopy = { version = "0.7.32" }

[target.'cfg(target_arch = "aarch64")'.dependencies]
Expand Down

0 comments on commit 81e8b68

Please sign in to comment.