Skip to content

Commit

Permalink
Merge branch 'main' into improve_log
Browse files Browse the repository at this point in the history
  • Loading branch information
carneiro-cw authored Nov 29, 2024
2 parents 9f34fc6 + 5754012 commit 3669031
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ sqlx = { version = "=0.8.2", features = [

# test
fake = { version = "=2.9.2", features = ["chrono", "derive"] }
rdkafka = {version = "0.36.2", features = ["ssl", "sasl"] }
openssl = { version = "0.10.32", features = ["vendored"] }
sasl2-sys = { version = "0.1.22", features = ["vendored"] }
rdkafka = {version = "=0.36.2", features = ["ssl", "sasl"] }
openssl = { version = "=0.10.68", features = ["vendored"] }
sasl2-sys = { version = "=0.1.22", features = ["vendored"] }

# Historic events processor
indicatif = "=0.17.8"
Expand Down

0 comments on commit 3669031

Please sign in to comment.