Skip to content

Commit

Permalink
chore: updated to use rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Nov 11, 2024
1 parent df69e1d commit d4dc38c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dmtrctl"
version = "2.0.0"
version = "2.0.1"
edition = "2021"
repository = "https://github.com/demeter-run/cli"
license = "Apache-2.0"
Expand All @@ -20,9 +20,9 @@ indexmap = { version = "2.2.6", features = ["serde"] }
inquire = "0.6.2"
json = "0.12.4"
miette = { version = "5.10.0", features = ["fancy"] }
tonic = { version = "0.11.0", features = ["transport", "tls-webpki-roots"]}
tonic = { version = "0.11", features = ["transport", "tls", "tls-webpki-roots"]}
ocipkg = "0.2.8"
reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls-webpki-roots"] }
reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls"] }
rustls-native-certs = "0.7"
semver = "1.0.22"
serde = { version = "1.0.188", features = ["derive"] }
Expand Down

0 comments on commit d4dc38c

Please sign in to comment.