Skip to content

Commit

Permalink
Update Rust crate qorb to 0.2.1 (#7180)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [qorb](https://crates.io/crates/qorb) | workspace.dependencies | patch
| `0.2.0` -> `0.2.1` |

---

### 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 [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4zMy4wIiwidXBkYXRlZEluVmVyIjoiMzkuMzMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
  • Loading branch information
oxide-renovate[bot] authored Nov 27, 2024
1 parent 6a773fb commit 41d7c9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 @@ -544,7 +544,7 @@ propolis_api_types = { git = "https://github.com/oxidecomputer/propolis", rev =
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "6936f1a949d155da38d3148abd42caef337dea04" }
propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "6936f1a949d155da38d3148abd42caef337dea04" }
proptest = "1.5.0"
qorb = "0.2.0"
qorb = "0.2.1"
quote = "1.0"
rand = "0.8.5"
rand_core = "0.6.4"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption"
postgres-types = { version = "0.2.8", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
predicates = { version = "3.1.2" }
proc-macro2 = { version = "1.0.89" }
qorb = { version = "0.2.0", features = ["qtop"] }
qorb = { version = "0.2.1", features = ["qtop"] }
quote = { version = "1.0.37" }
rand = { version = "0.8.5", features = ["small_rng"] }
regex = { version = "1.11.1" }
Expand Down Expand Up @@ -213,7 +213,7 @@ pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption"
postgres-types = { version = "0.2.8", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
predicates = { version = "3.1.2" }
proc-macro2 = { version = "1.0.89" }
qorb = { version = "0.2.0", features = ["qtop"] }
qorb = { version = "0.2.1", features = ["qtop"] }
quote = { version = "1.0.37" }
rand = { version = "0.8.5", features = ["small_rng"] }
regex = { version = "1.11.1" }
Expand Down

0 comments on commit 41d7c9b

Please sign in to comment.