mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
chore: prepare release tags
* set `publish = false` for multiple Cargo.toml files * cargo update * fix taplo.toml * sort `workspace.dependencies` * add `cargo-release` to nix shell Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
108ef8cc07
commit
7743c1321a
16 changed files with 99 additions and 95 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -20,7 +20,6 @@ actix-http = "3"
|
|||
actix-tls = "3"
|
||||
actix-web = { version = "4.5", features = ["rustls-0_22"] }
|
||||
anyhow = "1.0.82"
|
||||
ctrlc = "3.4"
|
||||
awc = { version = "3.4", features = ["rustls-0_22-webpki-roots"] }
|
||||
base64 = "0.22.0"
|
||||
bitflags = "2.5"
|
||||
|
@ -28,6 +27,7 @@ bytemuck = { version = "1.15.0", features = ["derive", "min_const_generics", "ex
|
|||
bytes = "1"
|
||||
clap = { version = "4.5", features = ["std", "derive", "env", "error-context", "help", "usage", "wrap_help"], default-features = false }
|
||||
const-oid = { version = "0.9", default-features = false }
|
||||
ctrlc = "3.4"
|
||||
der = "0.7.9"
|
||||
enumset = { version = "1.1", features = ["serde"] }
|
||||
futures-core = { version = "0.3.30", features = ["alloc"], default-features = false }
|
||||
|
@ -36,12 +36,11 @@ hex = { version = "0.4.3", features = ["std"], default-features = false }
|
|||
intel-tee-quote-verification-rs = { package = "teepot-tee-quote-verification-rs", path = "crates/teepot-tee-quote-verification-rs", version = "0.2.3-alpha.1" }
|
||||
intel-tee-quote-verification-sys = { version = "0.2.1" }
|
||||
jsonrpsee-types = { version = "0.23", default-features = false }
|
||||
secp256k1 = { version = "0.29", features = ["rand-std", "global-context"] }
|
||||
log = "0.4"
|
||||
num-integer = "0.1.46"
|
||||
num-traits = "0.2.18"
|
||||
pgp = "0.13"
|
||||
p256 = "0.13.2"
|
||||
pgp = "0.13"
|
||||
pkcs8 = { version = "0.10" }
|
||||
rand = "0.8"
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
|
@ -50,6 +49,7 @@ rsa = { version = "0.9.6", features = ["sha2", "pem"] }
|
|||
rustls = { version = "0.22" }
|
||||
rustls-pemfile = "2"
|
||||
sec1 = { version = "0.7.3", features = ["der"], default-features = false }
|
||||
secp256k1 = { version = "0.29", features = ["rand-std", "global-context"] }
|
||||
serde = { version = "1", features = ["derive", "rc"] }
|
||||
serde_json = "1"
|
||||
serde_with = { version = "3.8", features = ["base64", "hex"] }
|
||||
|
@ -64,9 +64,9 @@ tracing-actix-web = "0.7"
|
|||
tracing-log = "0.2"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
url = "2.5.2"
|
||||
webpki-roots = "0.26.1"
|
||||
x509-cert = { version = "0.2", features = ["builder", "signature"] }
|
||||
zeroize = { version = "1.7.0", features = ["serde"] }
|
||||
webpki-roots = "0.26.1"
|
||||
zksync_basic_types = "=0.1.0"
|
||||
zksync_web3_decl = "=0.1.0"
|
||||
zksync_types = "=0.1.0"
|
||||
zksync_web3_decl = "=0.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue