From f6f4cd8fcb5dd85e62cf7b10624784f8d4bdd71a Mon Sep 17 00:00:00 2001 From: diogo464 Date: Thu, 12 Feb 2026 16:30:05 +0000 Subject: switch to postcard --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 13032d9..92d2614 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,12 +15,12 @@ members = ["urpc-macro"] [dependencies] urpc-macro = { path = "urpc-macro" } -bincode = { version = "2.0.1", features = ["serde"] } bytes = { version = "1.10.1", features = ["serde"] } futures = "0.3.31" serde = { version = "1.0.219", features = ["derive"] } tokio = { version = "1.44.1", features = ["full"] } tokio-util = { version = "0.7.14", features = ["codec"] } +postcard = { version = "1.1.3", features = ["use-std"] } [dev-dependencies] tokio-test = "0.4" -- cgit