Skip to content

Commit

Permalink
fix(mssql-cdc): remove vendored-openssl of tiberus (#18013)
Browse files Browse the repository at this point in the history
  • Loading branch information
KeXiangWang authored Aug 13, 2024
1 parent 2844ad2 commit cad31da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
28 changes: 3 additions & 25 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/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ thiserror-ext = { workspace = true }
tiberius = { git = "https://github.com/risingwavelabs/tiberius.git", rev = "f834f2deeb9e2fb08afaf73865f330cf31a3876a", default-features = false, features = [
"chrono",
"sql-browser-tokio",
"vendored-openssl",
"rustls",
"rust_decimal",
"bigdecimal",
"tds73",
Expand Down

0 comments on commit cad31da

Please sign in to comment.