mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
chore(deps): Update all dependencies to latest
This commit is contained in:
parent
f7c3717241
commit
412e3b1698
6 changed files with 304 additions and 315 deletions
|
@ -12,7 +12,7 @@ categories = ["api-bindings", "cryptography", "authentication"]
|
|||
|
||||
[dependencies]
|
||||
base64.workspace = true
|
||||
percent-encoding = "2.3.1"
|
||||
percent-encoding.workspace = true
|
||||
reqwest = { workspace = true, features = ["json"] }
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
@ -23,7 +23,7 @@ url.workspace = true
|
|||
[dev-dependencies]
|
||||
base64.workspace = true
|
||||
hex.workspace = true
|
||||
mockito = "1.4"
|
||||
mockito.workspace = true
|
||||
x509-cert.workspace = true
|
||||
|
||||
[[example]]
|
||||
|
|
|
@ -8,14 +8,14 @@ authors.workspace = true
|
|||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-http = "3"
|
||||
actix-http.workspace = true
|
||||
actix-web.workspace = true
|
||||
anyhow.workspace = true
|
||||
awc.workspace = true
|
||||
bytes.workspace = true
|
||||
clap.workspace = true
|
||||
const-oid.workspace = true
|
||||
futures-core = { version = "0.3.30", features = ["alloc"], default-features = false }
|
||||
futures-core = { workspace = true, features = ["alloc"] }
|
||||
hex.workspace = true
|
||||
pgp.workspace = true
|
||||
rustls.workspace = true
|
||||
|
@ -26,7 +26,7 @@ sha2.workspace = true
|
|||
teepot.workspace = true
|
||||
thiserror.workspace = true
|
||||
tracing.workspace = true
|
||||
webpki-roots = "1.0.0"
|
||||
webpki-roots.workspace = true
|
||||
x509-cert.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -11,8 +11,8 @@ authors.workspace = true
|
|||
repository.workspace = true
|
||||
|
||||
[target.'cfg(not(all(target_os = "linux", target_arch = "x86_64")))'.dependencies]
|
||||
dcap-qvl = "0.2.3"
|
||||
chrono = "0.4.40"
|
||||
dcap-qvl.workspace = true
|
||||
chrono.workspace = true
|
||||
bytes.workspace = true
|
||||
|
||||
[features]
|
||||
|
@ -28,7 +28,7 @@ clap.workspace = true
|
|||
config.workspace = true
|
||||
const-oid.workspace = true
|
||||
enumset.workspace = true
|
||||
futures = "0.3.31"
|
||||
futures.workspace = true
|
||||
getrandom.workspace = true
|
||||
hex.workspace = true
|
||||
num-integer.workspace = true
|
||||
|
@ -49,7 +49,7 @@ serde_json.workspace = true
|
|||
sha2.workspace = true
|
||||
sha3.workspace = true
|
||||
signature.workspace = true
|
||||
teepot-tee-quote-verification-rs = { path = "../teepot-tee-quote-verification-rs", optional = true }
|
||||
teepot-tee-quote-verification-rs = { workspace = true, optional = true }
|
||||
thiserror.workspace = true
|
||||
tokio.workspace = true
|
||||
tracing.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue