Skip to content

Commit

Permalink
build(deps): bump unsigned-varint from 0.7.2 to 0.8.0 (#120)
Browse files Browse the repository at this point in the history
Bumps [unsigned-varint](https://github.com/paritytech/unsigned-varint)
from 0.7.2 to 0.8.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/paritytech/unsigned-varint/blob/master/CHANGELOG.md">unsigned-varint's
changelog</a>.</em></p>
<blockquote>
<h1>0.8.0 - [2023-11-01]</h1>
<ul>
<li>Update <code>asynchronous-codec</code> to <code>0.7</code> (<a
href="https://redirect.github.com/paritytech/unsigned-varint/issues/71">#71</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/paritytech/unsigned-varint/commit/10d55e5dbdd7f61b6495bd12a49d06df82e08612"><code>10d55e5</code></a>
Merge pull request <a
href="https://redirect.github.com/paritytech/unsigned-varint/issues/72">#72</a>
from paritytech/prepare-v0.8.0</li>
<li><a
href="https://github.com/paritytech/unsigned-varint/commit/a31821a18adcfbce4c578bfd94914394561aac90"><code>a31821a</code></a>
Prepare v0.8.0</li>
<li><a
href="https://github.com/paritytech/unsigned-varint/commit/1020ddb814a327da684002a2cf66be8c14294c6d"><code>1020ddb</code></a>
Merge pull request <a
href="https://redirect.github.com/paritytech/unsigned-varint/issues/71">#71</a>
from thomaseizinger/bump-async-codec</li>
<li><a
href="https://github.com/paritytech/unsigned-varint/commit/75575c98e0af32f6f71161d104a83477e5fd9702"><code>75575c9</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/paritytech/unsigned-varint/commit/a91de02914fe9e47d8be615b02f9ca1d8157c387"><code>a91de02</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/paritytech/unsigned-varint/commit/6c0192757fc30f70078e5aa2cf8b41d673b29a09"><code>6c01927</code></a>
Update changelog</li>
<li><a
href="https://github.com/paritytech/unsigned-varint/commit/104b1a81558320a354f9e7a29fe16d3f67d66751"><code>104b1a8</code></a>
Bump dependency</li>
<li>See full diff in <a
href="https://github.com/paritytech/unsigned-varint/compare/v0.7.2...v0.8.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=unsigned-varint&package-manager=cargo&previous-version=0.7.2&new-version=0.8.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 May 28, 2024
1 parent ec1ba68 commit c56579b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
31 changes: 20 additions & 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tokio = { version = "1.26.0", features = ["rt", "net", "io-util", "time", "macro
tracing = { version = "0.1.40", features = ["log"] }
trust-dns-resolver = "0.23.2"
uint = "0.9.5"
unsigned-varint = { version = "0.7.2", features = ["codec"] }
unsigned-varint = { version = "0.8.0", features = ["codec"] }
url = "2.4.0"
webpki = "0.22.4"
x25519-dalek = "2.0.0"
Expand Down

0 comments on commit c56579b

Please sign in to comment.