mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
chore(deps): update rust crate rustls to 0.23 [security]
This commit is contained in:
parent
68805b10a8
commit
0ffb31035a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ pkcs8 = { version = "0.10" }
|
|||
rand = "0.8"
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
rsa = { version = "0.9.6", features = ["sha2", "pem"] }
|
||||
rustls = { version = "0.22" }
|
||||
rustls = { version = "0.23" }
|
||||
secp256k1 = { version = "0.29", features = ["rand-std", "global-context"] }
|
||||
serde = { version = "1", features = ["derive", "rc"] }
|
||||
serde_json = "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue