Skip to content

Commit 1f1affc

Browse files
committed
Follow [email protected] features changes
Signed-off-by: Pierre Fenoll <[email protected]>
1 parent 73b8a49 commit 1f1affc

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Cargo.lock

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@ rust-version = "1.71"
1313
exclude = ["/.github", "/examples", "/scripts"]
1414

1515
[dependencies]
16-
rustls = { version = "0.23.27", default-features = false, features = ["std"] }
16+
rustls = { git = "https://github.com/rustls/rustls.git", rev = "30f3753a70c3b138841675b6381c0b63a3005414", default-features = false, features = ["std"] }
1717
tokio = "1.0"
1818

1919
[features]
20-
default = ["logging", "tls12", "aws_lc_rs"]
21-
aws_lc_rs = ["rustls/aws_lc_rs"]
22-
aws-lc-rs = ["aws_lc_rs"] # Alias because Cargo features commonly use `-`
20+
default = ["log", "tls12", "aws-lc-rs"]
21+
aws-lc-rs = ["rustls/aws-lc-rs"]
2322
early-data = []
2423
fips = ["rustls/fips"]
25-
logging = ["rustls/logging"]
24+
log = ["rustls/log"]
2625
ring = ["rustls/ring"]
2726
tls12 = ["rustls/tls12"]
2827

0 commit comments

Comments
 (0)