mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
chore: cargo update
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
68805b10a8
commit
0b67a14cd1
9 changed files with 740 additions and 502 deletions
|
@ -17,9 +17,9 @@ homepage = "https://github.com/matter-labs/teepot"
|
|||
|
||||
[workspace.dependencies]
|
||||
actix-http = "3"
|
||||
actix-web = { version = "4.5", features = ["rustls-0_22"] }
|
||||
actix-web = { version = "4.5", features = ["rustls-0_23"] }
|
||||
anyhow = "1.0.82"
|
||||
awc = { version = "3.4", features = ["rustls-0_22-webpki-roots"] }
|
||||
awc = { version = "3.4", features = ["rustls-0_23-webpki-roots"] }
|
||||
base64 = "0.22.0"
|
||||
bytemuck = { version = "1.15.0", features = ["derive", "min_const_generics", "extern_crate_std"] }
|
||||
bytes = "1"
|
||||
|
@ -36,12 +36,12 @@ jsonrpsee-types = { version = "0.23", default-features = false }
|
|||
num-integer = "0.1.46"
|
||||
num-traits = "0.2.18"
|
||||
p256 = "0.13.2"
|
||||
pgp = "0.13"
|
||||
pgp = "0.14.2"
|
||||
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.20" }
|
||||
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