Skip to content

Commit

Permalink
chore: updated reqwest dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Nov 12, 2024
1 parent d4dc38c commit c9276ad
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 126 deletions.
140 changes: 16 additions & 124 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
@@ -1,6 +1,6 @@
[package]
name = "dmtrctl"
version = "2.0.1"
version = "2.0.2"
edition = "2021"
repository = "https://github.com/demeter-run/cli"
license = "Apache-2.0"
Expand All @@ -22,7 +22,7 @@ json = "0.12.4"
miette = { version = "5.10.0", features = ["fancy"] }
tonic = { version = "0.11", features = ["transport", "tls", "tls-webpki-roots"]}
ocipkg = "0.2.8"
reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls"] }
reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls"], default-features = false }
rustls-native-certs = "0.7"
semver = "1.0.22"
serde = { version = "1.0.188", features = ["derive"] }
Expand Down

0 comments on commit c9276ad

Please sign in to comment.