Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.4.2` | `4.4.4` |
| [libc](https://github.com/rust-lang/libc) | `0.2.147` | `0.2.148` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.106` | `1.0.107` |
| [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) | `0.15.3` | `0.16.0` |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.0.5` | `1.1.0` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.66` | `1.0.67` |
| [typenum](https://github.com/paholg/typenum) | `1.16.0` | `1.17.0` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.11` | `1.0.12` |
| [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) | `0.11.1` | `0.11.2` |


Updates `clap` from 4.4.2 to 4.4.4
- [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.4.2...v4.4.4)

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

Updates `serde_json` from 1.0.106 to 1.0.107
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.106...v1.0.107)

Updates `cargo_toml` from 0.15.3 to 0.16.0
- [Commits](https://gitlab.com/lib.rs/cargo_toml/commits/main)

Updates `aho-corasick` from 1.0.5 to 1.1.0
- [Commits](BurntSushi/aho-corasick@1.0.5...1.1.0)

Updates `proc-macro2` from 1.0.66 to 1.0.67
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.66...1.0.67)

Updates `typenum` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/paholg/typenum/releases)
- [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md)
- [Commits](paholg/typenum@v1.16.0...v1.17.0)

Updates `unicode-ident` from 1.0.11 to 1.0.12
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.11...1.0.12)

Updates `vmm-sys-util` from 0.11.1 to 0.11.2
- [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases)
- [Changelog](https://github.com/rust-vmm/vmm-sys-util/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-vmm/vmm-sys-util/commits)

---
updated-dependencies:
- dependency-name: clap
  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: serde_json
  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-minor
  dependency-group: firecracker
- dependency-name: aho-corasick
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: typenum
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: vmm-sys-util
  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 roypat committed Sep 19, 2023
1 parent 31a1687 commit 8523e2a
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 36 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.

6 changes: 3 additions & 3 deletions src/cpu-template-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ name = "cpu-template-helper"
bench = false

[dependencies]
clap = { version = "4.4.2", features = ["derive", "string"] }
libc = "0.2.147"
clap = { version = "4.4.4", features = ["derive", "string"] }
libc = "0.2.148"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.106"
serde_json = "1.0.107"
thiserror = "1.0.48"

vmm = { path = "../vmm" }
Expand Down
6 changes: 3 additions & 3 deletions src/firecracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ bench = false

[dependencies]
event-manager = "0.3.0"
libc = "0.2.147"
serde_json = "1.0.106"
libc = "0.2.148"
serde_json = "1.0.107"
thiserror = "1.0.48"
timerfd = "1.5.0"

Expand All @@ -28,7 +28,7 @@ utils = { path = "../utils" }
vmm = { path = "../vmm" }

[dev-dependencies]
cargo_toml = "0.15.3"
cargo_toml = "0.16.0"
regex = { version = "1.9.5", default-features = false, features = ["std", "unicode-perl"] }

# Dev-Dependencies for uffd examples
Expand Down
2 changes: 1 addition & 1 deletion src/jailer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "jailer"
bench = false

[dependencies]
libc = "0.2.147"
libc = "0.2.148"
nix = { version = "0.27.1", default-features = false, features = ["dir"] }
regex = { version = "1.9.5", default-features = false, features = ["std"] }
thiserror = "1.0.48"
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 @@ name = "rebase-snap"
bench = false

[dependencies]
libc = "0.2.147"
libc = "0.2.148"
thiserror = "1.0.48"

utils = { path = "../utils" }
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"
libc = "0.2.147"
libc = "0.2.148"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.106"
serde_json = "1.0.107"
thiserror = "1.0.48"

utils = { path = "../utils" }
4 changes: 2 additions & 2 deletions src/snapshot-editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ name = "snapshot-editor"
bench = false

[dependencies]
clap = { version = "4.4.2", features = ["derive", "string"] }
clap = { version = "4.4.4", features = ["derive", "string"] }
clap-num = "1.0.2"
libc = "0.2.147"
libc = "0.2.148"
snapshot = { path = "../snapshot" }
thiserror = "1.0.48"
vmm = { path = "../vmm" }
Expand Down

0 comments on commit 8523e2a

Please sign in to comment.