From 79fb5a2094a255b54bf7ee104888e6c4ad022980 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 02:02:42 +0000 Subject: [PATCH] fix(deps): update rust crate convert_case to 0.11.0 --- Cargo.lock | 10 +++++----- scripts/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9284459a..4891eb67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -623,9 +623,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" +checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49" dependencies = [ "unicode-segmentation", ] @@ -3834,7 +3834,7 @@ dependencies = [ "quinn-udp", "rustc-hash 2.1.1", "rustls", - "socket2 0.5.10", + "socket2 0.6.0", "thiserror 2.0.17", "tokio", "tracing", @@ -3871,7 +3871,7 @@ dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.5.10", + "socket2 0.6.0", "tracing", "windows-sys 0.59.0", ] @@ -4940,7 +4940,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" name = "scripts" version = "0.0.2" dependencies = [ - "convert_case 0.10.0", + "convert_case 0.11.0", "env_logger", "git2", "http-body-util", diff --git a/scripts/Cargo.toml b/scripts/Cargo.toml index f7f85648..969d84ac 100644 --- a/scripts/Cargo.toml +++ b/scripts/Cargo.toml @@ -10,7 +10,7 @@ repository.workspace = true version.workspace = true [dependencies] -convert_case = "0.10.0" +convert_case = "0.11.0" env_logger = "0.11.3" git2 = "0.20.0" http-body-util = "0.1.1"