Skip to content

Commit

Permalink
Bump libc from 0.2.106 to 0.2.112 in /src/rust/engine
Browse files Browse the repository at this point in the history
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.106 to 0.2.112.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.106...0.2.112)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 19, 2022
1 parent 2d9e7b5 commit 58e4047
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/rust/engine/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/rust/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ hashing = { path = "hashing" }
indexmap = "1.4"
itertools = "0.10"
lazy_static = "1"
libc = "0.2.39"
libc = "0.2.112"
log = "0.4"
logging = { path = "logging" }
nailgun = { path = "nailgun" }
Expand Down
2 changes: 1 addition & 1 deletion src/rust/engine/fs/brfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fuser = "0.9.1"
futures = "0.3"
grpc_util = { path = "../../grpc_util" }
hashing = { path = "../../hashing" }
libc = "0.2.39"
libc = "0.2.112"
log = "0.4.1"
parking_lot = "0.11"
protobuf = { version = "2.25.2", features = ["with-bytes"] }
Expand Down
2 changes: 1 addition & 1 deletion src/rust/engine/process_execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ grpc_util = { path = "../grpc_util" }
fs = { path = "../fs" }
futures = "0.3"
hashing = { path = "../hashing" }
libc = "0.2.39"
libc = "0.2.112"
log = "0.4"
nails = "0.12"
nix = "0.20"
Expand Down

0 comments on commit 58e4047

Please sign in to comment.