File tree 3 files changed +6
-9
lines changed
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,11 @@ 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
+ libc = "0.2"
45
44
46
45
[build-dependencies]
47
46
cc = { version = "1.0.100", features = ["parallel"] }
Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ 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
+ libc = { version = " 0.2" }
18
17
pin-project-lite = { version = " 0.2" }
19
18
s2n-tls = { version = " =0.3.9" , path = " ../s2n-tls" }
20
19
tokio = { version = " 1" , features = [" net" , " time" ] }
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ 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
+ libc = " 0.2"
25
24
s2n-tls-sys = { version = " =0.3.9" , path = " ../s2n-tls-sys" , features = [" internal" ] }
26
25
pin-project-lite = " 0.2"
27
26
hex = " 0.4"
You can’t perform that action at this time.
0 commit comments