Skip to content

Commit

Permalink
Stop relying on our own version of pulsar-rs (#5487)
Browse files Browse the repository at this point in the history
For safety reason, for the moment, we point to an outdated version of pulsar-rs version
with the same major version as what we were using
for the moment.
  • Loading branch information
fulmicoton authored Oct 11, 2024
1 parent 47c1bf3 commit e7bcc90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions quickwit/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 quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ prost = { version = "0.11.6", default-features = false, features = [
] }
prost-build = "0.11.6"
prost-types = "0.11.6"
pulsar = { git = "https://github.com/quickwit-oss/pulsar-rs.git", rev = "f9eff04", default-features = false, features = [
pulsar = { version = "5.1.1", default-features = false, features = [
"auth-oauth2",
"compression",
"tokio-runtime",
Expand Down

0 comments on commit e7bcc90

Please sign in to comment.