Skip to content

Commit

Permalink
chore(deps): update async-nats requirement from 0.35.0 to 0.36.0 (#206)
Browse files Browse the repository at this point in the history
Updates the requirements on
[async-nats](https://github.com/nats-io/nats.rs) to permit the latest
version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nats-io/nats.rs/releases">async-nats's
releases</a>.</em></p>
<blockquote>
<h2>async-nats/v0.36.0</h2>
<h2>Overview</h2>
<p>This release adds a useful
<code>futures::Sink&lt;PublishMessage&gt;</code>, and ability to get
<code>Stream</code> handle without IO call,
among other changes.</p>
<h2>Breaking changes</h2>
<p>This release introduces <code>StramMessage</code>, which makes both
<code>get_raw_message</code> and <code>direct_get</code> methods return
the same type, allowing
for more easier interop between two.</p>
<ul>
<li>Rework get_raw_message to return <code>StreamMessage</code> by <a
href="https://github.com/Jarema"><code>@​Jarema</code></a> in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1292">nats-io/nats.rs#1292</a></li>
</ul>
<h2>Added</h2>
<ul>
<li>Add stream_by_subject by <a
href="https://github.com/Jarema"><code>@​Jarema</code></a> in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1287">nats-io/nats.rs#1287</a></li>
<li>Add <code>seen_current</code> to kv by <a
href="https://github.com/Jarema"><code>@​Jarema</code></a> in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1304">nats-io/nats.rs#1304</a></li>
<li>Add get stream no io by <a
href="https://github.com/Jarema"><code>@​Jarema</code></a> in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1306">nats-io/nats.rs#1306</a></li>
<li>Add <code>futures::Sink&lt;PublishMessage&gt;</code> on
<code>async_nats::Client</code> by <a
href="https://github.com/rvolosatovs"><code>@​rvolosatovs</code></a> in
<a
href="https://redirect.github.com/nats-io/nats.rs/pull/1267">nats-io/nats.rs#1267</a></li>
<li>Create header name/value from String without reallocating by <a
href="https://github.com/glueball"><code>@​glueball</code></a> in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1296">nats-io/nats.rs#1296</a></li>
</ul>
<h2>Fixed</h2>
<ul>
<li>Fix <code>subscription_capacity</code> documention default value by
<a href="https://github.com/nazar-pc"><code>@​nazar-pc</code></a> in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1277">nats-io/nats.rs#1277</a></li>
<li>Fix serde Stream roundtrip by <a
href="https://github.com/Jarema"><code>@​Jarema</code></a> in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1294">nats-io/nats.rs#1294</a></li>
<li>Fix KV create race after delete/purge by <a
href="https://github.com/fnichol"><code>@​fnichol</code></a> in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1301">nats-io/nats.rs#1301</a></li>
<li>Allow setting size limit for object storage buckets by <a
href="https://github.com/liamkinne"><code>@​liamkinne</code></a> in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1278">nats-io/nats.rs#1278</a></li>
<li>Fix De/Serialize <code>sample_frequency</code> correctly for Push
and Pull Consumers by <a
href="https://github.com/bengsparks"><code>@​bengsparks</code></a> in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1300">nats-io/nats.rs#1300</a></li>
</ul>
<h2>Changed</h2>
<ul>
<li>Remove server version validation by <a
href="https://github.com/Jarema"><code>@​Jarema</code></a> in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1273">nats-io/nats.rs#1273</a></li>
<li>Remove unwrap from consumer by <a
href="https://github.com/Jarema"><code>@​Jarema</code></a> in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1305">nats-io/nats.rs#1305</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/HeCorr"><code>@​HeCorr</code></a> made
their first contribution in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1263">nats-io/nats.rs#1263</a></li>
<li><a href="https://github.com/liamkinne"><code>@​liamkinne</code></a>
made their first contribution in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1278">nats-io/nats.rs#1278</a></li>
<li><a href="https://github.com/nazar-pc"><code>@​nazar-pc</code></a>
made their first contribution in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1277">nats-io/nats.rs#1277</a></li>
<li><a href="https://github.com/glueball"><code>@​glueball</code></a>
made their first contribution in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1296">nats-io/nats.rs#1296</a></li>
<li><a href="https://github.com/fnichol"><code>@​fnichol</code></a> made
their first contribution in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1301">nats-io/nats.rs#1301</a></li>
<li><a
href="https://github.com/rvolosatovs"><code>@​rvolosatovs</code></a>
made their first contribution in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1267">nats-io/nats.rs#1267</a></li>
<li><a
href="https://github.com/bengsparks"><code>@​bengsparks</code></a> made
their first contribution in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1300">nats-io/nats.rs#1300</a></li>
</ul>
<p>Thank you for all your contributions! 🎉</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nats-io/nats.rs/compare/async-nats/v0.35.1...async-nats/v0.36.0">https://github.com/nats-io/nats.rs/compare/async-nats/v0.35.1...async-nats/v0.36.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nats-io/nats.rs/commit/8726093eae9bb639f8b46bdbd69a9a3b66a0f541"><code>8726093</code></a>
Release async-nats v0.36.0</li>
<li><a
href="https://github.com/nats-io/nats.rs/commit/e7646c18f3f8753e3cf1287f4d358575661b97d1"><code>e7646c1</code></a>
Add get_info to Stream</li>
<li><a
href="https://github.com/nats-io/nats.rs/commit/fce2db9f0f359c469a4c8c6367511f89e346d6fd"><code>fce2db9</code></a>
Add <code>Context::get_stream_no_info</code></li>
<li><a
href="https://github.com/nats-io/nats.rs/commit/b2fb1b406ea9fd2957eadfe2216dea44cd74b56e"><code>b2fb1b4</code></a>
Remove unwrap from consumer</li>
<li><a
href="https://github.com/nats-io/nats.rs/commit/ce8e7e974cae2ff1ae16fe58589c33dc2f3b040a"><code>ce8e7e9</code></a>
Add PartialEq and Eq to Entry and improve entry tests</li>
<li><a
href="https://github.com/nats-io/nats.rs/commit/53749df6344ae7069ad59fe4806fc09a87a28655"><code>53749df</code></a>
Rework get_raw_message to return <code>StreamMessage</code></li>
<li><a
href="https://github.com/nats-io/nats.rs/commit/5c865e078ede06257c830e8d5129a566f78f575b"><code>5c865e0</code></a>
Fix de/ser using <code>sample_freq</code> instead of
<code>sample_frequency</code></li>
<li><a
href="https://github.com/nats-io/nats.rs/commit/ed856c9575bfd84cdc6dbb7729de733562234f5f"><code>ed856c9</code></a>
Add <code>seen_current</code> to kv</li>
<li><a
href="https://github.com/nats-io/nats.rs/commit/f044e0603899ed621f4ae269148ff749bc59e7c5"><code>f044e06</code></a>
Fix de/serialize <code>sample_frequency</code> correctly for Push and
Pull Consumers</li>
<li><a
href="https://github.com/nats-io/nats.rs/commit/053944d541e1d0ad021a442d0d33f07276642cca"><code>053944d</code></a>
Add <code>futures::Sink\&lt;PublishMessage&gt;</code> to
<code>async_nats::Client</code></li>
<li>Additional commits viewable in <a
href="https://github.com/nats-io/nats.rs/compare/async-nats/v0.35.0...async-nats/v0.36.0">compare
view</a></li>
</ul>
</details>
<br />


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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 35299f5 commit ce3866d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ testcontainers = { version = "0.22.0" }


[dev-dependencies]
async-nats = "0.35.0"
async-nats = "0.36.0"
aws-config = "1.0.1"
aws-sdk-dynamodb = "1.2.0"
aws-sdk-s3 = "1.2.0"
Expand Down

0 comments on commit ce3866d

Please sign in to comment.