Skip to content

Commit

Permalink
fix: avoid gssapi compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Oct 8, 2023
1 parent f241e90 commit ce428c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 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 graph-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ primitive-types = "0.12.1"
prometheus = { version = "0.13", default-features = false }
prost = "0.11.8"
rand.workspace = true
rdkafka = { version = "0.34", features = ["gssapi-vendored", "tracing"] }
rdkafka = { version = "0.34", features = ["gssapi", "tracing"] }
reqwest.workspace = true
secp256k1.workspace = true
semver = "1.0"
Expand Down

0 comments on commit ce428c3

Please sign in to comment.