teller icon indicating copy to clipboard operation
teller copied to clipboard

Compile from source errors on v2.0.7

Open rogiervanstraten opened this issue 8 months ago • 1 comments

I tried compiling from source for the new version of Teller and wanted to let you know I needed to upgrade a dependency to match the Hashicorp Vault dependency of "rustify" = "0.6.1" in teller-providers.

Secondly;

"teller-providers/src/providers/google_secretmanager.rs:65:22"

63  |                   hyper_rustls::HttpsConnectorBuilder::new()
    |                   ------------------------------------------
    |                   |
    |  _________________method `https_or_http` is available on `HttpsConnectorBuilder<WantsTlsConfig>`
    | |
64  | |                     .with_native_roots()
65  | |                     .https_or_http()
    | |                     -^^^^^^^^^^^^^ method not found in `Result<HttpsConnectorBuilder<WantsSchemes>, Error>`
    | |_____________________|

rogiervanstraten avatar Apr 25 '25 09:04 rogiervanstraten

I created #320 to fix this and a couple of other errors/warnings; build and test pass and give me a working executable now at least.

rubin55 avatar May 26 '25 12:05 rubin55