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: [serde_json](https://github.com/serde-rs/json), [anstyle](https://github.com/rust-cli/anstyle), [aws-lc-sys](https://github.com/aws/aws-lc-rs) and [toml](https://github.com/toml-rs/toml).


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

Updates `anstyle` from 1.0.2 to 1.0.3
- [Commits](rust-cli/anstyle@anstyle-wincon-v1.0.2...v1.0.3)

Updates `aws-lc-sys` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.10.0...aws-lc-sys/v0.10.1)

Updates `toml` from 0.7.6 to 0.7.8
- [Commits](toml-rs/toml@toml-v0.7.6...toml-v0.7.8)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: anstyle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: aws-lc-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml
  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 12, 2023
1 parent 86ef9f4 commit 3adf2aa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 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/cpu-template-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bench = false
clap = { version = "4.4.2", features = ["derive", "string"] }
libc = "0.2.147"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
serde_json = "1.0.106"
thiserror = "1.0.48"

vmm = { path = "../vmm" }
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]
event-manager = "0.3.0"
libc = "0.2.147"
serde_json = "1.0.105"
serde_json = "1.0.106"
thiserror = "1.0.48"
timerfd = "1.5.0"

Expand Down
2 changes: 1 addition & 1 deletion src/seccompiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bench = false
bincode = "1.2.1"
libc = "0.2.147"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
serde_json = "1.0.106"
thiserror = "1.0.48"

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

0 comments on commit 3adf2aa

Please sign in to comment.