File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " s2n-tls-sys"
33description = " A C99 implementation of the TLS/SSL protocols"
4- version = " 0.3.33 "
4+ version = " 0.3.34 "
55authors = [" AWS s2n" ]
66edition = " 2021"
77rust-version = " 1.72.0"
Original file line number Diff line number Diff line change 11[package]
22name = "s2n-tls-sys"
33description = "A C99 implementation of the TLS/SSL protocols"
4- version = "0.3.33 "
4+ version = "0.3.34 "
55authors = ["AWS s2n"]
66edition = "2021"
77rust-version = "1.72.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " s2n-tls-tokio"
33description = " An implementation of TLS streams for Tokio built on top of s2n-tls"
4- version = " 0.3.33 "
4+ version = " 0.3.34 "
55authors = [" AWS s2n" ]
66edition = " 2021"
77rust-version = " 1.72.0"
@@ -16,7 +16,7 @@ errno = { version = "0.3" }
1616# A minimum libc version of 0.2.121 is required by aws-lc-sys 0.14.0.
1717libc = { version = " 0.2.121" }
1818pin-project-lite = { version = " 0.2" }
19- s2n-tls = { version = " =0.3.33 " , path = " ../s2n-tls" }
19+ s2n-tls = { version = " =0.3.34 " , path = " ../s2n-tls" }
2020tokio = { version = " 1" , features = [" net" , " time" ] }
2121
2222[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " s2n-tls"
33description = " A C99 implementation of the TLS/SSL protocols"
4- version = " 0.3.33 "
4+ version = " 0.3.34 "
55authors = [" AWS s2n" ]
66edition = " 2021"
77rust-version = " 1.72.0"
@@ -26,7 +26,7 @@ unstable-testing = []
2626errno = { version = " 0.3" }
2727# A minimum libc version of 0.2.121 is required by aws-lc-sys 0.14.0.
2828libc = " 0.2.121"
29- s2n-tls-sys = { version = " =0.3.33 " , path = " ../s2n-tls-sys" , features = [" internal" ] }
29+ s2n-tls-sys = { version = " =0.3.34 " , path = " ../s2n-tls-sys" , features = [" internal" ] }
3030pin-project-lite = " 0.2"
3131hex = " 0.4"
3232
You can’t perform that action at this time.
0 commit comments