Update boring and allow settings fips

This commit is contained in:
Jan Rüth 2023-11-27 14:06:24 +01:00 committed by Jan
commit d3f5d31ddd
2 changed files with 3 additions and 3 deletions

View file

@ -17,6 +17,6 @@ default-members = [
resolver = "2"
[workspace.dependencies]
boring = { version = "4.0", default-features = false }
boring-sys = { version = "4.0", default-features = false }
boring = { version = "4", default-features = false }
boring-sys = { version = "4", default-features = false }
rustls = { version = "=0.22.0-alpha.5", default-features = false }