From e3ec9bdc49ab2301437c69bb73ff607419cd958f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:16:54 +0000 Subject: [PATCH] fix(deps): update rust crate inflector to 0.11.4 --- code-generator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-generator/Cargo.toml b/code-generator/Cargo.toml index 1af2cfc..fd3aa4b 100644 --- a/code-generator/Cargo.toml +++ b/code-generator/Cargo.toml @@ -8,4 +8,4 @@ publish = false [dependencies] regex = "1" getopts = "0.2" -Inflector = "0.11" +Inflector = "0.11.4"