diff --git a/native/aa-ffi-node/Cargo.lock b/native/aa-ffi-node/Cargo.lock index 64ce5f8d..78b1500a 100644 --- a/native/aa-ffi-node/Cargo.lock +++ b/native/aa-ffi-node/Cargo.lock @@ -22,8 +22,8 @@ dependencies = [ [[package]] name = "aa-proto" -version = "0.0.1-beta.4" -source = "git+https://github.com/ai-agent-assembly/agent-assembly.git?rev=743646f0080b33df675db3d6a0e37efedbc49f79#743646f0080b33df675db3d6a0e37efedbc49f79" +version = "0.0.1-rc.1" +source = "git+https://github.com/ai-agent-assembly/agent-assembly.git?rev=de19926b5061108b2d9ffddae73bcdb598dc07d5#de19926b5061108b2d9ffddae73bcdb598dc07d5" dependencies = [ "prost", "tonic", @@ -33,8 +33,8 @@ dependencies = [ [[package]] name = "aa-sdk-client" -version = "0.0.1-beta.4" -source = "git+https://github.com/ai-agent-assembly/agent-assembly.git?rev=743646f0080b33df675db3d6a0e37efedbc49f79#743646f0080b33df675db3d6a0e37efedbc49f79" +version = "0.0.1-rc.1" +source = "git+https://github.com/ai-agent-assembly/agent-assembly.git?rev=de19926b5061108b2d9ffddae73bcdb598dc07d5#de19926b5061108b2d9ffddae73bcdb598dc07d5" dependencies = [ "aa-proto", "aa-security", @@ -51,8 +51,8 @@ dependencies = [ [[package]] name = "aa-security" -version = "0.0.1-beta.4" -source = "git+https://github.com/ai-agent-assembly/agent-assembly.git?rev=743646f0080b33df675db3d6a0e37efedbc49f79#743646f0080b33df675db3d6a0e37efedbc49f79" +version = "0.0.1-rc.1" +source = "git+https://github.com/ai-agent-assembly/agent-assembly.git?rev=de19926b5061108b2d9ffddae73bcdb598dc07d5#de19926b5061108b2d9ffddae73bcdb598dc07d5" dependencies = [ "aho-corasick", ] diff --git a/native/aa-ffi-node/Cargo.toml b/native/aa-ffi-node/Cargo.toml index 8a9b1458..21cc0d3b 100644 --- a/native/aa-ffi-node/Cargo.toml +++ b/native/aa-ffi-node/Cargo.toml @@ -26,8 +26,8 @@ crate-type = ["cdylib"] # downgrade detection reflects the installed @agent-assembly/sdk release. # Re-pin to the squash-merge commit once PR #1226 lands on master. (Prior pin # ebc4d7dc / AAASM-3415 added `team_id` / `parent_agent_id`, still forwarded.) -aa-sdk-client = { git = "https://github.com/ai-agent-assembly/agent-assembly.git", rev = "743646f0080b33df675db3d6a0e37efedbc49f79", package = "aa-sdk-client" } -aa-proto = { git = "https://github.com/ai-agent-assembly/agent-assembly.git", rev = "743646f0080b33df675db3d6a0e37efedbc49f79", package = "aa-proto" } +aa-sdk-client = { git = "https://github.com/ai-agent-assembly/agent-assembly.git", rev = "de19926b5061108b2d9ffddae73bcdb598dc07d5", package = "aa-sdk-client" } +aa-proto = { git = "https://github.com/ai-agent-assembly/agent-assembly.git", rev = "de19926b5061108b2d9ffddae73bcdb598dc07d5", package = "aa-proto" } napi = { version = "3", default-features = false, features = ["napi8", "tokio_rt", "serde-json"] } napi-derive = "3" prost = "0.14"