Skip to content

Commit

Permalink
Merge pull request #6081 from MaterializeInc/dependabot/cargo/libc-0.…
Browse files Browse the repository at this point in the history
…2.89

build(deps): bump libc from 0.2.88 to 0.2.89
  • Loading branch information
benesch committed Mar 16, 2021
2 parents b68bf81 + e199257 commit 3c06a7c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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/materialized/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ include_dir = "0.6.0"
itertools = "0.9.0"
krb5-src = { version = "0.2.3", features = ["binaries"] }
lazy_static = "1.4.0"
libc = "0.2.88"
libc = "0.2.89"
log = "0.4.13"
mz-process-collector = { path = "../mz-process-collector" }
nix = "0.19.1"
Expand Down
2 changes: 1 addition & 1 deletion src/mz-process-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false

[dependencies]
lazy_static = "1.4.0"
libc = "0.2.88"
libc = "0.2.89"
prometheus = { git = "https://github.com/MaterializeInc/rust-prometheus.git", default-features = false }

[target.'cfg(target_os = "linux")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/ore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bytes = "1.0.1"
fallible-iterator = "0.2.0"
futures = "0.3.13"
lazy_static = "1.4.0"
libc = "0.2.88"
libc = "0.2.89"
log = "0.4.13"
openssl = { version = "0.10.32", features = ["vendored"] }
phf_shared = "0.8.0"
Expand Down

0 comments on commit 3c06a7c

Please sign in to comment.