diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index c83170fe2c7..f48fdd83659 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -4744,7 +4744,7 @@ dependencies = [ [[package]] name = "quickwit-actors" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "async-trait", @@ -4764,7 +4764,7 @@ dependencies = [ [[package]] name = "quickwit-aws" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "async-trait", @@ -4788,7 +4788,7 @@ dependencies = [ [[package]] name = "quickwit-cli" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "async-trait", @@ -4845,7 +4845,7 @@ dependencies = [ [[package]] name = "quickwit-cluster" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "async-trait", @@ -4871,7 +4871,7 @@ dependencies = [ [[package]] name = "quickwit-codegen" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "heck", @@ -4887,7 +4887,7 @@ dependencies = [ [[package]] name = "quickwit-codegen-example" -version = "0.6.3" +version = "0.6.5" dependencies = [ "async-trait", "dyn-clone", @@ -4910,7 +4910,7 @@ dependencies = [ [[package]] name = "quickwit-common" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "async-speed-limit", @@ -4947,7 +4947,7 @@ dependencies = [ [[package]] name = "quickwit-config" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "byte-unit", @@ -4977,7 +4977,7 @@ dependencies = [ [[package]] name = "quickwit-control-plane" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "async-trait", @@ -5014,7 +5014,7 @@ dependencies = [ [[package]] name = "quickwit-core" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "async-trait", @@ -5046,7 +5046,7 @@ dependencies = [ [[package]] name = "quickwit-datetime" -version = "0.6.3" +version = "0.6.5" dependencies = [ "itertools 0.11.0", "ouroboros", @@ -5059,7 +5059,7 @@ dependencies = [ [[package]] name = "quickwit-directories" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "async-trait", @@ -5080,7 +5080,7 @@ dependencies = [ [[package]] name = "quickwit-doc-mapper" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "base64 0.21.2", @@ -5113,7 +5113,7 @@ dependencies = [ [[package]] name = "quickwit-indexing" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "arc-swap", @@ -5170,7 +5170,7 @@ dependencies = [ [[package]] name = "quickwit-ingest" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "async-trait", @@ -5207,7 +5207,7 @@ dependencies = [ [[package]] name = "quickwit-integration-tests" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "bytes", @@ -5239,7 +5239,7 @@ dependencies = [ [[package]] name = "quickwit-jaeger" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "async-trait", @@ -5273,7 +5273,7 @@ dependencies = [ [[package]] name = "quickwit-janitor" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "async-trait", @@ -5309,7 +5309,7 @@ dependencies = [ [[package]] name = "quickwit-macros" -version = "0.6.3" +version = "0.6.5" dependencies = [ "proc-macro2", "quickwit-macros-impl", @@ -5317,7 +5317,7 @@ dependencies = [ [[package]] name = "quickwit-macros-impl" -version = "0.6.3" +version = "0.6.5" dependencies = [ "heck", "proc-macro2", @@ -5327,7 +5327,7 @@ dependencies = [ [[package]] name = "quickwit-metastore" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "async-trait", @@ -5365,7 +5365,7 @@ dependencies = [ [[package]] name = "quickwit-opentelemetry" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "async-trait", @@ -5388,7 +5388,7 @@ dependencies = [ [[package]] name = "quickwit-proto" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "async-trait", @@ -5419,7 +5419,7 @@ dependencies = [ [[package]] name = "quickwit-query" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "base64 0.21.2", @@ -5443,7 +5443,7 @@ dependencies = [ [[package]] name = "quickwit-rest-client" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "bytes", @@ -5467,7 +5467,7 @@ dependencies = [ [[package]] name = "quickwit-search" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "assert-json-diff 2.0.2", @@ -5515,7 +5515,7 @@ dependencies = [ [[package]] name = "quickwit-serve" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "assert-json-diff 2.0.2", @@ -5576,7 +5576,7 @@ dependencies = [ [[package]] name = "quickwit-storage" -version = "0.6.3" +version = "0.6.5" dependencies = [ "anyhow", "async-trait", @@ -5618,7 +5618,7 @@ dependencies = [ [[package]] name = "quickwit-telemetry" -version = "0.6.3" +version = "0.6.5" dependencies = [ "async-trait", "encoding_rs", diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index 7228399dd58..2f94888ea5c 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -197,34 +197,34 @@ azure_core = { version = "0.13.0", features = ["enable_reqwest_rustls"] } azure_storage = { version = "0.13.0", default-features = false, features = ["enable_reqwest_rustls"] } azure_storage_blobs = { version = "0.13.0", default-features = false, features = ["enable_reqwest_rustls"] } -quickwit-actors = { version = "0.6.3", path = "./quickwit-actors" } -quickwit-aws = { version = "0.6.3", path = "./quickwit-aws" } -quickwit-cluster = { version = "0.6.3", path = "./quickwit-cluster" } -quickwit-codegen = { version = "0.6.3", path = "./quickwit-codegen" } -quickwit-codegen-example = { version = "0.6.3", path = "./quickwit-codegen/example" } -quickwit-common = { version = "0.6.3", path = "./quickwit-common" } -quickwit-config = { version = "0.6.3", path = "./quickwit-config" } -quickwit-control-plane = { version = "0.6.3", path = "./quickwit-control-plane" } -quickwit-core = { version = "0.6.3", path = "./quickwit-core" } -quickwit-datetime = { version = "0.6.3", path = "./quickwit-datetime" } -quickwit-directories = { version = "0.6.3", path = "./quickwit-directories" } -quickwit-doc-mapper = { version = "0.6.3", path = "./quickwit-doc-mapper" } -quickwit-indexing = { version = "0.6.3", path = "./quickwit-indexing" } -quickwit-ingest = { version = "0.6.3", path = "./quickwit-ingest" } -quickwit-integration-tests = { version = "0.6.3", path = "./quickwit-integration-tests" } -quickwit-jaeger = { version = "0.6.3", path = "./quickwit-jaeger" } -quickwit-janitor = { version = "0.6.3", path = "./quickwit-janitor" } -quickwit-macros = { version = "0.6.3", path = "./quickwit-macros" } -quickwit-macros-impl = { version = "0.6.3", path = "./quickwit-macros/impl" } -quickwit-metastore = { version = "0.6.3", path = "./quickwit-metastore" } -quickwit-opentelemetry = { version = "0.6.3", path = "./quickwit-opentelemetry" } -quickwit-proto = { version = "0.6.3", path = "./quickwit-proto" } -quickwit-query = { version = "0.6.3", path = "./quickwit-query" } -quickwit-rest-client = { version = "0.6.3", path = "./quickwit-rest-client" } -quickwit-search = { version = "0.6.3", path = "./quickwit-search" } -quickwit-serve = { version = "0.6.3", path = "./quickwit-serve" } -quickwit-storage = { version = "0.6.3", path = "./quickwit-storage" } -quickwit-telemetry = { version = "0.6.3", path = "./quickwit-telemetry" } +quickwit-actors = { version = "0.6.5", path = "./quickwit-actors" } +quickwit-aws = { version = "0.6.5", path = "./quickwit-aws" } +quickwit-cluster = { version = "0.6.5", path = "./quickwit-cluster" } +quickwit-codegen = { version = "0.6.5", path = "./quickwit-codegen" } +quickwit-codegen-example = { version = "0.6.5", path = "./quickwit-codegen/example" } +quickwit-common = { version = "0.6.5", path = "./quickwit-common" } +quickwit-config = { version = "0.6.5", path = "./quickwit-config" } +quickwit-control-plane = { version = "0.6.5", path = "./quickwit-control-plane" } +quickwit-core = { version = "0.6.5", path = "./quickwit-core" } +quickwit-datetime = { version = "0.6.5", path = "./quickwit-datetime" } +quickwit-directories = { version = "0.6.5", path = "./quickwit-directories" } +quickwit-doc-mapper = { version = "0.6.5", path = "./quickwit-doc-mapper" } +quickwit-indexing = { version = "0.6.5", path = "./quickwit-indexing" } +quickwit-ingest = { version = "0.6.5", path = "./quickwit-ingest" } +quickwit-integration-tests = { version = "0.6.5", path = "./quickwit-integration-tests" } +quickwit-jaeger = { version = "0.6.5", path = "./quickwit-jaeger" } +quickwit-janitor = { version = "0.6.5", path = "./quickwit-janitor" } +quickwit-macros = { version = "0.6.5", path = "./quickwit-macros" } +quickwit-macros-impl = { version = "0.6.5", path = "./quickwit-macros/impl" } +quickwit-metastore = { version = "0.6.5", path = "./quickwit-metastore" } +quickwit-opentelemetry = { version = "0.6.5", path = "./quickwit-opentelemetry" } +quickwit-proto = { version = "0.6.5", path = "./quickwit-proto" } +quickwit-query = { version = "0.6.5", path = "./quickwit-query" } +quickwit-rest-client = { version = "0.6.5", path = "./quickwit-rest-client" } +quickwit-search = { version = "0.6.5", path = "./quickwit-search" } +quickwit-serve = { version = "0.6.5", path = "./quickwit-serve" } +quickwit-storage = { version = "0.6.5", path = "./quickwit-storage" } +quickwit-telemetry = { version = "0.6.5", path = "./quickwit-telemetry" } tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "3c30066", default-features = false, features = [ "mmap", diff --git a/quickwit/quickwit-actors/Cargo.toml b/quickwit/quickwit-actors/Cargo.toml index 98dfeb31407..e7f215ddebc 100644 --- a/quickwit/quickwit-actors/Cargo.toml +++ b/quickwit/quickwit-actors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-actors" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "MIT" diff --git a/quickwit/quickwit-aws/Cargo.toml b/quickwit/quickwit-aws/Cargo.toml index 170d9fbb28b..984944a0929 100644 --- a/quickwit/quickwit-aws/Cargo.toml +++ b/quickwit/quickwit-aws/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-aws" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-cli/Cargo.toml b/quickwit/quickwit-cli/Cargo.toml index 28963ebf9c1..62a9a192d03 100644 --- a/quickwit/quickwit-cli/Cargo.toml +++ b/quickwit/quickwit-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-cli" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-cluster/Cargo.toml b/quickwit/quickwit-cluster/Cargo.toml index 60bc2234aaa..50eb37b463a 100644 --- a/quickwit/quickwit-cluster/Cargo.toml +++ b/quickwit/quickwit-cluster/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-cluster" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-codegen/Cargo.toml b/quickwit/quickwit-codegen/Cargo.toml index b4566200ef7..83d29c880c6 100644 --- a/quickwit/quickwit-codegen/Cargo.toml +++ b/quickwit/quickwit-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-codegen" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-codegen/example/Cargo.toml b/quickwit/quickwit-codegen/example/Cargo.toml index b0b13f9d1f5..186f6c1089f 100644 --- a/quickwit/quickwit-codegen/example/Cargo.toml +++ b/quickwit/quickwit-codegen/example/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-codegen-example" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-common/Cargo.toml b/quickwit/quickwit-common/Cargo.toml index 185a232497b..d8cf9e0ff12 100644 --- a/quickwit/quickwit-common/Cargo.toml +++ b/quickwit/quickwit-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-common" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-config/Cargo.toml b/quickwit/quickwit-config/Cargo.toml index 03d6b4e9c0a..16bec55679c 100644 --- a/quickwit/quickwit-config/Cargo.toml +++ b/quickwit/quickwit-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-config" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial license, contact hello@quickwit.io diff --git a/quickwit/quickwit-control-plane/Cargo.toml b/quickwit/quickwit-control-plane/Cargo.toml index 54ceac4d8c4..d754bdbd869 100644 --- a/quickwit/quickwit-control-plane/Cargo.toml +++ b/quickwit/quickwit-control-plane/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-control-plane" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-core/Cargo.toml b/quickwit/quickwit-core/Cargo.toml index a01c0f9b1d5..051fafa55be 100644 --- a/quickwit/quickwit-core/Cargo.toml +++ b/quickwit/quickwit-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-core" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-datetime/Cargo.toml b/quickwit/quickwit-datetime/Cargo.toml index 86be2b897ef..6d23a2d5b5f 100644 --- a/quickwit/quickwit-datetime/Cargo.toml +++ b/quickwit/quickwit-datetime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-datetime" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-directories/Cargo.toml b/quickwit/quickwit-directories/Cargo.toml index b18424928d0..b2e43bab134 100644 --- a/quickwit/quickwit-directories/Cargo.toml +++ b/quickwit/quickwit-directories/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-directories" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-doc-mapper/Cargo.toml b/quickwit/quickwit-doc-mapper/Cargo.toml index b1f7ced9811..9607788ab62 100644 --- a/quickwit/quickwit-doc-mapper/Cargo.toml +++ b/quickwit/quickwit-doc-mapper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-doc-mapper" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-indexing/Cargo.toml b/quickwit/quickwit-indexing/Cargo.toml index 7229a8cf456..0d83a0956c7 100644 --- a/quickwit/quickwit-indexing/Cargo.toml +++ b/quickwit/quickwit-indexing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-indexing" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-ingest/Cargo.toml b/quickwit/quickwit-ingest/Cargo.toml index 42d3b6e7097..4d8d7473a38 100644 --- a/quickwit/quickwit-ingest/Cargo.toml +++ b/quickwit/quickwit-ingest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-ingest" -version = "0.6.3" +version = "0.6.5" edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io description = "Quickwit is a cost-efficient search engine." diff --git a/quickwit/quickwit-integration-tests/Cargo.toml b/quickwit/quickwit-integration-tests/Cargo.toml index c4f5a8ce28b..fcde56533c9 100644 --- a/quickwit/quickwit-integration-tests/Cargo.toml +++ b/quickwit/quickwit-integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-integration-tests" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-jaeger/Cargo.toml b/quickwit/quickwit-jaeger/Cargo.toml index 66f587fca93..139da65a99c 100644 --- a/quickwit/quickwit-jaeger/Cargo.toml +++ b/quickwit/quickwit-jaeger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-jaeger" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-janitor/Cargo.toml b/quickwit/quickwit-janitor/Cargo.toml index 42e7bcf9f69..cff25783711 100644 --- a/quickwit/quickwit-janitor/Cargo.toml +++ b/quickwit/quickwit-janitor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-janitor" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-macros/Cargo.toml b/quickwit/quickwit-macros/Cargo.toml index 28ad213b609..b5b690e47af 100644 --- a/quickwit/quickwit-macros/Cargo.toml +++ b/quickwit/quickwit-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-macros" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-macros/impl/Cargo.toml b/quickwit/quickwit-macros/impl/Cargo.toml index f15e8529ad5..0651c721ee8 100644 --- a/quickwit/quickwit-macros/impl/Cargo.toml +++ b/quickwit/quickwit-macros/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-macros-impl" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-metastore/Cargo.toml b/quickwit/quickwit-metastore/Cargo.toml index 03d17e82722..6b7e12adc60 100644 --- a/quickwit/quickwit-metastore/Cargo.toml +++ b/quickwit/quickwit-metastore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-metastore" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-opentelemetry/Cargo.toml b/quickwit/quickwit-opentelemetry/Cargo.toml index b64e4e8ac31..78678d0af44 100644 --- a/quickwit/quickwit-opentelemetry/Cargo.toml +++ b/quickwit/quickwit-opentelemetry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-opentelemetry" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-proto/Cargo.toml b/quickwit/quickwit-proto/Cargo.toml index 06cebb3f436..92257a0f73b 100644 --- a/quickwit/quickwit-proto/Cargo.toml +++ b/quickwit/quickwit-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-proto" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-query/Cargo.toml b/quickwit/quickwit-query/Cargo.toml index ca74be4b287..8454a9e5c24 100644 --- a/quickwit/quickwit-query/Cargo.toml +++ b/quickwit/quickwit-query/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-query" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-rest-client/Cargo.toml b/quickwit/quickwit-rest-client/Cargo.toml index b8ccb199141..88d57655d12 100644 --- a/quickwit/quickwit-rest-client/Cargo.toml +++ b/quickwit/quickwit-rest-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-rest-client" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-search/Cargo.toml b/quickwit/quickwit-search/Cargo.toml index 12180ef20d7..0a424dea073 100644 --- a/quickwit/quickwit-search/Cargo.toml +++ b/quickwit/quickwit-search/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-search" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-serve/Cargo.toml b/quickwit/quickwit-serve/Cargo.toml index af99ce0d4d3..86431ad5ff6 100644 --- a/quickwit/quickwit-serve/Cargo.toml +++ b/quickwit/quickwit-serve/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-serve" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-storage/Cargo.toml b/quickwit/quickwit-storage/Cargo.toml index 737114c6d01..3a9b80ed910 100644 --- a/quickwit/quickwit-storage/Cargo.toml +++ b/quickwit/quickwit-storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-storage" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-telemetry/Cargo.toml b/quickwit/quickwit-telemetry/Cargo.toml index 2428d6c5f72..67ff8a38e0d 100644 --- a/quickwit/quickwit-telemetry/Cargo.toml +++ b/quickwit/quickwit-telemetry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickwit-telemetry" -version = "0.6.3" +version = "0.6.5" authors = ["Quickwit, Inc. "] edition = "2021" license = "AGPL-3.0-or-later" # For a commercial, license, contact hello@quickwit.io diff --git a/quickwit/quickwit-ui/package.json b/quickwit/quickwit-ui/package.json index d94120358e2..b0ac611b689 100644 --- a/quickwit/quickwit-ui/package.json +++ b/quickwit/quickwit-ui/package.json @@ -1,6 +1,6 @@ { "name": "quickwit-ui", - "version": "0.6.3", + "version": "0.6.5", "license": "AGPL-3.0", "private": true, "proxy": "http://127.0.0.1:7280",