diff --git a/Cargo.toml b/Cargo.toml index f5a99bd..2df06b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,10 +6,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -keri-core = { version = "0.17.1", features = ["oobi", "mailbox"]} -keri-controller = { version = "0.17.1"} -said = { version = "0.4.0", features = ["macros"]} -cesrox = { version = "0.1.6", features = ["cesr-proof"] } +keri-core = { version = "0.17.2", features = ["oobi", "mailbox"]} +keri-controller = { version = "0.17.2"} +said = { version = "0.4.2", features = ["macros"]} +cesrox = { version = "0.1.7", features = ["cesr-proof"] } anyhow = { version = "1.0" } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } @@ -30,7 +30,7 @@ serde_yaml = "0.9.30" base64 = "0.22.1" tabled = "0.16.0" futures = "0.3.31" -teliox = { version = "0.17.1"} +teliox = { version = "0.17.2"} tempfile = "3.10.0" redb = "2.4.0" serde_cbor = "0.11.2" diff --git a/src/temporary_identifier.rs b/src/temporary_identifier.rs index 128e40f..3b10139 100644 --- a/src/temporary_identifier.rs +++ b/src/temporary_identifier.rs @@ -9,7 +9,7 @@ use keri_controller::{ }; use keri_core::{ actor::{ - error::ActorError, prelude::Message, simple_controller::PossibleResponse, QueryError, + error::ActorError, prelude::Message, possible_response::PossibleResponse, QueryError, SignedQueryError, }, processor::escrow::EscrowConfig,