From 06088535ad82b79b0c615955cc6436b4c0840062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:11:37 -0800 Subject: [PATCH] chore(deps): bump tui-scrollbar from 0.2.1 to 0.2.2 in /codex-rs (#9071) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [tui-scrollbar](https://github.com/joshka/tui-widgets) from 0.2.1 to 0.2.2.
Release notes

Sourced from tui-scrollbar's releases.

tui-scrollbar-v0.2.2

🚀 Features

Changelog

Sourced from tui-scrollbar's changelog.

[0.2.2] - 2024-07-25

⚙️ Miscellaneous Tasks

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tui-scrollbar&package-manager=cargo&previous-version=0.2.1&new-version=0.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- codex-rs/Cargo.lock | 4 ++-- codex-rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codex-rs/Cargo.lock b/codex-rs/Cargo.lock index 29be64f9a..f1a99e82c 100644 --- a/codex-rs/Cargo.lock +++ b/codex-rs/Cargo.lock @@ -7497,9 +7497,9 @@ dependencies = [ [[package]] name = "tui-scrollbar" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c42613099915b2e30e9f144670666e858e2538366f77742e1cf1c2f230efcacd" +checksum = "0e4267311b5c7999a996ea94939b6d2b1b44a9e5cc11e76cbbb6dcca4c281df4" dependencies = [ "document-features", "ratatui-core", diff --git a/codex-rs/Cargo.toml b/codex-rs/Cargo.toml index 8a996955e..ca6a1c02a 100644 --- a/codex-rs/Cargo.toml +++ b/codex-rs/Cargo.toml @@ -221,7 +221,7 @@ tree-sitter-bash = "0.25" zstd = "0.13" tree-sitter-highlight = "0.25.10" ts-rs = "11" -tui-scrollbar = "0.2.1" +tui-scrollbar = "0.2.2" uds_windows = "1.1.0" unicode-segmentation = "1.12.0" unicode-width = "0.2"