Skip to content

Commit

Permalink
Update Rust crate uuid to 1.2.2 (#202)
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.1.2` -> `1.2.2` |

---

### Release Notes

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

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

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

#### What's Changed

-   CI Cleanups by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [uuid-rs/uuid#640
-   Remove extern crate alloc by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [uuid-rs/uuid#645
-   Prepare for 1.2.2 release by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [uuid-rs/uuid#646

**Full Changelog**: uuid-rs/uuid@1.2.1...1.2.2

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

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

#### What's Changed

-   Fix up lost re-export of v1 Timestamp by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [uuid-rs/uuid#636
-   Prepare for 1.2.1 release by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [uuid-rs/uuid#637

**Full Changelog**: uuid-rs/uuid@1.2.0...1.2.1

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

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

#### What's Changed

-   formatting changes by [@&#8203;pintariching](https://togithub.com/pintariching) in [uuid-rs/uuid#610
-   Remove outdated Travis CI reference by [@&#8203;atouchet](https://togithub.com/atouchet) in [uuid-rs/uuid#616
-   refactors Timestamp, Context and ClockSequence, and adds UUIDS v6, v7, v8 by [@&#8203;rrichardson](https://togithub.com/rrichardson) in [uuid-rs/uuid#611
-   migrate from winapi to windows_sys in examples by [@&#8203;sn99](https://togithub.com/sn99) in [uuid-rs/uuid#626
-   Update windows-sys requirement from 0.36.1 to 0.42.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [uuid-rs/uuid#628
-   Some work on the new version features by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [uuid-rs/uuid#625
-   Implement now in wasm by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [uuid-rs/uuid#630
-   More work on docs by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [uuid-rs/uuid#631
-   hide draft versions behind the unstable cfg by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [uuid-rs/uuid#633
-   Prepare for 1.2.0 release by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [uuid-rs/uuid#634

#### New Contributors

-   [@&#8203;pintariching](https://togithub.com/pintariching) made their first contribution in [uuid-rs/uuid#610
-   [@&#8203;atouchet](https://togithub.com/atouchet) made their first contribution in [uuid-rs/uuid#616
-   [@&#8203;sn99](https://togithub.com/sn99) made their first contribution in [uuid-rs/uuid#626

**Full Changelog**: uuid-rs/uuid@1.1.2...1.2.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, 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://app.renovatebot.com/dashboard#github/stackabletech/secret-operator).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMyIsInVwZGF0ZWRJblZlciI6IjM0LjIzLjEifQ==-->
  • Loading branch information
renovate[bot] committed Dec 5, 2022
1 parent 4ff5d32 commit b4b0b8d
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 rust/operator-binary/Cargo.toml
Expand Up @@ -32,7 +32,7 @@ tonic-reflection = "0.6.0"
tracing = "0.1.36"

h2 = "=0.3.7" # Need to keep this in sync with our patched h2 build
uuid = { version = "1.1.2", features = ["v4"] }
uuid = { version = "1.2.2", features = ["v4"] }

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

0 comments on commit b4b0b8d

Please sign in to comment.