From e44fd69980c9318a155092b3970b92b08154fb41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 15:39:40 +0900 Subject: [PATCH] fix(deps): update rust crate ident_case to ^1.0.1 (#209) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- raiden-derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raiden-derive/Cargo.toml b/raiden-derive/Cargo.toml index 756b5d94..c27b9e3d 100644 --- a/raiden-derive/Cargo.toml +++ b/raiden-derive/Cargo.toml @@ -14,7 +14,7 @@ quote = "^1.0.26" proc-quote = "0.4.0" syn = "^1.0" proc-macro2 = "^1.0.56" -ident_case = "^1.0" +ident_case = "^1.0.1" convert_case = "^0.4.0" safe-builder = { tag = "0.0.6", git = "https://github.com/raiden-rs/safe-builder.git" }