diff --git a/Cargo.lock b/Cargo.lock index fcca06546..4d80cca36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,7 +414,7 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "grenad" version = "0.1.0" -source = "git+https://github.com/Kerollmops/grenad.git?rev=3eb7ad9#3eb7ad9fff06c7b4d3286a3e37e40eea12d695de" +source = "git+https://github.com/Kerollmops/grenad.git?rev=3adcb26#3adcb267dcbc590c7da10eb5f887a254865b3dbe" dependencies = [ "byteorder", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 3fcdfff03..79c947877 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ either = "1.6.1" flate2 = "1.0.17" fst = "0.4.4" fxhash = "0.2.1" -grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "3eb7ad9" } +grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "3adcb26" } heed = { version = "0.10.5", default-features = false, features = ["lmdb", "sync-read-txn"] } human_format = "1.0.3" jemallocator = "0.3.2" diff --git a/http-ui/Cargo.lock b/http-ui/Cargo.lock index 662225c77..44a418d8c 100644 --- a/http-ui/Cargo.lock +++ b/http-ui/Cargo.lock @@ -600,7 +600,7 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "grenad" version = "0.1.0" -source = "git+https://github.com/Kerollmops/grenad.git?rev=3eb7ad9#3eb7ad9fff06c7b4d3286a3e37e40eea12d695de" +source = "git+https://github.com/Kerollmops/grenad.git?rev=3adcb26#3adcb267dcbc590c7da10eb5f887a254865b3dbe" dependencies = [ "byteorder", "flate2", diff --git a/http-ui/Cargo.toml b/http-ui/Cargo.toml index bfe39dcf6..2b80d851e 100644 --- a/http-ui/Cargo.toml +++ b/http-ui/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] anyhow = "1.0.28" -grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "3eb7ad9" } +grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "3adcb26" } heed = "0.10.5" memmap = "0.7.0" milli = { path = ".." }