From 3c098b714501793bd20a9293be4bd242cda8eebb Mon Sep 17 00:00:00 2001 From: David Rousselie Date: Mon, 10 Jan 2022 15:37:30 +0100 Subject: [PATCH] Remove unused dependency --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 34f0989..a6ee60f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,7 +347,7 @@ dependencies = [ [[package]] name = "contextswitch-types" version = "0.1.0" -source = "git+https://github.com/dax/contextswitch-types.git#bde9fbc2e638c6cadad90702819bf5d4a324ace3" +source = "git+https://github.com/dax/contextswitch-types.git#5f72fdda034db4eb7b22fd1c5d6936f39360880c" dependencies = [ "chrono", "serde",