From 1a3ef2d77ab54bfe286f7400ac0cee2e25ea14e3 Mon Sep 17 00:00:00 2001 From: hozan23 Date: Mon, 24 Jun 2024 20:26:03 +0200 Subject: update dependencies --- jsonrpc/jsonrpc_macro/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jsonrpc/jsonrpc_macro/Cargo.toml') diff --git a/jsonrpc/jsonrpc_macro/Cargo.toml b/jsonrpc/jsonrpc_macro/Cargo.toml index 36eabc0..cf001e1 100644 --- a/jsonrpc/jsonrpc_macro/Cargo.toml +++ b/jsonrpc/jsonrpc_macro/Cargo.toml @@ -21,6 +21,6 @@ tokio = [] [dependencies] proc-macro2 = "1.0" quote = "1.0" -syn = { version = "1.0", features = ["full"] } +syn = { version = "2.0", features = ["full"] } -serde_json = "1.0.114" +serde_json = "1.0.117" -- cgit v1.2.3