File tree 4 files changed +12
-9
lines changed
4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -410,3 +410,5 @@ jobs:
410
410
run : |
411
411
cargo +${{env.RUST_NIGHTLY_TOOLCHAIN}} minimal-versions check --direct --ignore-private
412
412
cargo +${{env.RUST_NIGHTLY_TOOLCHAIN}} minimal-versions check --direct --ignore-private --all-features
413
+ cargo +${{env.RUST_NIGHTLY_TOOLCHAIN}} minimal-versions check --ignore-private
414
+ cargo +${{env.RUST_NIGHTLY_TOOLCHAIN}} minimal-versions check --ignore-private --all-features
Original file line number Diff line number Diff line change @@ -36,12 +36,13 @@ stacktrace = []
36
36
# unstable-foo = []
37
37
38
38
[dependencies]
39
- # aws-lc-rs 1.6.4 adds DEP_AWS_LC environment variables which are required to build s2n-tls-sys:
39
+ # aws-lc-rs 1.12.0 specifies a minimum version for aws-lc-sys and aws-lc-fips-sys that include
40
+ # DEP_AWS_LC environment variables, which are required to build s2n-tls-sys:
40
41
# https://github.com/aws/aws-lc-rs/pull/335
41
- aws-lc-rs = { version = "1.6.4 " }
42
- # aws-lc-rs 1.6.4 depends on aws-lc-sys 0.14.0 , which requires libc 0.2.121 :
43
- # https://github.com/aws/aws-lc- rs/blob/2298ca861234d4f43aecef2c7d7e822c60bc488a/aws-lc-sys/ Cargo.toml#L65
44
- libc = "0.2.121 "
42
+ aws-lc-rs = { version = "1.12.0 " }
43
+ # cc 1.0.100 depends on jobserver 0.1.30 , which requires libc 0.2.87 :
44
+ # https://github.com/rust-lang/jobserver- rs/blob/4ac8212169e06f427ccd4da985cf023a483fc6a6/ Cargo.toml#L16
45
+ libc = "0.2.87 "
45
46
46
47
[build-dependencies]
47
48
cc = { version = "1.0.100", features = ["parallel"] }
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ default = []
13
13
14
14
[dependencies ]
15
15
errno = { version = " 0.3" }
16
- # A minimum libc version of 0.2.121 is required by aws-lc-sys 0.14.0 .
17
- libc = { version = " 0.2.121 " }
16
+ # A minimum libc version of 0.2.87 is required by jobserver 0.1.30 .
17
+ libc = { version = " 0.2.87 " }
18
18
pin-project-lite = { version = " 0.2" }
19
19
s2n-tls = { version = " =0.3.9" , path = " ../s2n-tls" }
20
20
tokio = { version = " 1" , features = [" net" , " time" ] }
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ unstable-testing = []
20
20
21
21
[dependencies ]
22
22
errno = { version = " 0.3" }
23
- # A minimum libc version of 0.2.121 is required by aws-lc-sys 0.14.0 .
24
- libc = " 0.2.121 "
23
+ # A minimum libc version of 0.2.87 is required by jobserver 0.1.30 .
24
+ libc = { version = " 0.2.87 " }
25
25
s2n-tls-sys = { version = " =0.3.9" , path = " ../s2n-tls-sys" , features = [" internal" ] }
26
26
pin-project-lite = " 0.2"
27
27
hex = " 0.4"
You can’t perform that action at this time.
0 commit comments