Skip to content

Commit

Permalink
chore(pulsar): pulsar-rs bump to v5.1.1 (vectordotdev#17159)
Browse files Browse the repository at this point in the history
  • Loading branch information
KannarFr authored Apr 19, 2023
1 parent 3b38ba8 commit 68b54a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -292,7 +292,7 @@ paste = "1.0.12"
percent-encoding = { version = "2.2.0", default-features = false }
pin-project = { version = "1.0.12", default-features = false }
postgres-openssl = { version = "0.5.0", default-features = false, features = ["runtime"], optional = true }
pulsar = { version = "5.1.0", default-features = false, features = ["tokio-runtime", "auth-oauth2", "flate2", "lz4", "snap", "zstd"], optional = true }
pulsar = { version = "5.1.1", default-features = false, features = ["tokio-runtime", "auth-oauth2", "flate2", "lz4", "snap", "zstd"], optional = true }
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
rand_distr = { version = "0.4.3", default-features = false }
rdkafka = { version = "0.29.0", default-features = false, features = ["tokio", "libz", "ssl", "zstd"], optional = true }
Expand Down

0 comments on commit 68b54a9

Please sign in to comment.