Skip to content

Commit

Permalink
[chore(cargo)](deps): Bump signature from 2.1.0 to 2.2.0 (#430)
Browse files Browse the repository at this point in the history
Bumps [signature](https://github.com/RustCrypto/traits) from 2.1.0 to
2.2.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/RustCrypto/traits/commit/be7598fa15d5a64aef12290cef3cada5913d3896"><code>be7598f</code></a>
signature v2.2.0 (<a
href="https://redirect.github.com/RustCrypto/traits/issues/1397">#1397</a>)</li>
<li><a
href="https://github.com/RustCrypto/traits/commit/7716a995ec5e6e70959732d7fa9c2d6bfdf4bbdc"><code>7716a99</code></a>
signature: bump <code>hex-literal</code> to v0.4 (<a
href="https://redirect.github.com/RustCrypto/traits/issues/1396">#1396</a>)</li>
<li><a
href="https://github.com/RustCrypto/traits/commit/c2a8466861381a4a1b5911cefa54c705bb752027"><code>c2a8466</code></a>
signature_derive v2.1.0 (<a
href="https://redirect.github.com/RustCrypto/traits/issues/1395">#1395</a>)</li>
<li><a
href="https://github.com/RustCrypto/traits/commit/11e7c7361167de9bb89fb1f7103f0013d36ebcd7"><code>11e7c73</code></a>
signature_derive: match directory name with crate (<a
href="https://redirect.github.com/RustCrypto/traits/issues/1394">#1394</a>)</li>
<li><a
href="https://github.com/RustCrypto/traits/commit/c85a5b815b3705fb5040307c3f5a4e06316b4c95"><code>c85a5b8</code></a>
async-signature v0.4.0 (<a
href="https://redirect.github.com/RustCrypto/traits/issues/1393">#1393</a>)</li>
<li><a
href="https://github.com/RustCrypto/traits/commit/6e7ee07546ad42b9aba395ba15092199f0025545"><code>6e7ee07</code></a>
cipher: stream cipher improvements (<a
href="https://redirect.github.com/RustCrypto/traits/issues/1388">#1388</a>)</li>
<li><a
href="https://github.com/RustCrypto/traits/commit/2b4f64886fd3d5ceaffcde8c3bed3ff632472a66"><code>2b4f648</code></a>
async-signature: re-add 'static bound (<a
href="https://redirect.github.com/RustCrypto/traits/issues/1392">#1392</a>)</li>
<li><a
href="https://github.com/RustCrypto/traits/commit/5b2f9cb26633bc11ab923e463dba305207d10856"><code>5b2f9cb</code></a>
Move <code>async-signature</code> and <code>signature-derive</code> to
toplevel (<a
href="https://redirect.github.com/RustCrypto/traits/issues/1391">#1391</a>)</li>
<li><a
href="https://github.com/RustCrypto/traits/commit/c4cd5eb72260ec6c432980005a128fbb0064fc00"><code>c4cd5eb</code></a>
(async-)signature: MSRV 1.60 (<a
href="https://redirect.github.com/RustCrypto/traits/issues/1387">#1387</a>)</li>
<li><a
href="https://github.com/RustCrypto/traits/commit/b3313d9a9594cf1df727668e7fa9da9eace30c8a"><code>b3313d9</code></a>
digest: add DynDigestWithOid wrapper trait (<a
href="https://redirect.github.com/RustCrypto/traits/issues/1390">#1390</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/RustCrypto/traits/compare/signature-v2.1.0...signature-v2.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=signature&package-manager=cargo&previous-version=2.1.0&new-version=2.2.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 Nov 16, 2023
1 parent 8bf47f1 commit 9278d61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions 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 homestar-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ once_cell = { version = "1.18", default-features = false, optional = true }
proptest = { version = "1.2", optional = true }
rand = { workspace = true }
serde = { workspace = true }
signature = "2.0"
signature = "2.2"
thiserror = { workspace = true }
tracing = { workspace = true }
ucan = { workspace = true }
Expand Down

0 comments on commit 9278d61

Please sign in to comment.