From e09214f819a6684edba23762ee23149b329b2db6 Mon Sep 17 00:00:00 2001
From: Berkus Decker <berkus+github@metta.systems>
Date: Mon, 13 Nov 2023 02:08:28 +0200
Subject: [PATCH] wip: bump deps

---
 bin/chainofcommand/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/chainofcommand/Cargo.toml b/bin/chainofcommand/Cargo.toml
index aca40f4..8e931f9 100644
--- a/bin/chainofcommand/Cargo.toml
+++ b/bin/chainofcommand/Cargo.toml
@@ -18,7 +18,7 @@ anyhow = "1.0"
 crossterm = { version = "0.27", features = ["event-stream"] }
 futures = "0.3"
 futures-util = { version = "0.3", features = ["io"] }
-tokio = { version = "1.33", features = ["full"] }
+tokio = { version = "1.34", features = ["full"] }
 tokio-util = { version = "0.7", features = ["io", "codec", "io"] }
 tokio-stream = { version = "0.1" }
 tokio-serial = "5.4"