Skip to content

Commit

Permalink
fix(deps): update rust crate uuid to 1.3.2 (#15)
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 | patch |
`1.3.1` -> `1.3.2` |

---

### Release Notes

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

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

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

#### What's Changed

- Create SECURITY.md by [@&#8203;KodrAus](https://togithub.com/KodrAus)
in
[uuid-rs/uuid#668
- Faster as_u128 and to_u128\_le by
[@&#8203;pkoenig10](https://togithub.com/pkoenig10) in
[uuid-rs/uuid#669
- prepare for 1.3.2 release by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[uuid-rs/uuid#670

#### New Contributors

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

**Full Changelog**:
uuid-rs/uuid@1.3.1...1.3.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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/akrantz01/lers).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42My4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjMuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 29, 2023
1 parent d0e9d9c commit 0476370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ serde_json = "1"
tokio = { version = "1", features = ["fs", "time"] }
tracing = "0.1"
trust-dns-resolver = { version = "0.22", optional = true }
uuid = { version = "1.3.1", features = ["v4"], optional = true }
uuid = { version = "1.3.2", features = ["v4"], optional = true }

[dev-dependencies]
anyhow = "1"
Expand Down

0 comments on commit 0476370

Please sign in to comment.