Skip to content

Commit

Permalink
Merge pull request #683 from Mossaka/use-rustls-tls
Browse files Browse the repository at this point in the history
oci-tar-builder/Cargo: remove native-tls deps
  • Loading branch information
cpuguy83 authored Oct 2, 2024
2 parents b5a810d + c345b9c commit fbd1e98
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 fbd1e98

Please sign in to comment.