From 9c7b9dd364cc963c368e598b283dcb6bca603f47 Mon Sep 17 00:00:00 2001 From: Chen-Pang He Date: Sun, 3 Dec 2023 23:51:16 +0800 Subject: [PATCH] Upgrade Shuttle to 0.34.1 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4cbcfe7..57ea36e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,9 +27,9 @@ rand = "0.8.5" regex = "1.9.5" reqwest = "0.11.20" serde_json = "1.0.105" -shuttle-poise = "0.34.0" -shuttle-runtime = "0.34.0" -shuttle-secrets = "0.34.0" +shuttle-poise = "0.34.1" +shuttle-runtime = "0.34.1" +shuttle-secrets = "0.34.1" strum = { version = "0.25", features = ["derive"] } tokio = { version = "1.32.0", features = ["full"] } tree_magic_mini = "3.0.3"