Skip to content

Commit

Permalink
chore: include reqwest/rustls-tls feature to keymanager_mtls (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chethan-rao authored Dec 10, 2024
1 parent 158d1a3 commit 5cbb06f
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 2 deletions.
63 changes: 62 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 @@ limit = []
middleware = []
key_custodian = []
caching = ["dep:moka"]
keymanager_mtls = []
keymanager_mtls = ["reqwest/rustls-tls"]
console = ["tokio/tracing", "dep:console-subscriber"]

[dependencies]
Expand Down

0 comments on commit 5cbb06f

Please sign in to comment.