From 12968d2026418a730621f2603a4e4829e3d36fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 05:18:27 +0000 Subject: [PATCH] build(deps): bump tmux-cmc from `f9ec606` to `e3b5e2a` Bumps [tmux-cmc](https://github.com/ArcavenAE/tmux-cmc) from `f9ec606` to `e3b5e2a`. - [Commits](https://github.com/ArcavenAE/tmux-cmc/compare/f9ec606bde3d54d62e7a473306e3b72b13a9ba53...e3b5e2a78dbb20e7085f33a7dda39ed5505270b1) --- updated-dependencies: - dependency-name: tmux-cmc dependency-version: e3b5e2a78dbb20e7085f33a7dda39ed5505270b1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68e0d57..c79d2d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -79,7 +79,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -575,7 +575,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -2136,7 +2136,6 @@ checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ "bitflags 2.11.0", "errno", - "itoa", "libc", "linux-raw-sys 0.4.15", "windows-sys 0.52.0", @@ -2152,7 +2151,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.12.1", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -2394,7 +2393,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -2500,7 +2499,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix 1.1.4", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -2664,10 +2663,10 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tmux-cmc" version = "0.1.0" -source = "git+https://github.com/ArcavenAE/tmux-cmc?branch=main#f9ec606bde3d54d62e7a473306e3b72b13a9ba53" +source = "git+https://github.com/ArcavenAE/tmux-cmc?branch=main#e3b5e2a78dbb20e7085f33a7dda39ed5505270b1" dependencies = [ "oneshot", - "rustix 0.38.44", + "rustix 1.1.4", "thiserror 2.0.18", ]