From fd597c424ee1e2a479416cb28b7d731b34994907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 08:43:33 +0000 Subject: [PATCH] chore(deps): bump unicase from 2.8.1 to 2.9.0 Bumps [unicase](https://github.com/seanmonstar/unicase) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/seanmonstar/unicase/releases) - [Commits](https://github.com/seanmonstar/unicase/compare/v2.8.1...v2.9.0) --- updated-dependencies: - dependency-name: unicase dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- linkup/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7622f842..58e04f77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3774,9 +3774,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "unicase" -version = "2.8.1" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" +checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" [[package]] name = "unicode-ident" diff --git a/linkup/Cargo.toml b/linkup/Cargo.toml index 78e64af8..9e839441 100644 --- a/linkup/Cargo.toml +++ b/linkup/Cargo.toml @@ -14,7 +14,7 @@ thiserror = { workspace = true } url = { workspace = true } http = { workspace = true } -unicase = "2.8.1" +unicase = "2.9.0" [dev-dependencies] tokio = { workspace = true, features = ["test-util", "macros"] }