From db45489b7c72a3a1c096d65fe1915151dede3ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:21:37 +0000 Subject: [PATCH] Bump the rust-dependencies group in /quickwit with 18 updates Bumps the rust-dependencies group in /quickwit with 18 updates: | Package | From | To | | --- | --- | --- | | [bytes](https://github.com/tokio-rs/bytes) | `1.8.0` | `1.9.0` | | [bytestring](https://github.com/actix/actix-net) | `1.3.1` | `1.4.0` | | [colored](https://github.com/mackwic/colored) | `2.1.0` | `2.2.0` | | [heck](https://github.com/withoutboats/heck) | `0.4.1` | `0.5.0` | | [hostname](https://github.com/svartalf/hostname) | `0.3.1` | `0.4.0` | | [http](https://github.com/hyperium/http) | `0.2.12` | `1.1.0` | | [http-serde](https://gitlab.com/kornelski/http-serde) | `1.1.3` | `2.1.1` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.6.0` | `2.7.1` | | [postcard](https://github.com/jamesmunns/postcard) | `1.0.10` | `1.1.1` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [prost](https://github.com/tokio-rs/prost) | `0.11.9` | `0.13.3` | | [prost-types](https://github.com/tokio-rs/prost) | `0.11.9` | `0.13.3` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.11.0` | `3.12.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.14.0` | `3.15.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.7` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.43.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.12.1` | | [aws_lambda_events](https://github.com/awslabs/aws-lambda-rust-runtime) | `0.15.1` | `0.16.0` | Updates `bytes` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.8.0...v1.9.0) Updates `bytestring` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/actix/actix-net/releases) - [Commits](https://github.com/actix/actix-net/compare/bytestring-v1.3.1...bytestring-v1.4.0) Updates `colored` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](https://github.com/mackwic/colored/compare/v2.1.0...v2.2.0) Updates `heck` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/withoutboats/heck/blob/master/CHANGELOG.md) - [Commits](https://github.com/withoutboats/heck/commits) Updates `hostname` from 0.3.1 to 0.4.0 - [Release notes](https://github.com/svartalf/hostname/releases) - [Changelog](https://github.com/svartalf/hostname/blob/master/CHANGELOG.md) - [Commits](https://github.com/svartalf/hostname/compare/v0.3.1...v0.4.0) Updates `http` from 0.2.12 to 1.1.0 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.12...v1.1.0) Updates `http-serde` from 1.1.3 to 2.1.1 - [Commits](https://gitlab.com/kornelski/http-serde/compare/v1.1.3...v2.1.1) Updates `indexmap` from 2.6.0 to 2.7.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.6.0...2.7.1) Updates `postcard` from 1.0.10 to 1.1.1 - [Release notes](https://github.com/jamesmunns/postcard/releases) - [Changelog](https://github.com/jamesmunns/postcard/blob/main/CHANGELOG.md) - [Commits](https://github.com/jamesmunns/postcard/compare/v1.0.10...postcard/v1.1.1) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/v1.5.0...v1.6.0) Updates `prost` from 0.11.9 to 0.13.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/prost/compare/v0.11.9...v0.13.3) Updates `prost-types` from 0.11.9 to 0.13.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/prost/compare/v0.11.9...v0.13.3) Updates `serde_with` from 3.11.0 to 3.12.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.11.0...v3.12.0) Updates `tempfile` from 3.14.0 to 3.15.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.14.0...v3.15.0) Updates `thiserror` from 1.0.69 to 2.0.7 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.7) Updates `tokio` from 1.41.1 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.43.0) Updates `uuid` from 1.11.0 to 1.12.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.11.0...1.12.1) Updates `aws_lambda_events` from 0.15.1 to 0.16.0 - [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases) - [Commits](https://github.com/awslabs/aws-lambda-rust-runtime/compare/lambda-events-0.15.1...lambda-events-0.16.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: bytestring dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: heck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: hostname dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: http-serde dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: postcard dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: prost-types dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: aws_lambda_events dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- quickwit/Cargo.lock | 215 ++++++++++++++-------------- quickwit/Cargo.toml | 28 ++-- quickwit/quickwit-lambda/Cargo.toml | 2 +- 3 files changed, 122 insertions(+), 123 deletions(-) diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index 949f2e6c0b2..71aeb4905d2 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -712,7 +712,7 @@ dependencies = [ "httparse", "hyper 0.14.31", "hyper-rustls", - "indexmap 2.6.0", + "indexmap 2.7.1", "once_cell", "pin-project-lite", "pin-utils", @@ -808,9 +808,9 @@ dependencies = [ [[package]] name = "aws_lambda_events" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7319a086b79c3ff026a33a61e80f04fd3885fbb73237981ea080d21944e1cb1c" +checksum = "52ddb91585253ccc85be3f2e0d5635529efdeadaf8a1da3230b433d3bbe43648" dependencies = [ "base64 0.22.1", "bytes", @@ -1064,7 +1064,16 @@ version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" dependencies = [ - "bit-vec", + "bit-vec 0.6.3", +] + +[[package]] +name = "bit-set" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" +dependencies = [ + "bit-vec 0.8.0", ] [[package]] @@ -1073,6 +1082,12 @@ version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" +[[package]] +name = "bit-vec" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" + [[package]] name = "bitflags" version = "1.3.2" @@ -1241,9 +1256,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" +checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" dependencies = [ "serde", ] @@ -1269,9 +1284,9 @@ dependencies = [ [[package]] name = "bytestring" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72" +checksum = "e465647ae23b2823b0753f50decb2d5a86d2bb2cac04788fafd1f80e45378e5f" dependencies = [ "bytes", ] @@ -1582,12 +1597,12 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "colored" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" +checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -2563,7 +2578,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2" dependencies = [ - "bit-set", + "bit-set 0.5.3", "regex-automata 0.4.9", "regex-syntax 0.8.5", ] @@ -3050,7 +3065,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.6.0", + "indexmap 2.7.1", "slab", "tokio", "tokio-util", @@ -3203,17 +3218,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "hostname" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" -dependencies = [ - "libc", - "match_cfg", - "winapi 0.3.9", -] - [[package]] name = "hostname" version = "0.4.0" @@ -3655,9 +3659,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.6.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" +checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" dependencies = [ "equivalent", "hashbrown 0.15.1", @@ -3696,7 +3700,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "232929e1d75fe899576a3d5c7416ad0d88dbfbb3c3d6aa00873a7408a50ddb88" dependencies = [ "ahash 0.8.11", - "indexmap 2.6.0", + "indexmap 2.7.1", "is-terminal", "itoa", "log", @@ -3902,7 +3906,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca" dependencies = [ "ascii-canvas", - "bit-set", + "bit-set 0.5.3", "ena", "itertools 0.11.0", "lalrpop-util 0.20.2", @@ -4057,9 +4061,9 @@ checksum = "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25" [[package]] name = "libc" -version = "0.2.164" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libm" @@ -4396,12 +4400,6 @@ version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" -[[package]] -name = "match_cfg" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" - [[package]] name = "matchers" version = "0.1.0" @@ -5506,7 +5504,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", - "indexmap 2.6.0", + "indexmap 2.7.1", ] [[package]] @@ -5780,9 +5778,9 @@ checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" [[package]] name = "postcard" -version = "1.0.10" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e" +checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8" dependencies = [ "cobs", "embedded-io 0.4.0", @@ -6022,12 +6020,12 @@ dependencies = [ [[package]] name = "proptest" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" +checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" dependencies = [ - "bit-set", - "bit-vec", + "bit-set 0.8.0", + "bit-vec 0.8.0", "bitflags 2.6.0", "lazy_static", "num-traits", @@ -6195,7 +6193,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7f3541ff84e39da334979ac4bf171e0f277f4f782603aeae65bf5795dc7275a" dependencies = [ "async-trait", - "bit-vec", + "bit-vec 0.6.3", "bytes", "chrono", "crc", @@ -6303,7 +6301,7 @@ dependencies = [ "serde", "serde_json", "sync_wrapper", - "thiserror 1.0.69", + "thiserror 2.0.7", "tokio", "tracing", ] @@ -6367,7 +6365,7 @@ dependencies = [ "serde_json", "tabled", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.7", "thousands", "tikv-jemalloc-ctl", "tikv-jemallocator", @@ -6411,7 +6409,7 @@ version = "0.8.0" dependencies = [ "anyhow", "futures", - "heck 0.4.1", + "heck 0.5.0", "prettyplease 0.2.25", "proc-macro2", "prost-build", @@ -6429,15 +6427,15 @@ dependencies = [ "async-trait", "bytesize", "futures", - "http 0.2.12", + "http 1.1.0", "mockall", - "prost 0.11.9", + "prost 0.13.3", "quickwit-actors", "quickwit-codegen", "quickwit-common", "quickwit-proto", "serde", - "thiserror 1.0.69", + "thiserror 2.0.7", "tokio", "tokio-stream", "tonic", @@ -6459,8 +6457,8 @@ dependencies = [ "fnv", "futures", "home", - "hostname 0.3.1", - "http 0.2.12", + "hostname", + "http 1.1.0", "hyper 0.14.31", "itertools 0.13.0", "once_cell", @@ -6475,7 +6473,7 @@ dependencies = [ "serde_json", "siphasher", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.7", "tokio", "tokio-metrics", "tokio-stream", @@ -6494,8 +6492,8 @@ dependencies = [ "chrono", "cron", "enum-iterator", - "http 0.2.12", - "http-serde 1.1.3", + "http 1.1.0", + "http-serde 2.1.1", "humantime", "itertools 0.13.0", "json_comments", @@ -6589,7 +6587,7 @@ dependencies = [ "binggan", "fnv", "hex", - "indexmap 2.6.0", + "indexmap 2.7.1", "itertools 0.13.0", "matches", "nom", @@ -6606,7 +6604,7 @@ dependencies = [ "serde_yaml", "siphasher", "tantivy", - "thiserror 1.0.69", + "thiserror 2.0.7", "time", "tracing", "utoipa", @@ -6626,7 +6624,7 @@ dependencies = [ "quickwit-metastore", "quickwit-proto", "quickwit-storage", - "thiserror 1.0.69", + "thiserror 2.0.7", "time", "tokio", "tracing", @@ -6660,7 +6658,7 @@ dependencies = [ "oneshot", "openssl", "proptest", - "prost 0.11.9", + "prost 0.13.3", "pulsar", "quickwit-actors", "quickwit-aws", @@ -6684,7 +6682,7 @@ dependencies = [ "serde_json", "tantivy", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.7", "time", "tokio", "tracing", @@ -6703,12 +6701,12 @@ dependencies = [ "bytesize", "fail", "futures", - "http 0.2.12", + "http 1.1.0", "itertools 0.13.0", "mockall", "mrecordlog", "once_cell", - "prost 0.11.9", + "prost 0.13.3", "quickwit-actors", "quickwit-cluster", "quickwit-codegen", @@ -6722,7 +6720,7 @@ dependencies = [ "serde_json", "serde_json_borrow", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.7", "tokio", "tonic", "tower", @@ -6767,8 +6765,8 @@ dependencies = [ "async-trait", "itertools 0.13.0", "once_cell", - "prost 0.11.9", - "prost-types 0.11.9", + "prost 0.13.3", + "prost-types 0.13.3", "quickwit-actors", "quickwit-cluster", "quickwit-common", @@ -6817,7 +6815,7 @@ dependencies = [ "serde_json", "tantivy", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.7", "time", "tokio", "tracing", @@ -6829,12 +6827,12 @@ name = "quickwit-lambda" version = "0.8.0" dependencies = [ "anyhow", - "aws_lambda_events 0.15.1", + "aws_lambda_events 0.16.0", "bytesize", "chitchat", "chrono", "flate2", - "http 0.2.12", + "http 1.1.0", "lambda_http", "lambda_runtime 0.13.0", "mime_guess", @@ -6888,7 +6886,7 @@ dependencies = [ "bytesize", "dotenvy", "futures", - "http 0.2.12", + "http 1.1.0", "itertools 0.13.0", "md5", "mockall", @@ -6911,7 +6909,7 @@ dependencies = [ "serial_test", "sqlx", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.7", "time", "tokio", "tokio-stream", @@ -6930,7 +6928,7 @@ dependencies = [ "async-trait", "hex", "once_cell", - "prost 0.11.9", + "prost 0.13.3", "quickwit-common", "quickwit-config", "quickwit-ingest", @@ -6938,7 +6936,7 @@ dependencies = [ "quickwit-proto", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.7", "time", "tokio", "tonic", @@ -6956,12 +6954,12 @@ dependencies = [ "bytestring", "futures", "glob", - "http 0.2.12", + "http 1.1.0", "mockall", "opentelemetry", - "prost 0.11.9", + "prost 0.13.3", "prost-build", - "prost-types 0.11.9", + "prost-types 0.13.3", "quickwit-actors", "quickwit-codegen", "quickwit-common", @@ -6969,7 +6967,7 @@ dependencies = [ "serde", "serde_json", "sqlx", - "thiserror 1.0.69", + "thiserror 2.0.7", "tokio", "tonic", "tonic-build", @@ -7002,7 +7000,7 @@ dependencies = [ "serde_with", "tantivy", "tantivy-fst", - "thiserror 1.0.69", + "thiserror 2.0.7", "time", "whichlang", ] @@ -7024,7 +7022,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.7", "tokio", "tracing", "wiremock", @@ -7042,13 +7040,13 @@ dependencies = [ "bytesize", "fnv", "futures", - "http 0.2.12", + "http 1.1.0", "itertools 0.13.0", "mockall", "once_cell", "postcard", "proptest", - "prost 0.11.9", + "prost 0.13.3", "quickwit-common", "quickwit-config", "quickwit-directories", @@ -7065,7 +7063,7 @@ dependencies = [ "serde_json", "tantivy", "tantivy-fst", - "thiserror 1.0.69", + "thiserror 2.0.7", "tokio", "tokio-stream", "tower", @@ -7091,7 +7089,7 @@ dependencies = [ "futures-util", "glob", "hex", - "http-serde 1.1.3", + "http-serde 2.1.1", "humantime", "hyper 0.14.31", "itertools 0.13.0", @@ -7101,8 +7099,8 @@ dependencies = [ "opentelemetry", "percent-encoding", "pprof", - "prost 0.11.9", - "prost-types 0.11.9", + "prost 0.13.3", + "prost-types 0.13.3", "quickwit-actors", "quickwit-cluster", "quickwit-common", @@ -7128,7 +7126,7 @@ dependencies = [ "serde_qs 0.12.0", "serde_with", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.7", "time", "tokio", "tokio-stream", @@ -7180,7 +7178,7 @@ dependencies = [ "serde_json", "tantivy", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.7", "tokio", "tokio-stream", "tokio-util", @@ -7195,7 +7193,7 @@ version = "0.8.0" dependencies = [ "async-trait", "encoding_rs", - "hostname 0.3.1", + "hostname", "md5", "once_cell", "quickwit-common", @@ -8080,7 +8078,7 @@ version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ - "indexmap 2.6.0", + "indexmap 2.7.1", "itoa", "memchr", "ryu", @@ -8164,15 +8162,15 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.11.0" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817" +checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" dependencies = [ "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.6.0", + "indexmap 2.7.1", "serde", "serde_derive", "serde_json", @@ -8182,9 +8180,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.11.0" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d" +checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" dependencies = [ "darling", "proc-macro2", @@ -8198,7 +8196,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.6.0", + "indexmap 2.7.1", "itoa", "ryu", "serde", @@ -8520,7 +8518,7 @@ dependencies = [ "futures-util", "hashlink", "hex", - "indexmap 2.6.0", + "indexmap 2.7.1", "log", "memchr", "once_cell", @@ -9034,12 +9032,13 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.14.0" +version = "3.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" +checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" dependencies = [ "cfg-if", "fastrand 2.2.0", + "getrandom 0.2.15", "once_cell", "rustix", "windows-sys 0.59.0", @@ -9247,9 +9246,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.1" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", @@ -9276,9 +9275,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", @@ -9396,7 +9395,7 @@ version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.6.0", + "indexmap 2.7.1", "serde", "serde_spanned", "toml_datetime", @@ -9409,7 +9408,7 @@ version = "0.22.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" dependencies = [ - "indexmap 2.6.0", + "indexmap 2.7.1", "toml_datetime", "winnow 0.6.20", ] @@ -9859,7 +9858,7 @@ version = "4.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5afb1a60e207dca502682537fefcfd9921e71d0b83e9576060f09abc6efab23" dependencies = [ - "indexmap 2.6.0", + "indexmap 2.7.1", "serde", "serde_json", "utoipa-gen", @@ -9880,9 +9879,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.11.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" dependencies = [ "getrandom 0.2.15", "rand 0.8.5", @@ -9943,10 +9942,10 @@ dependencies = [ "grok", "hex", "hmac", - "hostname 0.4.0", + "hostname", "iana-time-zone", "idna 0.5.0", - "indexmap 2.6.0", + "indexmap 2.7.1", "indoc", "influxdb-line-protocol", "itertools 0.13.0", diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index 58efc24c026..3a5e2103e44 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -89,7 +89,7 @@ base64 = "0.22" binggan = { version = "0.14" } bytes = { version = "1", features = ["serde"] } bytesize = { version = "1.3.0", features = ["serde"] } -bytestring = "1.3.0" +bytestring = "1.4.0" chitchat = { git = "https://github.com/quickwit-oss/chitchat.git", rev = "54cbc70" } chrono = { version = "0.4", default-features = false, features = [ "clock", @@ -97,7 +97,7 @@ chrono = { version = "0.4", default-features = false, features = [ ] } clap = { version = "4.5.0", features = ["env", "string"] } coarsetime = "0.1.33" -colored = "2.1.0" +colored = "2.2.0" console-subscriber = "0.1.8" criterion = { version = "0.5", features = ["async_tokio"] } cron = "0.12.0" @@ -117,12 +117,12 @@ google-cloud-auth = "0.12.0" google-cloud-gax = "0.15.0" google-cloud-googleapis = { version = "0.10.0", features = ["pubsub"] } google-cloud-pubsub = "0.18.0" -heck = "0.4.1" +heck = "0.5.0" hex = "0.4.3" home = "0.5.4" -hostname = "0.3" -http = "0.2.9" -http-serde = "1.1.2" +hostname = "0.4" +http = "1.1.0" +http-serde = "2.1.1" humantime = "2.1.0" hyper = { version = "0.14", features = [ "client", @@ -133,7 +133,7 @@ hyper = { version = "0.14", features = [ "tcp", ] } hyper-rustls = "0.24" -indexmap = { version = "2.1.0", features = ["serde"] } +indexmap = { version = "2.7.1", features = ["serde"] } indicatif = "0.17.3" itertools = "0.13" json_comments = "0.2" @@ -167,7 +167,7 @@ ouroboros = "0.18.0" percent-encoding = "2.3.1" pin-project = "1.1.0" pnet = { version = "0.33.0", features = ["std"] } -postcard = { version = "1.0.4", features = [ +postcard = { version = "1.1.1", features = [ "use-std", ], default-features = false } predicates = "3" @@ -176,11 +176,11 @@ pprof = { version = "0.13", features = ["flamegraph"] } proc-macro2 = "1.0.50" prometheus = { version = "0.13", features = ["process"] } proptest = "1" -prost = { version = "0.11.6", default-features = false, features = [ +prost = { version = "0.13.3", default-features = false, features = [ "prost-derive", ] } prost-build = "0.11.6" -prost-types = "0.11.6" +prost-types = "0.13.3" pulsar = { version = "6.3", default-features = false, features = [ "auth-oauth2", "compression", @@ -214,7 +214,7 @@ serde = { version = "1.0.184", features = ["derive", "rc"] } serde_json = "1.0" serde_json_borrow = "0.5" serde_qs = { version = "0.12", features = ["warp"] } -serde_with = "3.9.0" +serde_with = "3.12.0" serde_yaml = "0.9" serial_test = { version = "3.1.1", features = ["file_locks"] } siphasher = "0.3" @@ -229,12 +229,12 @@ syn = { version = "2.0.11", features = ["extra-traits", "full", "parsing"] } sync_wrapper = "0.1.2" tabled = { version = "0.14", features = ["color"] } tempfile = "3" -thiserror = "1" +thiserror = "2" thousands = "0.2.0" tikv-jemalloc-ctl = "0.5" tikv-jemallocator = "0.5" time = { version = "0.3", features = ["std", "formatting", "macros"] } -tokio = { version = "1.40", features = ["full"] } +tokio = { version = "1.43", features = ["full"] } tokio-metrics = { version = "0.3.1", features = ["rt"] } tokio-stream = { version = "0.1", features = ["sync"] } tokio-util = { version = "0.7", features = ["full"] } @@ -265,7 +265,7 @@ typetag = "0.2" ulid = "1.1" username = "0.2" utoipa = { version = "4.2", features = ["time", "ulid"] } -uuid = { version = "1.10", features = ["v4", "serde"] } +uuid = { version = "1.12", features = ["v4", "serde"] } vrl = { version = "0.19", default-features = false, features = [ "compiler", "diagnostic", diff --git a/quickwit/quickwit-lambda/Cargo.toml b/quickwit/quickwit-lambda/Cargo.toml index e94e3baf107..891445837ef 100644 --- a/quickwit/quickwit-lambda/Cargo.toml +++ b/quickwit/quickwit-lambda/Cargo.toml @@ -23,7 +23,7 @@ s3-localstack-tests = [] [dependencies] anyhow = { workspace = true } -aws_lambda_events = "0.15.0" +aws_lambda_events = "0.16.0" bytesize = { workspace = true } chitchat = { workspace = true } chrono = { workspace = true }