Skip to content

Commit

Permalink
Deps upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed Dec 18, 2023
1 parent c4201cb commit f1ae1a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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 @@ -31,7 +31,7 @@ ctrlc = { version = "3.4.1", features = ["termination"] }
#rdkafka = { version = "0.34.0", features = ["cmake-build", "ssl-vendored", "libz-static"] }

[target.'cfg(unix)'.dependencies]
rdkafka = { version = "0.34.0", features = ["ssl-vendored", "gssapi-vendored", "libz-static"] }
rdkafka = { version = "0.36.0", features = ["ssl-vendored", "gssapi-vendored", "libz-static"] }

[profile.release]
strip = true # Automatically strip symbols from the binary.
Expand Down

0 comments on commit f1ae1a9

Please sign in to comment.