From 6ffb4ba7d93e4127bcce32343a53a841930a26a0 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 17 Oct 2024 21:45:00 +0200 Subject: [PATCH] Update deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e291040..bff0a37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" version = "0.1" [build-dependencies] -cc = "1.1.21" +cc = "1.1.30" [dev-dependencies] benchmark-simple = "0.1.9"