Skip to content

Commit

Permalink
chore(deps): Bump uuid from 1.3.4 to 1.4.0 (vectordotdev#17775)
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.4 to 1.4.0.
<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.4.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fixed wasm tests not running due to incorrect attribute target by <a
href="https://github.com/kmusick"><code>@​kmusick</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/688">uuid-rs/uuid#688</a></li>
<li>Fixing issue with Cloudflare Workers and wasm32-unknown-unknown when
using now() by <a
href="https://github.com/kmusick"><code>@​kmusick</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/690">uuid-rs/uuid#690</a></li>
<li>Add <code>borsh</code> support by <a
href="https://github.com/grovesNL"><code>@​grovesNL</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/686">uuid-rs/uuid#686</a></li>
<li>Fix some timestamp generation by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/691">uuid-rs/uuid#691</a></li>
<li>Prepare for 1.4.0 release by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/692">uuid-rs/uuid#692</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kmusick"><code>@​kmusick</code></a> made
their first contribution in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/688">uuid-rs/uuid#688</a></li>
<li><a href="https://github.com/grovesNL"><code>@​grovesNL</code></a>
made their first contribution in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/686">uuid-rs/uuid#686</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/uuid-rs/uuid/compare/1.3.4...1.4.0">https://github.com/uuid-rs/uuid/compare/1.3.4...1.4.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uuid-rs/uuid/commit/0fc31017a1b1bdd758b0d645ef852a79570afe1e"><code>0fc3101</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/692">#692</a> from
uuid-rs/cargo/1.4.0</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/d9f72db651899ade1cc84c0c5cc98b4ebbab8621"><code>d9f72db</code></a>
prepare for 1.4.0 release</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/cb2aac0f6b16f6b0e6e69738dd4f4b9aa665777d"><code>cb2aac0</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/691">#691</a> from
uuid-rs/fix/timestamp-gen</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/0cb923211eed5a26dbc477276d33c4c1aa2adb4e"><code>0cb9232</code></a>
add missing wasm import</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/cb80ba2fe50f74e6a7b47c07aad305ba53895f3d"><code>cb80ba2</code></a>
run fmt</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/8babf975a836f33ba68d5bc295bc48974bb966c8"><code>8babf97</code></a>
add missing wasm test attr</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/759c971f09baebfb0502b896fbab64053dc0b3d2"><code>759c971</code></a>
fix a warning in arbitrary support</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/646bd98e9b60f9c2e53f35842ca2173bdf053968"><code>646bd98</code></a>
wrap rather than overflow timestamps</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/7da3f691ad5b16d990e6e1ce0db3d7143f603ad7"><code>7da3f69</code></a>
remove dbg call from wasm-based timestamp</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/952f75fb1a23a5df1f929407debe322d1e1698de"><code>952f75f</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/686">#686</a> from
pod2co/borsh</li>
<li>Additional commits viewable in <a
href="https://github.com/uuid-rs/uuid/compare/1.3.4...1.4.0">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.4&new-version=1.4.0)](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] authored Jun 28, 2023
1 parent ec4785a commit 935babf
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 935babf

Please sign in to comment.