1211: build(deps): bump uuid from 1.2.1 to 1.2.2 r=delta1 a=dependabot[bot]

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.2.1 to 1.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/uuid-rs/uuid/releases">uuid's releases</a>.</em></p>
<blockquote>
<h2>1.2.2</h2>
<h2>What's Changed</h2>
<ul>
<li>CI Cleanups by <a href="https://github.com/KodrAus"><code>`@​KodrAus</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/640">uuid-rs/uuid#640</a></li>
<li>Remove extern crate alloc by <a href="https://github.com/KodrAus"><code>`@​KodrAus</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/645">uuid-rs/uuid#645</a></li>
<li>Prepare for 1.2.2 release by <a href="https://github.com/KodrAus"><code>`@​KodrAus</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/646">uuid-rs/uuid#646</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/uuid-rs/uuid/compare/1.2.1...1.2.2">https://github.com/uuid-rs/uuid/compare/1.2.1...1.2.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="60ca9af4c1"><code>60ca9af</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/issues/646">#646</a> from uuid-rs/cargo/1.2.2</li>
<li><a href="d413ed6e63"><code>d413ed6</code></a> prepare for 1.2.2 release</li>
<li><a href="ce445a23c0"><code>ce445a2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/issues/645">#645</a> from uuid-rs/fix/extern-alloc</li>
<li><a href="b7c845fa67"><code>b7c845f</code></a> remove extern crate alloc</li>
<li><a href="f5a29cf3d1"><code>f5a29cf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/issues/640">#640</a> from uuid-rs/ci/cleanups</li>
<li><a href="876e466f1d"><code>876e466</code></a> remove missing moniker from job names</li>
<li><a href="6944c0d3f0"><code>6944c0d</code></a> simplify CI and unpin arbitrary</li>
<li>See full diff in <a href="https://github.com/uuid-rs/uuid/compare/1.2.1...1.2.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uuid&package-manager=cargo&previous-version=1.2.1&new-version=1.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting ``@dependabot` rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1212/head
bors[bot] 2 years ago committed by GitHub
commit 2ff8f096a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -4650,9 +4650,9 @@ checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
[[package]]
name = "uuid"
version = "1.2.1"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "feb41e78f93363bb2df8b0e86a2ca30eed7806ea16ea0c790d757cf93f79be83"
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
dependencies = [
"getrandom 0.2.6",
"serde",

Loading…
Cancel
Save