Skip to content

Commit

Permalink
Use Rust TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck committed Dec 12, 2024
1 parent c381cae commit 88aa8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ futures-lite = "2.5.0"
hex = "0.4.3"
hex-magic = "0.0.2"
itertools = "0.13.0"
oci-client = "0.14.0"
oci-client = { version = "0.14.0", features = ["rustls-tls"], default-features = false }
os_str_bytes = "7.0.0"
static_assertions = "1.1.0"
strum = { version = "0.26.3", features = ["derive"] }
Expand Down

0 comments on commit 88aa8a6

Please sign in to comment.