Skip to content

Commit

Permalink
Use rustls everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jun 5, 2024
1 parent ab1be68 commit 67eef3f
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 2 deletions.
153 changes: 153 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ clap = { version = "4.5.4", features = ["derive", "string"] }
clap-verbosity-flag = "2.2.0"
futures = "0.3.30"
indicatif = "0.17.8"
rattler = "0.26.2"
rattler = { version = "0.26.2", features = ["rustls-tls"] }
rattler_conda_types = "0.25.0"
rattler_index = "0.19.15"
rattler_lock = "0.22.10"
rattler_networking = "0.20.8"
rattler_package_streaming = "0.21.1"
rattler_shell = "0.20.6"
reqwest = "0.12.4"
reqwest = { version = "0.12.4", features = ["rustls-tls", "rustls-tls-native-roots"] }
reqwest-middleware = "0.3.1"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
Expand Down

0 comments on commit 67eef3f

Please sign in to comment.