Bump and cleanup deps and fix lints
This commit is contained in:
parent
aa6e1c36f8
commit
490340afa7
11 changed files with 38 additions and 50 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -2,10 +2,10 @@
|
|||
members = [
|
||||
# things that should probably be in boring crate
|
||||
"boring-additions",
|
||||
# things that should probably be in boring-sys crate
|
||||
"boring-sys-additions",
|
||||
# the main library and tests
|
||||
"boring-rustls-provider",
|
||||
# things that should probably be in boring-sys crate
|
||||
"boring-sys-additions",
|
||||
# tests and example code
|
||||
"examples",
|
||||
]
|
||||
|
|
@ -22,6 +22,6 @@ boring-sys = { version = "4", default-features = false }
|
|||
rustls = { version = "0.23", default-features = false }
|
||||
rustls-pemfile = { version = "2" }
|
||||
rustls-pki-types = { version = "1" }
|
||||
tokio-rustls = { version = "0.26", default-features = false }
|
||||
webpki = { package = "rustls-webpki", version = "0.102", default-features = false }
|
||||
webpki-roots = { version = "0.26" }
|
||||
tokio-rustls = { version = "0.26", default-features = false }
|
||||
webpki = { package = "rustls-webpki", version = "0.103", default-features = false }
|
||||
webpki-roots = { version = "1.0" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue