diff --git a/Cargo.lock b/Cargo.lock index df15d2e..b16200b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,9 +96,9 @@ dependencies = [ [[package]] name = "agent-client-protocol-schema" -version = "0.12.2" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a70aab68a140a59aa23a0d74ada56c8ae1960378549420cd46940daa54d41a8" +checksum = "5d903f69a5ff7b54aed75f4121bc71b6365b3f2eecbe7825d2f35109c24bdcec" dependencies = [ "anyhow", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index 06c5228..3bc03a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,13 +28,13 @@ agent-client-protocol-test = { path = "src/agent-client-protocol-test" } agent-client-protocol-trace-viewer = { path = "src/agent-client-protocol-trace-viewer", version = "0.11.0" } yopo = { package = "agent-client-protocol-yopo", path = "src/yopo" } +# Protocol +agent-client-protocol-schema = { version = "=0.13.0", features = ["tracing"] } + # Core async runtime tokio = { version = "1.52", features = ["full"] } tokio-util = { version = "0.7", features = ["compat"] } -# Protocol -agent-client-protocol-schema = { version = "=0.12.2", features = ["tracing"] } - # Serialization serde = { version = "1.0", features = ["derive", "rc"] } serde_json = { version = "1", features = ["raw_value"] }