Skip to content

Commit

Permalink
oci-tar-builder/Cargo: remove native-tls deps
Browse files Browse the repository at this point in the history
removes the native-tls dependency from oci-tar-builder and uses
rustls-tls instead. This is done to avoid the openssl dependency
  • Loading branch information
Mossaka committed Sep 30, 2024
1 parent 73e7cdb commit c345b9c
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 29 deletions.
110 changes: 82 additions & 28 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 crates/oci-tar-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
clap = { version = "4.5.18", features = ["derive"] }
indexmap = "2.2.6"
oci-wasm = "0.0.5"
oci-wasm = { version = "0.0.5", default-features = false, features = ["rustls-tls"] }
tokio = { version = "1.38.0", features = [ "full" ] }

[lib]
Expand Down

0 comments on commit c345b9c

Please sign in to comment.