Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Dec 1, 2019
1 parent d83d69b commit c2072d1
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 64 deletions.
116 changes: 58 additions & 58 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/cleanup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2018"

[dependencies]
structopt = "0.3.5"
libc = "0.2.65"
libc = "0.2.66"
nix = "0.15.0"
2 changes: 1 addition & 1 deletion src/envck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ authors = ["Mikail Bagishov <[email protected]>"]
edition = "2018"

[dependencies]
libc = "0.2.65"
libc = "0.2.66"
semver = "0.9.0"
2 changes: 1 addition & 1 deletion src/frontend-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rand_chacha = "0.2.1"
cfg = {path = "../cfg"}
base64 = "0.11.0"
constant_time_eq = "0.1.4"
libc = "0.2.65"
libc = "0.2.66"
serde_json = "1.0.42"
branca = "0.9.0"
juniper_rocket = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion src/invoker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ aho-corasick = "0.7.6"
invoker-api = {path = "../invoker-api"}
cfg-if = "0.1.10"
pom = {path = "../pom"}
libc = "0.2.65"
libc = "0.2.66"
nix = "0.15.0"
memchr = "2.2.1"
strum = "0.16.0"
Expand Down
2 changes: 1 addition & 1 deletion src/minion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Mikail Bagishov <[email protected]>"]
edition = "2018"

[dependencies]
libc= "0.2.65"
libc= "0.2.66"
errno= "0.2.4"
rand = "0.7.2"
cfg-if = "0.1.10"
Expand Down
2 changes: 1 addition & 1 deletion src/ppc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = { version = "1.0.103", features = ["derive"] }
toml = "0.5.5"
snafu = "0.6.0"
glob = "0.3.0"
libc = "0.2.65"
libc = "0.2.66"
pom = {path = "../pom"}
serde_json = "1.0.42"
getrandom = "0.1.13"
Expand Down

0 comments on commit c2072d1

Please sign in to comment.