Skip to content

Commit 65405e9

Browse files
committed
chore(deps): Bump to include fixes for pulsar-rs
We need to start testing the fixes coming in the next release of pulsar-rs. We have contributed some of these fixes and it will help get us off topic regex while being more fault tolerant. An official release will come soon and will be a noop except for the official version bump at that time. Ref: LOG-22978
1 parent 1116531 commit 65405e9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ openssl-probe = { version = "0.1.6", default-features = false }
386386
ordered-float = { version = "4.6.0", default-features = false, features = ["serde"] }
387387
percent-encoding = { version = "2.3.1", default-features = false }
388388
postgres-openssl = { version = "0.5.1", default-features = false, features = ["runtime"], optional = true }
389-
pulsar = { git = "https://github.com/mezmo/pulsar-rs", branch = "fix_connection_manager_race", default-features = false, features = ["tokio-runtime", "auth-oauth2", "flate2", "lz4", "snap", "zstd"], optional = true }
389+
pulsar = { git = "https://github.com/streamnative/pulsar-rs", rev = "771b6ef81b55577095769736eb47932fe64788bb", default-features = false, features = ["tokio-runtime", "auth-oauth2", "flate2", "lz4", "snap", "zstd"], optional = true }
390390
quick-junit = { version = "0.5.1" }
391391
rand.workspace = true
392392
rand_distr.workspace = true

0 commit comments

Comments
 (0)