From f2507f77913b8c4781dabdabd4f828e5ebe05aee Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Jun 2026 01:33:44 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps(cargo):=20update=20ru?= =?UTF-8?q?st=20crate=20phf=20to=200.14.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 074e497..7d78fe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ clap = { version = "4.5.16", features = ["derive", "env"] } csv = "1.3.0" itertools = "0.13.0" outscale_api = "1.10.0" -phf = { version = "0.11.2", features = ["macros"] } +phf = { version = "0.14.0", features = ["macros"] } regex = "1.10.6" secrecy = "0.8.0" serde = { version = "1.0.209", features = ["derive"] }