diff --git a/Cargo.lock b/Cargo.lock index b8bdb5f1b..634f01e3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -481,15 +481,6 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" -[[package]] -name = "convert_case" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f" -dependencies = [ - "unicode-segmentation", -] - [[package]] name = "convert_case" version = "0.10.0" @@ -796,7 +787,7 @@ version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" dependencies = [ - "convert_case 0.10.0", + "convert_case", "proc-macro2", "quote", "rustc_version", @@ -1368,7 +1359,7 @@ dependencies = [ "build-fs-tree", "cargo_metadata", "colored", - "convert_case 0.8.0", + "convert_case", "dialoguer", "dirs", "dprint-plugin-typescript", diff --git a/Cargo.toml b/Cargo.toml index a6b996036..91c532357 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ structopt = "0.3.11" thiserror = "2.0" tokio = { version = "1.11", features = ["full"] } toml = "0.8.14" -convert_case = "0.8.0" +convert_case = "0.10.0" syn = { version = "2.0.39", features = ["full", "extra-traits"] } quote = "1.0.21" pluralizer = "0.5.0"