Skip to content

Commit

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

---
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 Dec 6, 2021
1 parent e2a32e6 commit c6946b9
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 @@ -52,7 +52,7 @@ include_dir = "0.7.1"
itertools = "0.10.1"
krb5-src = { version = "0.2.3", features = ["binaries"] }
lazy_static = "1.4.0"
libc = "0.2.108"
libc = "0.2.109"
log = "0.4.13"
mz-http-proxy = { path = "../http-proxy", features = ["reqwest"] }
mz-process-collector = { path = "../mz-process-collector" }
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.108"
libc = "0.2.109"
ore = { path = "../ore" }
prometheus = { git = "https://github.com/MaterializeInc/rust-prometheus.git", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion src/pid-file/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
publish = false

[dependencies]
libc = "0.2.108"
libc = "0.2.109"
ore = { path = "../ore", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit c6946b9

Please sign in to comment.