From e9ae00db22f30fcf0cfa8f7e05232aed46efb39b Mon Sep 17 00:00:00 2001 From: Aria Date: Fri, 13 Oct 2023 01:35:19 +0100 Subject: use workspace dependencies for serde --- echo/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'echo/Cargo.toml') diff --git a/echo/Cargo.toml b/echo/Cargo.toml index 14e4218..36955b8 100644 --- a/echo/Cargo.toml +++ b/echo/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -serde = { version = "1.0.185", features = ["derive"] } -serde_json = "1.0.105" +serde = { workspace = true } +serde_json = { workspace = true } common = { path = "../common/" } \ No newline at end of file -- cgit v1.2.3