Skip to content

Commit

Permalink
chore(deps): Bump openssl-sys from 0.9.92 to 0.9.93
Browse files Browse the repository at this point in the history
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.92 to 0.9.93.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-sys-v0.9.92...openssl-sys-v0.9.93)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 228593d commit f84b350
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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/utils/workspace-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rw-dynamic-link = ["zstd-sys"]
log = { version = "0.4", features = ["release_max_level_debug"] }
# FIXME: 0.9.93 upgrades openssl-src to openssl@3, but we failed to build it.
# fix it later https://github.com/risingwavelabs/risingwave/pull/12198
openssl-sys = { version = "=0.9.92", optional = true, features = ["vendored"] }
openssl-sys = { version = "=0.9.93", optional = true, features = ["vendored"] }
sasl2-sys = { version = "0.1", optional = true, features = ["gssapi-vendored"] }
tracing = { version = "0.1", features = ["release_max_level_debug"] }
zstd-sys = { version = "2", optional = true, default-features = false, features = ["pkg-config"] }
Expand Down

0 comments on commit f84b350

Please sign in to comment.