Skip to content

Commit 138e3ec

Browse files
authored
chore: Bump Rust bindings v1.4.18 (#4656)
1 parent a33dfab commit 138e3ec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
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.2.8"
4+
version = "0.2.9"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.63.0"

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

Lines changed: 2 additions & 2 deletions
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.2.8"
4+
version = "0.2.9"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.63.0"
@@ -15,7 +15,7 @@ default = []
1515
errno = { version = "0.3" }
1616
libc = { version = "0.2" }
1717
pin-project-lite = { version = "0.2" }
18-
s2n-tls = { version = "=0.2.8", path = "../s2n-tls" }
18+
s2n-tls = { version = "=0.2.9", path = "../s2n-tls" }
1919
tokio = { version = "1", features = ["net", "time"] }
2020

2121
[dev-dependencies]

bindings/rust/s2n-tls/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.2.8"
4+
version = "0.2.9"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.63.0"
@@ -19,7 +19,7 @@ pq = ["s2n-tls-sys/pq"]
1919
[dependencies]
2020
errno = { version = "0.3" }
2121
libc = "0.2"
22-
s2n-tls-sys = { version = "=0.2.8", path = "../s2n-tls-sys", features = ["internal"] }
22+
s2n-tls-sys = { version = "=0.2.9", path = "../s2n-tls-sys", features = ["internal"] }
2323
pin-project-lite = "0.2"
2424
hex = "0.4"
2525

0 commit comments

Comments
 (0)