hubcio commented on code in PR #3523: URL: https://github.com/apache/iggy/pull/3523#discussion_r3507330640
########## core/connectors/sinks/quickwit_sink/Cargo.toml: ########## @@ -31,15 +31,15 @@ publish = false [package.metadata.cargo-machete] Review Comment: this `ignored = ["dashmap"]` is dangling now - the pr drops the dashmap dependency, so cargo-machete has nothing to ignore here anymore. delete the stanza. the macro's `DashMap` comes from the sdk re-export, not a direct dep. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
