mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 23:44:48 +02:00
chore(deps): update rust crate rustls to 0.23
This commit is contained in:
parent
9901758ffa
commit
effa0b583f
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ pkcs8 = { version = "0.10" }
|
|||
rand = "0.8"
|
||||
ring = { version = "0.17.8", features = ["std"], default-features = false }
|
||||
rsa = { version = "0.9.6", features = ["sha2", "pem"] }
|
||||
rustls = { version = "0.22" }
|
||||
rustls = { version = "0.23" }
|
||||
rustls-pemfile = "2"
|
||||
sec1 = { version = "0.7.3", features = ["der"], default-features = false }
|
||||
serde = { version = "1", features = ["derive", "rc"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue