Skip to content

Commit

Permalink
build(deps): bump libc from 0.2.80 to 0.2.87
Browse files Browse the repository at this point in the history
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.80 to 0.2.87.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.80...0.2.87)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] committed Mar 3, 2021
1 parent f59d9f4 commit 9916ae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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/vmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
event-manager = "0.2.0"
kvm-bindings = { version = "0.3.0", features = ["fam-wrappers"] }
kvm-ioctls = "0.5.0"
libc = "0.2.76"
libc = "0.2.87"
linux-loader = { version = "0.2.0", features = ["bzimage", "elf"] }
vm-memory = { version = "0.4.0", features = ["backend-mmap"] }
vm-superio = "0.1.1"
Expand Down

0 comments on commit 9916ae0

Please sign in to comment.