diff --git a/Cargo.lock b/Cargo.lock index aaa619b5..7ab6f19a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -570,7 +570,7 @@ dependencies = [ [[package]] name = "parsec-service" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "base64 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index e70ccb20..aa49aa88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parsec-service" -version = "0.6.0" +version = "0.7.0" authors = ["Parsec Project Contributors"] description = "A language-agnostic API to secure services in a platform-agnostic way" license = "Apache-2.0" diff --git a/e2e_tests/Cargo.toml b/e2e_tests/Cargo.toml index 6085f1d5..605dc2cb 100644 --- a/e2e_tests/Cargo.toml +++ b/e2e_tests/Cargo.toml @@ -3,10 +3,7 @@ [package] name = "e2e_tests" version = "0.1.0" -authors = ["Anton Antonov ", - "Paul Howard ", - "Ionut Mihalcea ", - "Hugues de Valon "] +authors = ["Parsec Project Contributors"] description = "End to end testing framework for PARSEC" license = "Apache-2.0" edition = "2018" @@ -14,7 +11,7 @@ publish = false [dependencies] serde = { version = "1.0.123", features = ["derive"] } -parsec-client = { git = "https://github.com/parallaxsecond/parsec-client-rust.git", rev = "8c02c93b5a1d2017e24eb706002559ed160e611a", features = ["testing"] } +parsec-client = { version = "0.12.0", features = ["testing"] } log = "0.4.14" # Compatible version with crate rsa rand = "0.7.3"