Skip to content

Commit

Permalink
Merge pull request #876 from tofay/rm-ureq
Browse files Browse the repository at this point in the history
remove unused ureq dep
  • Loading branch information
epage committed Oct 12, 2023
2 parents c3e651f + 2423d88 commit d45ab32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 222 deletions.
214 changes: 0 additions & 214 deletions Cargo.lock

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

8 changes: 0 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ pathdiff = "0.2"
features = ["serde"]
version = "1.0.18"

[target.'cfg(any(target_arch = "x86_64", target_arch = "arm", target_arch = "x86", target_arch = "aarch64"))'.dependencies]
ureq = { version = "2.7.1", default-features = false, features = ["tls", "json", "socks", "socks-proxy"] }

# if the CPU architecture is not supported by ring/rustls
[target.'cfg(not(any(target_arch = "x86_64", target_arch = "arm", target_arch = "x86", target_arch = "aarch64")))'.dependencies]
native-tls = "^0.2"
ureq = { version = "2.7.1", default-features = false, features = ["native-tls", "json", "socks", "socks-proxy"] }

[dev-dependencies]
predicates = { version = "3.0.3", features = ["color"] }
assert_cmd = { version = "2.0.12", features = ["color-auto"] }
Expand Down

0 comments on commit d45ab32

Please sign in to comment.