diff --git a/Cargo.toml b/Cargo.toml index 6c33245cf0..210e036cb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ datafusion = { path = "datafusion" } data_types = { path = "data_types" } entry = { path = "entry" } generated_types = { path = "generated_types" } -heappy = { git = "https://github.com/mkmik/heappy", rev = "c8fe1fefbaefd536b0137435fce8d90a98a184de", features = ["enable_heap_profiler", "jemalloc_shim", "measure_free"], optional = true} +heappy = { git = "https://github.com/mkmik/heappy", rev = "82a383128e484039cc2f31476e6289bed48a6701", features = ["enable_heap_profiler", "jemalloc_shim", "measure_free"], optional = true} influxdb_iox_client = { path = "influxdb_iox_client", features = ["format"] } influxdb_line_protocol = { path = "influxdb_line_protocol" }