Skip to content

Commit

Permalink
fix(deps): update rust crate uuid to 1.3.3 (#18)
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.2` -> `1.3.3` |

---

### Release Notes

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

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

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

##### What's Changed

- Use sha hash for checkout action and remove others by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[uuid-rs/uuid#671
- Hard deprecate Timestamp::to_unix_nanos by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[uuid-rs/uuid#673
- Prepare for 1.3.3 release by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[uuid-rs/uuid#674

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 15, 2023
1 parent fedceb0 commit e2fb7a9
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.2", features = ["v4"], optional = true }
uuid = { version = "1.3.3", features = ["v4"], optional = true }

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

0 comments on commit e2fb7a9

Please sign in to comment.