From c42258ff66eb4d17d5945a9fcacc4e5b07f8edea Mon Sep 17 00:00:00 2001 From: hozan23 Date: Sat, 12 Oct 2024 22:06:35 +0200 Subject: Move the dependencies to the workspace cargo.toml file --- jsonrpc/impl/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'jsonrpc/impl') diff --git a/jsonrpc/impl/Cargo.toml b/jsonrpc/impl/Cargo.toml index cf001e1..0bf7890 100644 --- a/jsonrpc/impl/Cargo.toml +++ b/jsonrpc/impl/Cargo.toml @@ -19,8 +19,8 @@ smol = [] tokio = [] [dependencies] -proc-macro2 = "1.0" -quote = "1.0" -syn = { version = "2.0", features = ["full"] } +proc-macro2 = { workspace = true } +quote = { workspace = true } +syn = { workspace = true, features = ["full"] } -serde_json = "1.0.117" +serde_json = { workspace = true } -- cgit v1.2.3