Skip to content

Commit 2c47d43

Browse files
boquan-fangBoquan Fang
and
Boquan Fang
authored
chore: binding release 0.3.12 (#5128)
Co-authored-by: Boquan Fang <[email protected]>
1 parent 493248b commit 2c47d43

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

bindings/rust/extended/s2n-tls-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "s2n-tls-sys"
33
description = "A C99 implementation of the TLS/SSL protocols"
4-
version = "0.3.11"
4+
version = "0.3.12"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.63.0"

bindings/rust/extended/s2n-tls-sys/templates/Cargo.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "s2n-tls-sys"
33
description = "A C99 implementation of the TLS/SSL protocols"
4-
version = "0.3.11"
4+
version = "0.3.12"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.63.0"

bindings/rust/extended/s2n-tls-tokio/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "s2n-tls-tokio"
33
description = "An implementation of TLS streams for Tokio built on top of s2n-tls"
4-
version = "0.3.11"
4+
version = "0.3.12"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.63.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.
1717
libc = { version = "0.2.121" }
1818
pin-project-lite = { version = "0.2" }
19-
s2n-tls = { version = "=0.3.11", path = "../s2n-tls" }
19+
s2n-tls = { version = "=0.3.12", path = "../s2n-tls" }
2020
tokio = { version = "1", features = ["net", "time"] }
2121

2222
[dev-dependencies]

bindings/rust/extended/s2n-tls/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "s2n-tls"
33
description = "A C99 implementation of the TLS/SSL protocols"
4-
version = "0.3.11"
4+
version = "0.3.12"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.63.0"
@@ -22,7 +22,7 @@ unstable-testing = []
2222
errno = { version = "0.3" }
2323
# A minimum libc version of 0.2.121 is required by aws-lc-sys 0.14.0.
2424
libc = "0.2.121"
25-
s2n-tls-sys = { version = "=0.3.11", path = "../s2n-tls-sys", features = ["internal"] }
25+
s2n-tls-sys = { version = "=0.3.12", path = "../s2n-tls-sys", features = ["internal"] }
2626
pin-project-lite = "0.2"
2727
hex = "0.4"
2828

bindings/rust/standard/s2n-tls-hyper/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "s2n-tls-hyper"
33
description = "A compatbility crate allowing s2n-tls to be used with the hyper HTTP library"
4-
version = "0.0.3"
4+
version = "0.0.4"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.74.0"
@@ -12,8 +12,8 @@ license = "Apache-2.0"
1212
default = []
1313

1414
[dependencies]
15-
s2n-tls = { version = "=0.3.11", path = "../../extended/s2n-tls" }
16-
s2n-tls-tokio = { version = "=0.3.11", path = "../../extended/s2n-tls-tokio" }
15+
s2n-tls = { version = "=0.3.12", path = "../../extended/s2n-tls" }
16+
s2n-tls-tokio = { version = "=0.3.12", path = "../../extended/s2n-tls-tokio" }
1717
# A minimum hyper version of 1.3 is required by hyper-util 0.1.4:
1818
# https://github.com/hyperium/hyper-util/blob/3f6a92ecd019b8d534d2945564d3ab8a92ff1f41/Cargo.toml#L34
1919
hyper = { version = "1.3" }

0 commit comments

Comments
 (0)