From 28b475ba0d7d658f8de9ae70668fd8f454a19c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 11:19:13 +0000 Subject: [PATCH] Bump the rust-dependencies group across 1 directory with 8 updates --- updated-dependencies: - dependency-name: hostname dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: http-serde dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: numfmt dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: rustls dependency-version: 0.23.29 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: tokio-rustls dependency-version: 0.26.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: tower-http dependency-version: 0.6.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: lambda_runtime dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- quickwit/Cargo.lock | 172 +++++++++++++--------------- quickwit/Cargo.toml | 14 +-- quickwit/quickwit-lambda/Cargo.toml | 2 +- 3 files changed, 89 insertions(+), 99 deletions(-) diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index 27e5b8a2413..36021b2a0a9 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -915,7 +915,7 @@ dependencies = [ "flate2", "http 1.3.1", "http-body 1.0.1", - "http-serde 2.1.1", + "http-serde", "query_map", "serde", "serde_dynamo", @@ -1258,7 +1258,7 @@ dependencies = [ "bitflags 2.9.1", "cexpr", "clang-sys", - "itertools 0.13.0", + "itertools 0.12.1", "proc-macro2", "quote", "regex", @@ -3505,17 +3505,6 @@ dependencies = [ "windows-sys 0.59.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.1" @@ -3589,22 +3578,6 @@ dependencies = [ "pin-project-lite", ] -[[package]] -name = "http-range-header" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" - -[[package]] -name = "http-serde" -version = "1.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f560b665ad9f1572cfcaf034f7fb84338a7ce945216d64a90fd81f046a3caee" -dependencies = [ - "http 0.2.12", - "serde", -] - [[package]] name = "http-serde" version = "2.1.1" @@ -4125,15 +4098,6 @@ dependencies = [ "either", ] -[[package]] -name = "itertools" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.14.0" @@ -4269,7 +4233,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "hyper 1.6.0", - "lambda_runtime", + "lambda_runtime 0.13.0", "mime", "percent-encoding", "pin-project-lite", @@ -4293,10 +4257,10 @@ dependencies = [ "http 1.3.1", "http-body 1.0.1", "http-body-util", - "http-serde 2.1.1", + "http-serde", "hyper 1.6.0", "hyper-util", - "lambda_runtime_api_client", + "lambda_runtime_api_client 0.11.1", "pin-project", "serde", "serde_json", @@ -4308,6 +4272,34 @@ dependencies = [ "tracing", ] +[[package]] +name = "lambda_runtime" +version = "0.14.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c64945a7a718d04acbbd06fa8acdc37576f4dfbd8982932365b72907e7b2b27e" +dependencies = [ + "async-stream", + "base64 0.22.1", + "bytes", + "futures", + "http 1.3.1", + "http-body 1.0.1", + "http-body-util", + "http-serde", + "hyper 1.6.0", + "hyper-util", + "lambda_runtime_api_client 0.12.2", + "pin-project", + "serde", + "serde_json", + "serde_path_to_error", + "tokio", + "tokio-stream", + "tower 0.5.2", + "tower-layer", + "tracing", +] + [[package]] name = "lambda_runtime_api_client" version = "0.11.1" @@ -4329,6 +4321,27 @@ dependencies = [ "tracing-subscriber", ] +[[package]] +name = "lambda_runtime_api_client" +version = "0.12.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df2589b440f900f61fc6d5cd26f71f0e75dcc7610bdbb88a56f0d308e1c35b42" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "http 1.3.1", + "http-body 1.0.1", + "http-body-util", + "hyper 1.6.0", + "hyper-util", + "tokio", + "tower 0.5.2", + "tower-service", + "tracing", + "tracing-subscriber", +] + [[package]] name = "lazy_static" version = "1.5.0" @@ -4735,12 +4748,6 @@ version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a" -[[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" @@ -5212,9 +5219,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "numfmt" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db7467e47de9fb6ea5b3f47dc34c1cf0b86359f072a46f6278119544cdbd0021" +checksum = "8ea1a14c0c3b00c5b3f3ab9625c35601c5cac06a94bb6b17c27327a8f1d520c6" dependencies = [ "dtoa", "itoa", @@ -6604,7 +6611,7 @@ dependencies = [ "futures", "once_cell", "quickwit-common", - "rand 0.8.5", + "rand 0.9.1", "serde", "serde_json", "sync_wrapper 1.0.2", @@ -6703,7 +6710,7 @@ dependencies = [ "quickwit-common", "quickwit-config", "quickwit-proto", - "rand 0.8.5", + "rand 0.9.1", "serde", "serde_json", "time", @@ -6769,7 +6776,7 @@ dependencies = [ "fnv", "futures", "home", - "hostname 0.3.1", + "hostname", "http 1.3.1", "hyper 1.6.0", "hyper-util", @@ -6779,7 +6786,7 @@ dependencies = [ "pnet", "prometheus", "proptest", - "rand 0.8.5", + "rand 0.9.1", "rayon", "regex", "serde", @@ -6810,7 +6817,7 @@ dependencies = [ "cron", "enum-iterator", "http 0.2.12", - "http-serde 1.1.3", + "http-serde", "humantime", "itertools 0.14.0", "json_comments", @@ -6854,7 +6861,7 @@ dependencies = [ "quickwit-ingest", "quickwit-metastore", "quickwit-proto", - "rand 0.8.5", + "rand 0.9.1", "serde", "serde_json", "smallvec", @@ -6992,7 +6999,7 @@ dependencies = [ "quickwit-proto", "quickwit-query", "quickwit-storage", - "rand 0.8.5", + "rand 0.9.1", "rdkafka", "regex", "reqwest 0.12.22", @@ -7033,7 +7040,7 @@ dependencies = [ "quickwit-config", "quickwit-doc-mapper", "quickwit-proto", - "rand 0.8.5", + "rand 0.9.1", "rand_distr", "serde", "serde_json", @@ -7069,7 +7076,7 @@ dependencies = [ "quickwit-rest-client", "quickwit-serve", "quickwit-storage", - "rand 0.8.5", + "rand 0.9.1", "reqwest 0.12.22", "serde_json", "tempfile", @@ -7156,7 +7163,7 @@ dependencies = [ "flate2", "http 1.3.1", "lambda_http", - "lambda_runtime", + "lambda_runtime 0.14.2", "mime_guess", "once_cell", "opentelemetry", @@ -7177,7 +7184,7 @@ dependencies = [ "quickwit-serve", "quickwit-storage", "quickwit-telemetry", - "rand 0.8.5", + "rand 0.9.1", "reqwest 0.12.22", "serde", "serde_json", @@ -7222,7 +7229,7 @@ dependencies = [ "quickwit-proto", "quickwit-query", "quickwit-storage", - "rand 0.8.5", + "rand 0.9.1", "regex", "regex-syntax 0.8.5", "sea-query", @@ -7387,7 +7394,7 @@ dependencies = [ "quickwit-proto", "quickwit-query", "quickwit-storage", - "rand 0.8.5", + "rand 0.9.1", "rayon", "serde", "serde_json", @@ -7421,7 +7428,7 @@ dependencies = [ "glob", "hex", "http 1.3.1", - "http-serde 1.1.3", + "http-serde", "humantime", "hyper 1.6.0", "hyper-rustls 0.27.7", @@ -7455,7 +7462,7 @@ dependencies = [ "quickwit-telemetry", "regex", "rust-embed", - "rustls 0.21.12", + "rustls 0.23.29", "rustls-pemfile", "serde", "serde_json", @@ -7465,14 +7472,14 @@ dependencies = [ "thiserror 2.0.12", "time", "tokio", - "tokio-rustls 0.24.1", + "tokio-rustls 0.26.2", "tokio-stream", "tokio-util", "tonic 0.13.1", "tonic-health", "tonic-reflection", "tower 0.5.2", - "tower-http 0.4.4", + "tower-http", "tracing", "utoipa", "warp", @@ -7511,7 +7518,7 @@ dependencies = [ "quickwit-common", "quickwit-config", "quickwit-proto", - "rand 0.8.5", + "rand 0.9.1", "regex", "reqsign", "reqwest 0.12.22", @@ -7534,7 +7541,7 @@ version = "0.8.0" dependencies = [ "async-trait", "encoding_rs", - "hostname 0.3.1", + "hostname", "md5", "once_cell", "quickwit-common", @@ -8006,7 +8013,7 @@ dependencies = [ "tokio-rustls 0.26.2", "tokio-util", "tower 0.5.2", - "tower-http 0.6.6", + "tower-http", "tower-service", "url", "wasm-bindgen", @@ -10277,40 +10284,23 @@ dependencies = [ "tracing", ] -[[package]] -name = "tower-http" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" -dependencies = [ - "async-compression", - "bitflags 2.9.1", - "bytes", - "futures-core", - "futures-util", - "http 0.2.12", - "http-body 0.4.6", - "http-range-header", - "pin-project-lite", - "tokio", - "tokio-util", - "tower-layer", - "tower-service", -] - [[package]] name = "tower-http" version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" dependencies = [ + "async-compression", "bitflags 2.9.1", "bytes", + "futures-core", "futures-util", "http 1.3.1", "http-body 1.0.1", "iri-string", "pin-project-lite", + "tokio", + "tokio-util", "tower 0.5.2", "tower-layer", "tower-service", @@ -10743,7 +10733,7 @@ dependencies = [ "grok", "hex", "hmac", - "hostname 0.4.1", + "hostname", "iana-time-zone", "idna", "indexmap 2.10.0", diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index b3811abd63e..c30d7c265a0 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -121,10 +121,10 @@ google-cloud-pubsub = "0.18" heck = "0.5" hex = "0.4" home = "0.5" -hostname = "0.3" +hostname = "0.4" http = "1.3" http-body-util = "0.1.3" -http-serde = "1.1" +http-serde = "2.1" humantime = "2.2" hyper = { version = "1.6", features = ["client", "http1", "http2", "server"] } hyper-rustls = "0.27" @@ -153,7 +153,7 @@ mockall = "0.11" mrecordlog = { git = "https://github.com/quickwit-oss/mrecordlog", rev = "306c0a7" } new_string_template = "1.5" nom = "7.1" -numfmt = "1.1" +numfmt = "1.2" once_cell = "1" oneshot = "0.1" openssl = { version = "0.10", default-features = false } @@ -185,7 +185,7 @@ pulsar = { version = "6.3", default-features = false, features = [ "tokio-runtime", ] } quote = "1.0" -rand = "0.8" +rand = "0.9" rand_distr = "0.4" rayon = "1.10" rdkafka = { version = "0.38", default-features = false, features = [ @@ -205,7 +205,7 @@ reqwest-middleware = "0.4" reqwest-retry = "0.7" rust-embed = "6.8" rustc-hash = "2.1" -rustls = "0.21" +rustls = "0.23" rustls-pemfile = "1.0" sea-query = { version = "0.30" } sea-query-binder = { version = "0.5", features = [ @@ -240,7 +240,7 @@ tikv-jemallocator = "0.5" time = { version = "0.3", features = ["std", "formatting", "macros"] } tokio = { version = "1.45", features = ["full"] } tokio-metrics = { version = "0.3", features = ["rt"] } -tokio-rustls = { version = "0.24", default-features = false } +tokio-rustls = { version = "0.26", default-features = false } tokio-stream = { version = "0.1", features = ["sync"] } tokio-util = { version = "0.7", features = ["full"] } toml = "0.7" @@ -261,7 +261,7 @@ tower = { version = "0.5", features = [ "util", ] } # legacy version because of warp -tower-http = { version = "0.4", features = [ +tower-http = { version = "0.6", features = [ "compression-gzip", "compression-zstd", "cors", diff --git a/quickwit/quickwit-lambda/Cargo.toml b/quickwit/quickwit-lambda/Cargo.toml index a43cce32913..2796691035d 100644 --- a/quickwit/quickwit-lambda/Cargo.toml +++ b/quickwit/quickwit-lambda/Cargo.toml @@ -30,7 +30,7 @@ chrono = { workspace = true } flate2 = { workspace = true } http = { workspace = true } lambda_http = "0.14" -lambda_runtime = "0.13" +lambda_runtime = "0.14" mime_guess = { workspace = true } once_cell = { workspace = true } opentelemetry = { workspace = true }