Skip to content

Commit

Permalink
Revert "deps: upgrade to rust-rdkafka with non-blocking drop"
Browse files Browse the repository at this point in the history
This reverts commit c7ecf05.
  • Loading branch information
petrosagg committed Feb 2, 2024
1 parent 5cca76b commit cd3cb1a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 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.

10 changes: 0 additions & 10 deletions misc/cargo-vet/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,6 @@ who = "Roshan Jobanputra <[email protected]>"
criteria = "safe-to-deploy"
version = "10.7.0"

[[audits.rdkafka]]
who = "Nikhil Benesch <[email protected]>"
criteria = "safe-to-deploy"
version = "0.29.0@git:c729f89b70935fb2ad8a4f377cff2845acc197b0"

[[audits.rdkafka-sys]]
who = "Nikhil Benesch <[email protected]>"
criteria = "safe-to-deploy"
version = "4.3.0+1.9.2@git:c729f89b70935fb2ad8a4f377cff2845acc197b0"

[[audits.redox_syscall]]
who = "Nikhil Benesch <[email protected]>"
criteria = "maintained-and-necessary"
Expand Down
8 changes: 8 additions & 0 deletions misc/cargo-vet/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1194,6 +1194,14 @@ criteria = "safe-to-deploy"
version = "0.3.0"
criteria = "safe-to-deploy"

[[exemptions.rdkafka]]
version = "0.29.0@git:8ea07c4d2b96636ff093e670bc921892aee0d56a"
criteria = "safe-to-deploy"

[[exemptions.rdkafka-sys]]
version = "4.3.0+1.9.2@git:8ea07c4d2b96636ff093e670bc921892aee0d56a"
criteria = "safe-to-deploy"

[[exemptions.redox_syscall]]
version = "0.2.10"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit cd3cb1a

Please sign in to comment.