diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 665b74c14d..ccf350f343 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -18,14 +18,14 @@ log = "0.4" primitive-types = { version = "0.12.1", features = ["codec"] } rand = "0.8.5" rayon = "1.5.1" +regex = "1.9.5" reqwest = { version = "0.11", features = ["blocking", "json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sgx_crypto_helper = { branch = "master", git = "https://github.com/apache/teaclave-sgx-sdk.git" } thiserror = "1.0" -ws = { version = "0.9.1", features = ["ssl"] } urlencoding = "2.1.3" -regex = "1.9.5" +ws = { version = "0.9.1", features = ["ssl"] } # scs / integritee my-node-runtime = { package = "integritee-node-runtime", git = "https://github.com/integritee-network/integritee-node.git", branch = "sdk-v0.12.0-polkadot-v0.9.42" }