Skip to content

Commit

Permalink
Bump async-nats to v0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
M4SS Builder committed May 7, 2024
1 parent 79a2294 commit a6132fe
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 31 deletions.
79 changes: 49 additions & 30 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 @@ -305,7 +305,7 @@ lru = { version = "0.12.3", default-features = false, optional = true }
maxminddb = { version = "0.24.0", default-features = false, optional = true }
md-5 = { version = "0.10", default-features = false, optional = true }
mongodb = { version = "2.8.2", default-features = false, features = ["tokio-runtime"], optional = true }
async-nats = { version = "0.33.0", default-features = false, optional = true }
async-nats = { version = "0.35.0", default-features = false, features = ["ring"], optional = true }
nkeys = { version = "0.4.1", default-features = false, optional = true }
nom = { version = "7.1.3", default-features = false, optional = true }
notify = { version = "6.1.1", default-features = false, features = ["macos_fsevent"] }
Expand Down

0 comments on commit a6132fe

Please sign in to comment.