Skip to content

Commit

Permalink
Update Rust crate rustls to v0.23.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent b960756 commit 97b392d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ qos_hex = { path = "../qos_hex" }
qos_p256 = { path = "../qos_p256", features = ["mock"] }
qos_test_primitives = { path = "../qos_test_primitives" }

tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"], default-features = false }
tokio = { version = "1.33", features = ["macros", "rt-multi-thread"], default-features = false }
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
nix = { version = "0.26", features = ["socket"], default-features = false }
rustls = { version = "0.23.5" }
Expand Down
2 changes: 1 addition & 1 deletion src/qos_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ qos_p256 = { path = "../qos_p256" }
qos_nsm = { path = "../qos_nsm", default-features = false }

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

# For AWS Nitro
Expand Down

0 comments on commit 97b392d

Please sign in to comment.