Skip to content

Commit

Permalink
chore(deps): Bump async-nats from 0.32.1 to 0.33.0
Browse files Browse the repository at this point in the history
Bumps [async-nats](https://github.com/nats-io/nats.rs) from 0.32.1 to 0.33.0.
- [Release notes](https://github.com/nats-io/nats.rs/releases)
- [Commits](nats-io/nats.rs@async-nats/v0.32.1...async-nats/v0.33.0)

---
updated-dependencies:
- dependency-name: async-nats
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 887655f commit 0e9f967
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 17 deletions.
52 changes: 36 additions & 16 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 src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apache-avro = { git = "https://github.com/risingwavelabs/avro", rev = "89c2c128d
] }
arrow-array = { workspace = true }
arrow-schema = { workspace = true }
async-nats = "0.32"
async-nats = "0.33"
async-trait = "0.1"
auto_enums = { version = "0.8", features = ["futures03"] }
auto_impl = "1"
Expand Down

0 comments on commit 0e9f967

Please sign in to comment.