From 04763705e1911fc47b2596b6c80e7562581d6532 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 13:02:26 -0700 Subject: [PATCH] fix(deps): update rust crate uuid to 1.3.2 (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
uuid-rs/uuid ### [`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 [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/668](https://togithub.com/uuid-rs/uuid/pull/668) - Faster as_u128 and to_u128\_le by [@​pkoenig10](https://togithub.com/pkoenig10) in [https://github.com/uuid-rs/uuid/pull/669](https://togithub.com/uuid-rs/uuid/pull/669) - prepare for 1.3.2 release by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/670](https://togithub.com/uuid-rs/uuid/pull/670) #### New Contributors - [@​pkoenig10](https://togithub.com/pkoenig10) made their first contribution in [https://github.com/uuid-rs/uuid/pull/669](https://togithub.com/uuid-rs/uuid/pull/669) **Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.3.1...1.3.2
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8184e6..9f8b54f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"