Skip to content

Commit 77dbe06

Browse files
authored
chore(deps): update rust crate nix to 0.30.1 (#2336)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [nix](https://redirect.github.com/nix-rust/nix) | workspace.dependencies | patch | `0.30.0` -> `0.30.1` | --- ### Release Notes <details> <summary>nix-rust/nix (nix)</summary> ### [`v0.30.1`](https://redirect.github.com/nix-rust/nix/blob/HEAD/CHANGELOG.md#0301---2025-05-04) [Compare Source](https://redirect.github.com/nix-rust/nix/compare/v0.30.0...v0.30.1) ##### Fixed - doc.rs build ([#&#8203;2634](https://redirect.github.com/nix-rust/nix/pull/2634)) </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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent b264f1d commit 77dbe06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ newtype-uuid = { version = "1.2.1", features = ["v4"] }
8888
nextest-filtering = { version = "0.15.0", path = "nextest-filtering" }
8989
nextest-metadata = { version = "0.12.2", path = "nextest-metadata" }
9090
nextest-workspace-hack = "0.1.0"
91-
nix = { version = "0.30.0", default-features = false, features = ["signal"] }
91+
nix = { version = "0.30.1", default-features = false, features = ["signal"] }
9292
num_threads = "0.1.7"
9393
owo-colors = "4.2.0"
9494
pathdiff = { version = "0.2.3", features = ["camino"] }

0 commit comments

Comments
 (0)