Skip to content

Commit

Permalink
build(deps): bump openssl-sys from 0.9.78 to 0.9.79
Browse files Browse the repository at this point in the history
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.78 to 0.9.79.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-sys-v0.9.78...openssl-sys-v0.9.79)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and benesch committed Dec 11, 2022
1 parent c7e563a commit 50bc993
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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/environmentd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ mz-storage-client = { path = "../storage-client" }
nix = "0.26.1"
num_cpus = "1.14.0"
openssl = { version = "0.10.43", features = ["vendored"] }
openssl-sys = { version = "0.9.78", features = ["vendored"] }
openssl-sys = { version = "0.9.79", features = ["vendored"] }
os_info = "3.5.1"
prometheus = { version = "0.13.3", default-features = false }
rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka.git", features = ["cmake-build", "ssl-vendored", "libz-static", "zstd"] }
Expand Down
2 changes: 1 addition & 1 deletion src/persist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mz-ore = { path = "../ore", default-features = false, features = ["metrics", "as
mz-persist-types = { path = "../persist-types" }
mz-proto = { path = "../proto" }
openssl = { version = "0.10.43", features = ["vendored"] }
openssl-sys = { version = "0.9.78", features = ["vendored"] }
openssl-sys = { version = "0.9.79", features = ["vendored"] }
postgres-openssl = { git = "https://github.com/MaterializeInc/rust-postgres" }
prost = { version = "0.11.3", features = ["no-recursion-limit"] }
rand = { version = "0.8.5", features = ["small_rng"] }
Expand Down

0 comments on commit 50bc993

Please sign in to comment.