Skip to content

Commit

Permalink
Update Rust crate uuid to 1.1.1 (#138)
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 |
|---|---|---|---|
| [uuid](https://togithub.com/uuid-rs/uuid) | dependencies | minor | `1.0.0` -> `1.1.1` |

---

### Release Notes

<details>
<summary>uuid-rs/uuid</summary>

### [`v1.1.1`](https://togithub.com/uuid-rs/uuid/releases/tag/1.1.1)

[Compare Source](https://togithub.com/uuid-rs/uuid/compare/1.1.0...1.1.1)

#### What's Changed

-   Fix documentation typo by [@&#8203;nstinus](https://togithub.com/nstinus) in [uuid-rs/uuid#603
-   Prepare for 1.1.1 release by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [uuid-rs/uuid#604

#### New Contributors

-   [@&#8203;nstinus](https://togithub.com/nstinus) made their first contribution in [uuid-rs/uuid#603

**Full Changelog**: uuid-rs/uuid@1.1.0...1.1.1

### [`v1.1.0`](https://togithub.com/uuid-rs/uuid/releases/tag/1.1.0)

[Compare Source](https://togithub.com/uuid-rs/uuid/compare/1.0.0...1.1.0)

#### What's Changed

-   note that the Error display impl is public API by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [uuid-rs/uuid#597
-   Fixed documentation link by [@&#8203;Razican](https://togithub.com/Razican) in [uuid-rs/uuid#600
-   Add to_bytes_le method by [@&#8203;dfaust](https://togithub.com/dfaust) in [uuid-rs/uuid#599
-   Prepare for 1.1.0 release by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [uuid-rs/uuid#602

#### New Contributors

-   [@&#8203;Razican](https://togithub.com/Razican) made their first contribution in [uuid-rs/uuid#600
-   [@&#8203;dfaust](https://togithub.com/dfaust) made their first contribution in [uuid-rs/uuid#599

**Full Changelog**: uuid-rs/uuid@1.0.0...1.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 **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, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/stackabletech/secret-operator).
  • Loading branch information
renovate-bot committed Jun 9, 2022
1 parent 4e41f1d commit 736df95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 rust/operator-binary/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ tracing = "0.1.35"

# Need to keep this in sync with our patched h2 build
h2 = "=0.3.13"
uuid = { version = "1.0.0", features = ["v4"] }
uuid = { version = "1.1.1", features = ["v4"] }

[dev-dependencies]
time = { version = "0.3.9", features = ["parsing"] }
Expand Down

0 comments on commit 736df95

Please sign in to comment.