Skip to content

Commit

Permalink
Update Rust crate nbd to 0.3.1 (oxidecomputer#1172)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [nbd](https://togithub.com/vi/rust-nbd) | workspace.dependencies |
patch | `0.3.0` -> `0.3.1` |

---

### Release Notes

<details>
<summary>vi/rust-nbd (nbd)</summary>

### [`v0.3.1`](https://togithub.com/vi/rust-nbd/compare/v0.3.0...v0.3.1)

[Compare
Source](https://togithub.com/vi/rust-nbd/compare/v0.3.0...v0.3.1)

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/oxidecomputer/crucible).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent 5c1bd6e commit 7169be7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ indicatif = { version = "0.17.8", features = ["rayon"] }
itertools = "0.12.1"
libc = "0.2"
mime_guess = "2.0.4"
nbd = "0.3.0"
nbd = "0.3.1"
nix = { version = "0.28", features = [ "feature", "uio" ] }
num_enum = "0.7"
num-derive = "0.4"
Expand Down

0 comments on commit 7169be7

Please sign in to comment.