From 9d4c38351bd54c9fc7f672f26d7dc478758b6f9c Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Wed, 17 Jun 2020 06:44:45 +0200 Subject: [PATCH] frontend: Cargo.toml: bump dependency versions Signed-off-by: Ralf Zerres * frontend/Cargo.toml (serde_derive): --- frontend/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index 72d0600..96a8946 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -18,8 +18,10 @@ orbtk = { git = "https://github.com/redox-os/orbtk.git", branch = "develop" } [dev-dependencies] #euc = "0.4.2" #vek = "0.9.10" +serde = "1.0.106" +serde_derive = "1.0.106" [features] # no features by default default = [] -light-theme = [] \ No newline at end of file +light-theme = []