Skip to content

Commit 7ecb06a

Browse files
chore(deps): Bump async-nats from 0.31.0 to 0.32.0 (vectordotdev#18640)
* chore(deps): Bump async-nats from 0.31.0 to 0.32.0 Bumps [async-nats](https://github.com/nats-io/nats.rs) from 0.31.0 to 0.32.0. - [Release notes](https://github.com/nats-io/nats.rs/releases) - [Commits](https://github.com/nats-io/nats.rs/commits/async-nats/v0.32.0) --- updated-dependencies: - dependency-name: async-nats dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * license --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Doug Smith <[email protected]>
1 parent 6bab5be commit 7ecb06a

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

Cargo.lock

+19-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ lru = { version = "0.11.1", default-features = false, optional = true }
291291
maxminddb = { version = "0.23.0", default-features = false, optional = true }
292292
md-5 = { version = "0.10", default-features = false, optional = true }
293293
mongodb = { version = "2.6.1", default-features = false, features = ["tokio-runtime"], optional = true }
294-
async-nats = { version = "0.31.0", default-features = false, optional = true }
294+
async-nats = { version = "0.32.0", default-features = false, optional = true }
295295
nkeys = { version = "0.3.1", default-features = false, optional = true }
296296
nom = { version = "7.1.3", default-features = false, optional = true }
297297
notify = { version = "6.1.1", default-features = false, features = ["macos_fsevent"] }

LICENSE-3rdparty.csv

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ data-encoding,https://github.com/ia0/data-encoding,MIT,Julien Cretin <[email protected]
164164
data-url,https://github.com/servo/rust-url,MIT OR Apache-2.0,Simon Sapin <[email protected]>
165165
debug-helper,https://github.com/magiclen/debug-helper,MIT,Magic Len <[email protected]>
166166
der,https://github.com/RustCrypto/formats/tree/master/der,Apache-2.0 OR MIT,RustCrypto Developers
167+
deranged,https://github.com/jhpratt/deranged,MIT OR Apache-2.0,Jacob Pratt <[email protected]>
167168
derivative,https://github.com/mcarton/rust-derivative,MIT OR Apache-2.0,mcarton <[email protected]>
168169
derive_arbitrary,https://github.com/rust-fuzz/arbitrary,MIT OR Apache-2.0,"The Rust-Fuzz Project Developers, Nick Fitzgerald <[email protected]>, Manish Goregaokar <[email protected]>, Andre Bogus <[email protected]>, Corey Farwell <[email protected]>"
169170
derive_more,https://github.com/JelteF/derive_more,MIT,Jelte Fennema <[email protected]>

0 commit comments

Comments
 (0)