From 1f91b788c1cfada096dcc43fd036aaabb749281e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:29:03 +0000 Subject: [PATCH] chore(deps): update rust crate convert_case to 0.7.0 --- Cargo.toml | 2 +- tailcall-fixtures/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9ee5d9b070..30d1f502f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ serde = { version = "1.0.200", features = ["derive"] } derive_more = { version = "1", features = ["from", "debug"] } thiserror = "1.0.59" url = { version = "2.5.0", features = ["serde"] } -convert_case = "0.6.0" +convert_case = "0.7.0" tailcall-valid = "0.1.1" [dependencies] diff --git a/tailcall-fixtures/Cargo.toml b/tailcall-fixtures/Cargo.toml index a127ea9c9b..462cb861af 100644 --- a/tailcall-fixtures/Cargo.toml +++ b/tailcall-fixtures/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" publish = false [build-dependencies] -convert_case = "0.6.0" +convert_case = "0.7.0" indenter = { version = "0.3.3", features = ["std"] } derive_more = { workspace = true }