Skip to content

Commit 814eb13

Browse files
authored
Update Rust crate nix to 0.31.2 (#3114)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [nix](https://redirect.github.com/nix-rust/nix) | workspace.dependencies | patch | `0.31.1` -> `0.31.2` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 0f1171c commit 814eb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ nextest-filtering = { version = "0.18.0", path = "nextest-filtering" }
9696
nextest-metadata = { version = "0.13.3", path = "nextest-metadata" }
9797
nextest-runner = { path = "nextest-runner" }
9898
nextest-workspace-hack = "0.1.0"
99-
nix = { version = "0.31.1", default-features = false, features = ["signal"] }
99+
nix = { version = "0.31.2", default-features = false, features = ["signal"] }
100100
num_threads = "0.1.7"
101101
# Note: we don't use owo-colors' if_supports_color support for now, instead preferring to use our
102102
# own supports-color + stylesheets everywhere.

0 commit comments

Comments
 (0)