Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove aws-ls-rs due to old compiler on CI
Browse files Browse the repository at this point in the history
sdbondi committed Oct 3, 2024

Verified

This commit was signed with the committer’s verified signature.
sdbondi Stan Bondi
1 parent 51c3bf5 commit f7e8f64
Showing 2 changed files with 3 additions and 148 deletions.
143 changes: 2 additions & 141 deletions Cargo.lock

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

8 changes: 1 addition & 7 deletions base_layer/p2p/Cargo.toml
Original file line number Diff line number Diff line change
@@ -28,9 +28,7 @@ pgp = { version = "0.10", optional = true }
prost = "0.11.9"
rand = "0.8"
reqwest = { version = "0.11", optional = true, default-features = false }
rustls = { version = "0.23.13", default-features = false, features = ["aws-lc-rs", "logging", "std", "tls12"] }
# Needed by rusttls
aws-lc-rs = "1.9.0"
rustls = { version = "0.23.13", default-features = false, features = ["logging", "std", "tls12"] }
semver = { version = "1.0.1", optional = true }
serde = "1.0.90"
thiserror = "1.0.26"
@@ -59,7 +57,3 @@ tari_common = { path = "../../common", features = [
[features]
test-mocks = []
auto-update = ["reqwest/default", "pgp", "semver"]

[package.metadata.cargo-machete]
# Ignored because rusttls requires it
ignored = ["aws-lc-rs"]

0 comments on commit f7e8f64

Please sign in to comment.