Skip to content

Commit

Permalink
Bump async-nats to v0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Aug 6, 2023
1 parent 5d38f14 commit cc87506
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 17 deletions.
42 changes: 26 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ lru = { version = "0.11.0", default-features = false, optional = true }
maxminddb = { version = "0.23.0", default-features = false, optional = true }
md-5 = { version = "0.10", default-features = false, optional = true }
mongodb = { version = "2.6.0", default-features = false, features = ["tokio-runtime"], optional = true }
async-nats = { version = "0.24.0", default-features = false, optional = true }
async-nats = { version = "0.28.0", default-features = false, optional = true }
nkeys = { version = "0.3.1", default-features = false, optional = true }
nom = { version = "7.1.3", default-features = false, optional = true }
notify = { version = "6.0.1", default-features = false, features = ["macos_fsevent"] }
Expand Down

0 comments on commit cc87506

Please sign in to comment.