Skip to content

Commit

Permalink
Bump siphasher from 0.3.10 to 1.0.0 in /packages/prelude/ffi (#2112)
Browse files Browse the repository at this point in the history
Bumps [siphasher](https://github.com/jedisct1/rust-siphash) from 0.3.10
to 1.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jedisct1/rust-siphash/commit/8a5f72f36880b2f2164a90f4608d192e6de0ad1f"><code>8a5f72f</code></a>
It's been a while, let's move to 1.0,0</li>
<li><a
href="https://github.com/jedisct1/rust-siphash/commit/55ff379462517d8ec790bd9ce5382d2a1c364ee0"><code>55ff379</code></a>
Update .gitignore</li>
<li><a
href="https://github.com/jedisct1/rust-siphash/commit/acc6986bfac7ed27c66743d02409027af7111ab8"><code>acc6986</code></a>
Bump</li>
<li><a
href="https://github.com/jedisct1/rust-siphash/commit/da78da5eed41b6ca4f6df2f8fcbb8a0dadad59bc"><code>da78da5</code></a>
Inline</li>
<li><a
href="https://github.com/jedisct1/rust-siphash/commit/07b760000b4916ead1040847177a1ca53bdb6611"><code>07b7600</code></a>
Add a simple API, document caveats of hash::Hasher</li>
<li><a
href="https://github.com/jedisct1/rust-siphash/commit/2e4896cc7ca45ddba63301de73c377bdf9db1d50"><code>2e4896c</code></a>
Revert &quot;Hasher::write_u*() are expected keep the native
endianness&quot;</li>
<li><a
href="https://github.com/jedisct1/rust-siphash/commit/0159101113558bf74700cee42e18881ea3ea3e46"><code>0159101</code></a>
The 'serde' feature is apparently just for serializing the state</li>
<li><a
href="https://github.com/jedisct1/rust-siphash/commit/0cefc423178e3dc163bb19139d07402c0e9edbab"><code>0cefc42</code></a>
Format</li>
<li><a
href="https://github.com/jedisct1/rust-siphash/commit/750454ba4fcd486a1d39b12c00bdd8902c50bf87"><code>750454b</code></a>
Document that the write_u*() functions are unsafe</li>
<li><a
href="https://github.com/jedisct1/rust-siphash/commit/7118362bc9e04f07874fe22c0829a985e15e8e85"><code>7118362</code></a>
Add a userless test</li>
<li>Additional commits viewable in <a
href="https://github.com/jedisct1/rust-siphash/compare/0.3.10...1.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=siphasher&package-manager=cargo&previous-version=0.3.10&new-version=1.0.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2023
1 parent e52cc1e commit 8afd4e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/prelude/ffi/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/prelude/ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ crate-type = ["staticlib"]

[dependencies]
ffi = { package = "pen-ffi", "version" = "*" }
siphasher = "0.3"
siphasher = "1.0"

0 comments on commit 8afd4e3

Please sign in to comment.