From f6d8c88969eff4c5668fa78e73a1c3aeb36c02e4 Mon Sep 17 00:00:00 2001 From: hurl-bot Date: Fri, 12 Dec 2025 03:28:36 +0000 Subject: [PATCH] Update crates --- packages/hurl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hurl/Cargo.toml b/packages/hurl/Cargo.toml index d9b4335d00..59f0f218fc 100644 --- a/packages/hurl/Cargo.toml +++ b/packages/hurl/Cargo.toml @@ -50,7 +50,7 @@ termion = "4.0.6" winres = "0.1.12" [build-dependencies] -cc = "1.2.48" +cc = "1.2.49" [lints] workspace = true