diff options
author | Aria <me@aria.rip> | 2023-10-13 01:35:19 +0100 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-10-13 01:35:19 +0100 |
commit | e9ae00db22f30fcf0cfa8f7e05232aed46efb39b (patch) | |
tree | 9634bba1611bfdbda494d909097bbb22258a8999 /echo | |
parent | d3b2274504d16770ff1a3162cae4053a0820c284 (diff) |
use workspace dependencies for serde
Diffstat (limited to 'echo')
-rw-r--r-- | echo/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |