Skip to content

Commit

Permalink
[chore(cargo)](deps): Bump serde_with from 3.0.0 to 3.1.0 (#195)
Browse files Browse the repository at this point in the history
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.0.0 to
3.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jonasbb/serde_with/releases">serde_with's
releases</a>.</em></p>
<blockquote>
<h2>serde_with v3.1.0</h2>
<h3>Added</h3>
<ul>
<li>
<p>Add <code>FromIntoRef</code> and <code>TryFromIntoRef</code> (<a
href="https://redirect.github.com/jonasbb/serde_with/issues/618">#618</a>)
Thanks to <a
href="https://github.com/oblique"><code>@​oblique</code></a> for
submitting the PR.</p>
<p>The new types are similar to the existing <code>FromInto</code> and
<code>TryFromInto</code> types.
They behave different during serialization, allowing the removal of the
<code>Clone</code> bound on their <code>SerializeAs</code> trait
implementation</p>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Improve documentation about cfg-gating <code>serde_as</code> (<a
href="https://redirect.github.com/jonasbb/serde_with/issues/607">#607</a>)</li>
<li>Bump MSRV to 1.61 because that is required by the crate
<code>cfg_eval</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jonasbb/serde_with/commit/20fae7c6634cca0092b02c438e7480bfe16b7311"><code>20fae7c</code></a>
Merge <a
href="https://redirect.github.com/jonasbb/serde_with/issues/619">#619</a></li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/b4eaed6502137f55d3c9d3431272fe4de93e4255"><code>b4eaed6</code></a>
Bump version to v3.1.0</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/e5309875c8833e041493d1762ec8d3ec3c67a7b4"><code>e530987</code></a>
Merge <a
href="https://redirect.github.com/jonasbb/serde_with/issues/618">#618</a></li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/babfaeb20134da4013aba9a7b5a74ba9ed029171"><code>babfaeb</code></a>
Add FromIntoRef and TryFromIntoRef</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/e096f0b3328e6903fda5c252a0d5ad9ea5f3e402"><code>e096f0b</code></a>
Merge <a
href="https://redirect.github.com/jonasbb/serde_with/issues/617">#617</a></li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/dbe7301125c28df7a042a4ba82b46a0f1863abf9"><code>dbe7301</code></a>
Cleanup error messages that should not contain the string TODO</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/9e1c3eb74f94c950d239538ac96bbb194f32cbff"><code>9e1c3eb</code></a>
Merge <a
href="https://redirect.github.com/jonasbb/serde_with/issues/614">#614</a></li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/70ca8f9aa661d73e27f4ca84fa7d8087a50fa8eb"><code>70ca8f9</code></a>
Bump regex from 1.8.1 to 1.9.1</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/1f9f9ef84efc9de27c2207f03e90fe4eed9afcfb"><code>1f9f9ef</code></a>
Merge <a
href="https://redirect.github.com/jonasbb/serde_with/issues/613">#613</a></li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/50ae52293578491be5996912db7ea0db298ebb34"><code>50ae522</code></a>
Bump pretty_assertions from 1.3.0 to 1.4.0</li>
<li>Additional commits viewable in <a
href="https://github.com/jonasbb/serde_with/compare/v3.0.0...v3.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_with&package-manager=cargo&previous-version=3.0.0&new-version=3.1.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] committed Jul 18, 2023
1 parent 898633e commit f684437
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sec1 = { version = "0.7", features = ["pem", "der"] }
semver = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_ipld_dagcbor = { workspace = true }
serde_with = { version = "3.0", features = ["base64"] }
serde_with = { version = "3.1", features = ["base64"] }
thiserror = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
Expand Down

0 comments on commit f684437

Please sign in to comment.