Skip to content

Commit

Permalink
Merge pull request MaterializeInc#6179 from MaterializeInc/dependabot…
Browse files Browse the repository at this point in the history
…/cargo/libc-0.2.90

build(deps): bump libc from 0.2.89 to 0.2.90
  • Loading branch information
benesch authored Mar 22, 2021
2 parents 0044099 + 6cf9233 commit de5459e
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 @@ -49,7 +49,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.89"
libc = "0.2.90"
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.89"
libc = "0.2.90"
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.89"
libc = "0.2.90"
log = "0.4.13"
openssl = { version = "0.10.32", features = ["vendored"] }
phf_shared = "0.8.0"
Expand Down

0 comments on commit de5459e

Please sign in to comment.