Skip to content

Commit 97b392d

Browse files
Update Rust crate rustls to v0.23.12
1 parent b960756 commit 97b392d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/integration/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ qos_hex = { path = "../qos_hex" }
1515
qos_p256 = { path = "../qos_p256", features = ["mock"] }
1616
qos_test_primitives = { path = "../qos_test_primitives" }
1717

18-
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"], default-features = false }
18+
tokio = { version = "1.33", features = ["macros", "rt-multi-thread"], default-features = false }
1919
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
2020
nix = { version = "0.26", features = ["socket"], default-features = false }
2121
rustls = { version = "0.23.5" }

src/qos_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ qos_p256 = { path = "../qos_p256" }
1111
qos_nsm = { path = "../qos_nsm", default-features = false }
1212

1313
nix = { version = "0.26", features = ["socket"], default-features = false }
14-
libc = "=0.2.149"
14+
libc = "=0.2.148"
1515
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
1616

1717
# For AWS Nitro

0 commit comments

Comments
 (0)