Skip to content

Commit

Permalink
chore(deps): Bump uuid from 1.3.3 to 1.3.4 (vectordotdev#17682)
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.3 to 1.3.4.
<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.3.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>wasm32-wasi</code> support with tests by <a
href="https://github.com/acfoltzer"><code>@​acfoltzer</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/677">uuid-rs/uuid#677</a></li>
<li>Fix up MSRV build in CI by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/679">uuid-rs/uuid#679</a></li>
<li>fix: keep the order when filling random bytes by <a
href="https://github.com/Hanaasagi"><code>@​Hanaasagi</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/682">uuid-rs/uuid#682</a></li>
<li>Prepare for 1.3.4 release by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/683">uuid-rs/uuid#683</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/acfoltzer"><code>@​acfoltzer</code></a>
made their first contribution in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/677">uuid-rs/uuid#677</a></li>
<li><a href="https://github.com/Hanaasagi"><code>@​Hanaasagi</code></a>
made their first contribution in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/682">uuid-rs/uuid#682</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/uuid-rs/uuid/compare/1.3.3...1.3.4">https://github.com/uuid-rs/uuid/compare/1.3.3...1.3.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uuid-rs/uuid/commit/07052be44a2dee36fa9e19070d921a97b17010e6"><code>07052be</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/683">#683</a> from
uuid-rs/cargo/1.3.4</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/80ec18c67b31e08028d2863785abe5892eb9a46a"><code>80ec18c</code></a>
prepare for 1.3.4 release</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/4297536626ee3648aabb1cbe0a32df8bdc7de4af"><code>4297536</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/682">#682</a> from
Hanaasagi/fix-index</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/3af4733e60f956bd8673b419d3a9e83fcd0a0b8e"><code>3af4733</code></a>
fix: keep the order when filling random bytes</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/6188ecf96c66f06d31d84784c50da182ae5fbb64"><code>6188ecf</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/679">#679</a> from
uuid-rs/ci/msrv-build</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/e582a3d1bb26937652bd317be6fba42653de58ed"><code>e582a3d</code></a>
Just check v4 for MSRV</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/b466522a7b541217cde2429a993ed7803a0d35af"><code>b466522</code></a>
fix up MSRV build in CI</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/a0d6eb602e041673e4f09b25ab5440c244b67c96"><code>a0d6eb6</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/677">#677</a> from
acfoltzer/wasm32-wasi</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/403f84572e982a87064737273698c532718aa8b3"><code>403f845</code></a>
add installed wasmtime to GITHUB_PATH</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/f74e05e3c3595cd95c5ecea2af1b4d78c336964b"><code>f74e05e</code></a>
add wasm32-wasi target in CI</li>
<li>Additional commits viewable in <a
href="https://github.com/uuid-rs/uuid/compare/1.3.3...1.3.4">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.3.3&new-version=1.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 14, 2023
1 parent 714ccf8 commit c97d619
Showing 1 changed file with 2 additions and 2 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.

0 comments on commit c97d619

Please sign in to comment.