mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
chore(deps): update rust crate rustls-pemfile to v2
This commit is contained in:
parent
0c1018a7f1
commit
dcbd5714de
2 changed files with 4 additions and 3 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -2111,11 +2111,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rustls-pemfile"
|
||||
version = "1.0.4"
|
||||
version = "2.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
||||
checksum = "35e4980fa29e4c4b212ffb3db068a564cbf560e51d3944b7c88bd8bf5bec64f4"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"rustls-pki-types",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -91,7 +91,7 @@ rand = "0.8"
|
|||
ring = { version = "0.17.7", features = ["std"], default-features = false }
|
||||
rsa = { version = "0.9.6", features = ["sha2"] }
|
||||
rustls = { version = "0.22" }
|
||||
rustls-pemfile = "1"
|
||||
rustls-pemfile = "2"
|
||||
sec1 = { version = "0.7.3", features = ["der"], default-features = false }
|
||||
serde = { version = "1", features = ["derive", "rc"] }
|
||||
serde_json = "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue