Skip to content

Commit

Permalink
fix(vaultrs): switch to native ssl implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Sep 19, 2024
1 parent e5a499a commit 7e675f5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde_json = "1.0.128"
serde_yaml = "0.9.34+deprecated"
tokio = { version = "1.40.0", features = ["rt"] }
urlencoding = "2.1.3"
vaultrs = "0.7.2"
vaultrs = { version = "0.7.1", default-features = false, features = [ "native-tls" ] }

[dev-dependencies]
assert_cmd = "2.0.16"
Expand Down

0 comments on commit 7e675f5

Please sign in to comment.