Skip to content

Commit

Permalink
Take aws-lc-rs 1.9
Browse files Browse the repository at this point in the history
This requires a manual bump of cc to 1.0.100.  Upstream
PR opened to fix that.
  • Loading branch information
ctz committed Sep 9, 2024
1 parent 380a7d5 commit a59c59d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
27 changes: 7 additions & 20 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ring = ["dep:ring"]
std = ["alloc", "pki-types/std"]

[dependencies]
aws-lc-rs = { version = "1.8.1", optional = true, default-features = false, features = ["aws-lc-sys"] }
aws-lc-rs = { version = "1.9", optional = true, default-features = false, features = ["aws-lc-sys"] }
pki-types = { package = "rustls-pki-types", version = "1.7", default-features = false }
ring = { version = "0.17", default-features = false, optional = true }
untrusted = "0.9"
Expand Down

0 comments on commit a59c59d

Please sign in to comment.