From 4e125f967fe061c00fa41be25a1d53716429d8bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:47:53 +0000 Subject: [PATCH] fix(deps): update rust crate convert_case to 0.10.0 --- Cargo.lock | 6 +++--- packages/floating-ui-examples/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42ff8e6..de8fc99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,9 +197,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db05ffb6856bf0ecdf6367558a76a0e8a77b1713044eb92845c692100ed50190" +checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" dependencies = [ "unicode-segmentation", ] @@ -1554,7 +1554,7 @@ version = "0.0.1" dependencies = [ "console_error_panic_hook", "console_log", - "convert_case 0.9.0", + "convert_case 0.10.0", "floating-ui-leptos", "leptos", "log", diff --git a/packages/floating-ui-examples/Cargo.toml b/packages/floating-ui-examples/Cargo.toml index 62f4014..d781e45 100644 --- a/packages/floating-ui-examples/Cargo.toml +++ b/packages/floating-ui-examples/Cargo.toml @@ -12,7 +12,7 @@ version.workspace = true [dependencies] console_error_panic_hook.workspace = true console_log.workspace = true -convert_case = "0.9.0" +convert_case = "0.10.0" floating-ui-leptos = "0.1.3" leptos = { version = "0.6.15", features = ["csr"] } log.workspace = true