diff --git a/crates/ogar-auth/Cargo.toml b/crates/ogar-auth/Cargo.toml index 7997f05..ebb33eb 100644 --- a/crates/ogar-auth/Cargo.toml +++ b/crates/ogar-auth/Cargo.toml @@ -21,7 +21,7 @@ ogar-encryption = { path = "../ogar-encryption" } # the parallel identity normalizer the ownership ruling forbids. Downward dep # only — the contract is zero-dep and never reaches back into OGAR. Same git # pattern as `ogar-class-view`. -lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "claude/patient-identity-architecture-r8lhi5" } +lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "main" } # Argon2id PHC hash+verify (the login-credential path — distinct from the # envelope KDF). Default features carry `password-hash` + `rand` (OsRng salt). diff --git a/crates/ogar-rbac/Cargo.toml b/crates/ogar-rbac/Cargo.toml index c84105b..f70c786 100644 --- a/crates/ogar-rbac/Cargo.toml +++ b/crates/ogar-rbac/Cargo.toml @@ -21,9 +21,9 @@ ogar-vocab = { path = "../ogar-vocab" } # The zero-dep socket: `ClassRbac`, `ClassId`, `Operation`, `ClassGrant`, # `OpMask`, `WideFieldMask`. Downward dep only — the contract never reaches # back into OGAR. -lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "claude/patient-identity-architecture-r8lhi5" } +lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "main" } # The GENERIC kernel (`authorize`, `authorize_scoped`, `ScopedDecision`). # Consumed, never cloned: the algorithm is consumer-agnostic and stays where it # is. This crate supplies the impl and the grant data, not the mechanics. -lance-graph-rbac = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "claude/patient-identity-architecture-r8lhi5" } +lance-graph-rbac = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "main" }