diff options
Diffstat (limited to 'echo/Cargo.toml')
-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 |