From da7da8955eae80988a0324a7ece073854d481624 Mon Sep 17 00:00:00 2001 From: David Stern Date: Fri, 8 May 2026 17:51:50 -0400 Subject: [PATCH] Bump dependencies to their latest versions. --- workflows/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflows/Cargo.toml b/workflows/Cargo.toml index 86fba09..0898983 100644 --- a/workflows/Cargo.toml +++ b/workflows/Cargo.toml @@ -11,9 +11,9 @@ warp-workflows-types = {path = "../workflow-types" } [build-dependencies] anyhow = "1.0" -convert_case = "0.4.0" +convert_case = "0.11.0" memmap = "0.7.0" -serde_yaml = "0.8" +serde_yaml = "0.9.34" uneval = {git = "https://github.com/warpdotdev/uneval", rev = "df4d9fad372aedc447e6f93ca0f930fabaf9dd1a"} walkdir = "2.3.2" warp-workflows-types = {path = "../workflow-types" }