Skip to content

Commit

Permalink
chore(deps): update async-nats requirement from 0.36.0 to 0.37.0 (#229)
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.37.0</h2>
<p>A smaller release containing stats and Watcher improvements.</p>
<h2>What's Changed</h2>
<ul>
<li>Add Client stats by <a
href="https://github.com/Jarema"><code>@​Jarema</code></a> in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1314">nats-io/nats.rs#1314</a></li>
<li>Improve kv::Watcher without messages by <a
href="https://github.com/Jarema"><code>@​Jarema</code></a> in <a
href="https://redirect.github.com/nats-io/nats.rs/pull/1321">nats-io/nats.rs#1321</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nats-io/nats.rs/compare/async-nats/v0.36.0...async-nats/v0.37.0">https://github.com/nats-io/nats.rs/compare/async-nats/v0.36.0...async-nats/v0.37.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nats-io/nats.rs/commit/2e6d9a7ad4b7137012b5e2779f670fda5e0fb839"><code>2e6d9a7</code></a>
Release v0.37.0 (<a
href="https://redirect.github.com/nats-io/nats.rs/issues/1323">#1323</a>)</li>
<li><a
href="https://github.com/nats-io/nats.rs/commit/e7fba068347b47c739983fe11f103ccf17e61a6e"><code>e7fba06</code></a>
Improve statistics</li>
<li><a
href="https://github.com/nats-io/nats.rs/commit/33dbbdc36f97400350839bfc51816ac4ad6d022f"><code>33dbbdc</code></a>
Improve kv::Watcher without messages</li>
<li><a
href="https://github.com/nats-io/nats.rs/commit/ea4c372ba71a5528b9c24bb122a8806cf26d9187"><code>ea4c372</code></a>
Fix get_stream_no_info docs</li>
<li><a
href="https://github.com/nats-io/nats.rs/commit/9190ca55118424e202af53e9927bf60d0560c8b2"><code>9190ca5</code></a>
Add Client stats</li>
<li><a
href="https://github.com/nats-io/nats.rs/commit/66076671c5c2046511e72d7fa2d5b05e687cf751"><code>6607667</code></a>
Fix tests for server JS API versioning</li>
<li>See full diff in <a
href="https://github.com/nats-io/nats.rs/compare/async-nats/v0.36.0...async-nats/v0.37.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 Oct 11, 2024
1 parent 664ebc7 commit 798afc1
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 @@ -62,7 +62,7 @@ testcontainers = { version = "0.23.0" }


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

0 comments on commit 798afc1

Please sign in to comment.