Skip to content

Commit ccef83f

Browse files
Update Rust crate clearscreen to v4 (#1656)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clearscreen](https://redirect.github.com/watchexec/clearscreen) | workspace.dependencies | major | `2.0.1` -> `4.0.1` | --- ### Release Notes <details> <summary>watchexec/clearscreen (clearscreen)</summary> ### [`v4.0.1`](https://redirect.github.com/watchexec/clearscreen/blob/HEAD/CHANGELOG.md#v401-2025-01-05) [Compare Source](https://redirect.github.com/watchexec/clearscreen/compare/v4.0.0...v4.0.1) - **Deps:** Update MSRV to 1.79 - ([6984714](https://redirect.github.com/watchexec/clearscreen/commit/69847147d4deea47808e317d8b5f34b16a616ef2)) - **Deps:** Switch from winapi to windows-sys ([#&#8203;26](https://redirect.github.com/watchexec/clearscreen/issues/26)) - ([a13ea5a](https://redirect.github.com/watchexec/clearscreen/commit/a13ea5a6da2163a7f1efa8625f74cf84505c0845)) - **Repo:** Fix changelog format - ([d72ec08](https://redirect.github.com/watchexec/clearscreen/commit/d72ec08ad20fd3b32434ed285f062cd5d3e795c0)) ### [`v4.0.0`](https://redirect.github.com/watchexec/clearscreen/blob/HEAD/CHANGELOG.md#v400-2025-01-01) [Compare Source](https://redirect.github.com/watchexec/clearscreen/compare/v3.0.0...v4.0.0) - **Deps:** Update which to 7.0.0 ([#&#8203;25](https://redirect.github.com/watchexec/clearscreen/issues/25)) - ([207b3a4](https://redirect.github.com/watchexec/clearscreen/commit/207b3a4fdf7109faefc699250fb710dcfda18b83)) - **Deps:** Add lockfile to git - ([64180fe](https://redirect.github.com/watchexec/clearscreen/commit/64180fe2d7db612633a77337159b020fbac93e68)) - **Deps:** Upgrade thiserror to 2.0.9 - ([2b4b16f](https://redirect.github.com/watchexec/clearscreen/commit/2b4b16f6d18fefc2324a36dc4f005c84b5245684)) - **Deps:** Upgrade nix to 0.29.0 - ([556fd47](https://redirect.github.com/watchexec/clearscreen/commit/556fd4719a527fac463b6d70ea0539ff72bb0f93)) - **Documentation:** Update wezterm information - ([dd1430a](https://redirect.github.com/watchexec/clearscreen/commit/dd1430a5f8d106f4e9d5951e7c1358202c0994d2)) - **Feature:** Support wezterm ([#&#8203;23](https://redirect.github.com/watchexec/clearscreen/issues/23)) - ([4225aae](https://redirect.github.com/watchexec/clearscreen/commit/4225aae53a68720072bcaa76edb1e00362684218)) - **Feature:** Decouple public API from dependencies - ([165fe96](https://redirect.github.com/watchexec/clearscreen/commit/165fe96b0f6a918d093001b827517c0e65c5dace)) - **Repo:** Replace custom script with cargo-release - ([8835973](https://redirect.github.com/watchexec/clearscreen/commit/8835973168a3c422afbcde4f39e1b60b3a87c795)) - **Repo:** Use cliff for changelog - ([0d4fe66](https://redirect.github.com/watchexec/clearscreen/commit/0d4fe669f7f4625ea86414d8d18aeab3e3c70fc8)) ### [`v3.0.0`](https://redirect.github.com/watchexec/clearscreen/blob/HEAD/CHANGELOG.md#v300-2024-04-11) [Compare Source](https://redirect.github.com/watchexec/clearscreen/compare/v2.0.1...v3.0.0) - Update to nix 0.28. ([#&#8203;21](https://redirect.github.com/watchexec/clearscreen/pull/21), thanks [@&#8203;charliermarsh](https://redirect.github.com/charliermarsh)) - Update to which 6. ([#&#8203;19](https://redirect.github.com/watchexec/clearscreen/pull/19)) - Update MSRV to 1.72. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxidecomputer/crucible). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alan Hanson <alan@oxidecomputer.com>
1 parent 29fe18b commit ccef83f

File tree

3 files changed

+38
-60
lines changed

3 files changed

+38
-60
lines changed

Cargo.lock

+26-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ camino = { version = "1.1", features = ["serde1"] }
4343
cfg-if = { version = "1" }
4444
chrono = { version = "0.4", features = [ "serde" ] }
4545
clap = { version = "4.5", features = ["derive", "env", "wrap_help"] }
46-
clearscreen = "2.0.1"
46+
clearscreen = "4.0.1"
4747
crossterm = { version = "0.28.1" }
4848
crucible-workspace-hack = "0.1.0" # see [patch.crates-io.crucible-workspace-hack] for more
4949
csv = "1.3.1"

workspace-hack/Cargo.toml

+11-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish = false
1616
### BEGIN HAKARI SECTION
1717
[dependencies]
1818
arrayvec = { version = "0.7", default-features = false, features = ["std"] }
19-
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["serde", "std"] }
19+
bitflags = { version = "2", default-features = false, features = ["serde"] }
2020
bytes = { version = "1", features = ["serde"] }
2121
chrono = { version = "0.4", features = ["serde"] }
2222
clap = { version = "4", features = ["cargo", "derive", "env", "wrap_help"] }
@@ -65,7 +65,7 @@ uuid = { version = "1", features = ["serde", "v4"] }
6565
zerocopy = { version = "0.7", features = ["derive", "simd"] }
6666

6767
[build-dependencies]
68-
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["serde", "std"] }
68+
bitflags = { version = "2", default-features = false, features = ["serde"] }
6969
bytes = { version = "1", features = ["serde"] }
7070
cc = { version = "1", default-features = false, features = ["parallel"] }
7171
chrono = { version = "0.4", features = ["serde"] }
@@ -115,20 +115,22 @@ uuid = { version = "1", features = ["serde", "v4"] }
115115
zerocopy = { version = "0.7", features = ["derive", "simd"] }
116116

117117
[target.x86_64-unknown-linux-gnu.dependencies]
118-
bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1" }
118+
bitflags = { version = "2", default-features = false, features = ["std"] }
119119
dof = { version = "0.3", default-features = false, features = ["des"] }
120120
getrandom = { version = "0.2", default-features = false, features = ["std"] }
121121
hyper = { version = "1", features = ["full"] }
122122
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
123123
hyper-util = { version = "0.1", features = ["full"] }
124124
mio = { version = "1", features = ["net", "os-ext"] }
125+
nix = { version = "0.29", features = ["feature", "fs", "term", "uio"] }
125126
once_cell = { version = "1", features = ["unstable"] }
126127
rustix = { version = "0.38", features = ["fs", "stdio", "termios"] }
127128
rustls-pki-types = { version = "1", features = ["std"] }
128129
spin = { version = "0.9", default-features = false, features = ["once", "spin_mutex"] }
129130
tokio-util = { version = "0.7", features = ["codec", "io"] }
130131

131132
[target.x86_64-unknown-linux-gnu.build-dependencies]
133+
bitflags = { version = "2", default-features = false, features = ["std"] }
132134
dof = { version = "0.3", default-features = false, features = ["des"] }
133135
getrandom = { version = "0.2", default-features = false, features = ["std"] }
134136
hyper = { version = "1", features = ["full"] }
@@ -142,17 +144,20 @@ spin = { version = "0.9", default-features = false, features = ["once", "spin_mu
142144
tokio-util = { version = "0.7", features = ["codec", "io"] }
143145

144146
[target.aarch64-apple-darwin.dependencies]
147+
bitflags = { version = "2", default-features = false, features = ["std"] }
145148
getrandom = { version = "0.2", default-features = false, features = ["std"] }
146149
hyper = { version = "1", features = ["full"] }
147150
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
148151
hyper-util = { version = "0.1", features = ["full"] }
149152
mio = { version = "1", features = ["net", "os-ext"] }
153+
nix = { version = "0.29", features = ["feature", "fs", "term", "uio"] }
150154
once_cell = { version = "1", features = ["unstable"] }
151155
rustix = { version = "0.38", features = ["fs", "stdio", "termios"] }
152156
rustls-pki-types = { version = "1", features = ["std"] }
153157
tokio-util = { version = "0.7", features = ["codec", "io"] }
154158

155159
[target.aarch64-apple-darwin.build-dependencies]
160+
bitflags = { version = "2", default-features = false, features = ["std"] }
156161
getrandom = { version = "0.2", default-features = false, features = ["std"] }
157162
hyper = { version = "1", features = ["full"] }
158163
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
@@ -164,13 +169,14 @@ rustls-pki-types = { version = "1", features = ["std"] }
164169
tokio-util = { version = "0.7", features = ["codec", "io"] }
165170

166171
[target.x86_64-unknown-illumos.dependencies]
167-
bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1" }
172+
bitflags = { version = "2", default-features = false, features = ["std"] }
168173
dof = { version = "0.3", default-features = false, features = ["des"] }
169174
getrandom = { version = "0.2", default-features = false, features = ["std"] }
170175
hyper = { version = "1", features = ["full"] }
171176
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
172177
hyper-util = { version = "0.1", features = ["full"] }
173178
mio = { version = "1", features = ["net", "os-ext"] }
179+
nix = { version = "0.29", features = ["feature", "fs", "term", "uio"] }
174180
once_cell = { version = "1", features = ["unstable"] }
175181
rustix = { version = "0.38", features = ["fs", "stdio", "termios"] }
176182
rustls-pki-types = { version = "1", features = ["std"] }
@@ -179,6 +185,7 @@ tokio-util = { version = "0.7", features = ["codec", "io"] }
179185
toml_edit = { version = "0.19", features = ["serde"] }
180186

181187
[target.x86_64-unknown-illumos.build-dependencies]
188+
bitflags = { version = "2", default-features = false, features = ["std"] }
182189
dof = { version = "0.3", default-features = false, features = ["des"] }
183190
getrandom = { version = "0.2", default-features = false, features = ["std"] }
184191
hyper = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)