From 1fc99a0ee7b33b87ac37f9538c951353c15a8737 Mon Sep 17 00:00:00 2001 From: Huan-Cheng Chang Date: Fri, 27 Sep 2024 09:45:43 +0100 Subject: [PATCH] feat(jstzd): update --- Cargo.lock | 1 - crates/jstzd/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e55b70b..068ba758 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2644,7 +2644,6 @@ dependencies = [ "octez", "rand 0.8.5", "reqwest", - "serde", "tempfile", "tokio", ] diff --git a/crates/jstzd/Cargo.toml b/crates/jstzd/Cargo.toml index 5f9b2804..9664bb79 100644 --- a/crates/jstzd/Cargo.toml +++ b/crates/jstzd/Cargo.toml @@ -12,7 +12,6 @@ async-trait.workspace = true bollard.workspace = true futures-util.workspace = true octez = { path = "../octez" } -serde.workspace = true tempfile.workspace = true tokio.workspace = true