diff --git a/Cargo.lock b/Cargo.lock index db057fb5..7721e854 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1029,8 +1029,7 @@ dependencies = [ [[package]] name = "parsec-interface" version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9ad975a39f98e38b5897402887862df08b083fcfc7bdc209145b2f9851b165a" +source = "git+https://github.com/parallaxsecond/parsec-interface-rs.git?rev=b2a4b6656f693b61f7fdac593de5fbbb1853d58e#b2a4b6656f693b61f7fdac593de5fbbb1853d58e" dependencies = [ "bincode", "derivative", diff --git a/Cargo.toml b/Cargo.toml index a5f1c01d..c6bf672f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ name = "parsec" path = "src/bin/main.rs" [dependencies] -parsec-interface = "0.26.0" +parsec-interface = { git = "https://github.com/parallaxsecond/parsec-interface-rs.git", rev = "b2a4b6656f693b61f7fdac593de5fbbb1853d58e" } rand = { version = "0.8.3", features = ["small_rng"], optional = true } base64 = "0.13.0" uuid = "0.8.2" diff --git a/e2e_tests/Cargo.toml b/e2e_tests/Cargo.toml index 30d56019..a385d167 100644 --- a/e2e_tests/Cargo.toml +++ b/e2e_tests/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] serde = { version = "1.0.123", features = ["derive"] } -parsec-client = { git = "https://github.com/parallaxsecond/parsec-client-rust", rev = "bf01a58fe20a65f6151fc32c7c6c9d09ae7b741f", features = ["testing", "spiffe-auth"] } +parsec-client = { git = "https://github.com/parallaxsecond/parsec-client-rust", rev = "fd083591923c4aeab2bb3eb9c5d0be3c3b48bd37", features = ["testing", "spiffe-auth"] } log = "0.4.14" # Compatible version with crate rsa rand = "0.7.3"