5643 Commits

Author SHA1 Message Date
xzfc
d9b4de9be6 fix typo 2026-04-07 21:13:58 +00:00
xzfc
26c4b77a5c don't use Middle English words in error messages 2026-04-07 21:13:58 +00:00
xzfc
ad6d946327 rusdoc: use stable URLs 2026-04-07 21:13:58 +00:00
xzfc
a1a005c7d5 rustdoc: syntax/path fixes 2026-04-07 21:13:58 +00:00
xzfc
3be620d2b7 rustdoc: add doc for generic_consts
(Copied from closed PR #8458)
2026-04-07 20:54:40 +00:00
xzfc
a62c472107 rustdoc: fix misplaced doc comments for HnswGraphConfig 2026-04-07 20:54:04 +00:00
xzfc
2d9d953a45 UniversalIO: generic RequestId (#8601)
* IoUringState: generic `RequestId`

* UniversalRead: generic `RequestId`

* Simplify `gridstore::Pages::get_page_value_ranges`

Now we don't need two separate `SmallVec`s as we can put `buffer_offset`
into `RequestId`.

* Better doc comment

* Rename `RequestId` -> `Meta`
2026-04-07 17:10:40 +00:00
Krzysztof Teodorowski
07f4970ecb Add regression test for optimizer config refresh (#8607) 2026-04-07 15:27:37 +02:00
Tim Visée
612a010118 Bump aws-lc-sys and rustls-webpki dependencies (#8619) 2026-04-07 15:13:24 +02:00
dependabot[bot]
da4fce6a42 build(deps): bump taiki-e/upload-rust-binary-action from 1.29.1 to 1.30.0 (#8609)
* build(deps): bump taiki-e/upload-rust-binary-action

Bumps [taiki-e/upload-rust-binary-action](https://github.com/taiki-e/upload-rust-binary-action) from 1.29.1 to 1.30.0.
- [Release notes](https://github.com/taiki-e/upload-rust-binary-action/releases)
- [Changelog](https://github.com/taiki-e/upload-rust-binary-action/blob/main/CHANGELOG.md)
- [Commits](0e34102c04...10c1cf6a3d)

---
updated-dependencies:
- dependency-name: taiki-e/upload-rust-binary-action
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Remove explicit token

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: timvisee <tim@visee.me>
2026-04-07 14:52:28 +02:00
xzfc
8e07ccb7c3 IoUringState: replace HashMap with flat slice (#8599) 2026-04-07 12:31:55 +00:00
xzfc
1b236286e9 Separate GeoHash/GeoHashRaw (#8618)
* GeoHash: convert to tuple struct for consistency

* GeoHash: clarify code

* Separate `GeoHash`/`GeoHashRaw`
2026-04-07 11:59:35 +00:00
dependabot[bot]
cc3e20c117 build(deps): bump cc from 1.2.58 to 1.2.59 (#8615)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.58 to 1.2.59.
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.58...cc-v1.2.59)

---
updated-dependencies:
- dependency-name: cc
  dependency-version: 1.2.59
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-07 10:50:07 +02:00
dependabot[bot]
b6406d2539 build(deps): bump tokio from 1.50.0 to 1.51.0 (#8613)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.50.0 to 1.51.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.50.0...tokio-1.51.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-07 10:18:33 +02:00
dependabot[bot]
bd215ea0aa build(deps): bump indexmap from 2.13.0 to 2.13.1 (#8614)
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.13.0 to 2.13.1.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.13.0...2.13.1)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-07 10:18:02 +02:00
dependabot[bot]
b555f81619 build(deps): bump extractions/setup-just from 3.1.0 to 4.0.0 (#8608)
Bumps [extractions/setup-just](https://github.com/extractions/setup-just) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/extractions/setup-just/releases)
- [Commits](f8a3cce218...53165ef7e7)

---
updated-dependencies:
- dependency-name: extractions/setup-just
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-07 10:17:10 +02:00
dependabot[bot]
cb1e5b9242 build(deps): bump semver from 1.0.27 to 1.0.28 (#8610)
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.27 to 1.0.28.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.27...1.0.28)

---
updated-dependencies:
- dependency-name: semver
  dependency-version: 1.0.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-07 10:13:45 +02:00
dependabot[bot]
d3e5738df8 build(deps): bump pyo3 from 0.28.2 to 0.28.3 (#8611)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.28.2 to 0.28.3.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.28.2...v0.28.3)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-version: 0.28.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-07 10:13:32 +02:00
dependabot[bot]
14963e4115 build(deps): bump arc-swap from 1.9.0 to 1.9.1 (#8612)
Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.9.0 to 1.9.1.
- [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vorner/arc-swap/compare/v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: arc-swap
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-07 10:13:17 +02:00
xzfc
38d5439078 UIO read benchmark (#8575) 2026-04-03 12:31:36 +00:00
Roman Titov
5739daa53a Improvements to io_uring (#8592)
* Cleanup `IoUringGuard`

* Cleanup `IoUringRuntime`

* Simplify imports

* Extract `io_error_context` into `error` sub-module

* Rename `IoUringFile::uses_o_direct` into `direct_io`

* Rename `IoUringRequest::Read` fields

* Minor cleanups

* Cleanup `IoUringPool` 😵‍💫

* Track file index during multi-file operations as part of `IoUringState`
2026-04-03 05:09:30 +00:00
Arnaud Gourlay
e4d5cd3b55 Exclude down resharded shards during select (#8596)
* Exclude down resharded shards during select

* act on a single consistent snapshot of the resharding state
2026-04-02 16:47:59 +02:00
Daniel Boros
b47fa7d1ee fix: timeout tests (#8591) 2026-04-02 12:57:32 +02:00
Roman Titov
e43acaf9ab Better IoUringReadIter (#8586)
Co-authored-by: generall <andrey@vasnetsov.com>
2026-04-01 19:55:50 +02:00
Arnaud Gourlay
a4059c15af Remove unused dependency crates (#8589) 2026-04-01 18:15:18 +02:00
Arnaud Gourlay
cc45d9d5bd Upgrade raft-rs to latest revision (#8588) 2026-04-01 15:46:57 +02:00
Kyamran Shakhaev
ee7baa668f Use OperationError funcs (#8587)
* Use OperationError funcs

* Inline variable

* Inline variable

---------

Co-authored-by: Tim Visée <tim+github@visee.me>
2026-04-01 15:25:11 +02:00
dependabot[bot]
3acd7fffa9 build(deps): bump sha2 from 0.10.9 to 0.11.0 (#8558)
* build(deps): bump sha2 from 0.10.9 to 0.11.0

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0.
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.9...sha2-v0.11.0)

---
updated-dependencies:
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: adapt to sha2 0.11.0 API changes

sha2 0.11.0 switched from GenericArray to hybrid_array::Array for hash
output, which no longer implements LowerHex. Replace `format!("{:x}")`
with explicit per-byte hex formatting.

Made-with: Cursor

* fix: replace write_all with update for sha2 0.11.0 compatibility

sha2 0.11.0 removed the std::io::Write impl on hashers.
Use Digest::update() instead of Write::write_all().

Made-with: Cursor

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cursor Agent <agent@cursor.com>
2026-04-01 14:05:49 +02:00
qdrant-cloud-bot
ec7d7d2c7e docs: make dev branch requirement more prominent for contributors (#8581)
Contributors frequently open PRs against master instead of dev.
Add prominent callouts and a root-level CONTRIBUTING.md so the
branch requirement is visible at every step of the contribution flow.

Made-with: Cursor

Co-authored-by: Cursor Agent <agent@cursor.com>
2026-04-01 13:56:29 +02:00
Tim Visée
f5e005c45c Wait for resharding to finish on all peers (#8585) 2026-04-01 13:38:40 +02:00
eason
3d6059219d fix: prevent panic when snapshot path contains non-UTF-8 characters (#8577)
Replace .to_str().unwrap() with .display() to handle paths
containing non-UTF-8 characters gracefully.

This matches the pattern used elsewhere in the codebase (e.g.,
actix/api/snapshot_api.rs:101, tonic/auth.rs:59).

Fixes #8563

Co-authored-by: easonysliu <easonysliu@tencent.com>
2026-04-01 12:24:20 +02:00
qdrant-cloud-bot
6812e6fbfb Update gpu-allocator to v0.28.0 (#8583)
Made-with: Cursor

Co-authored-by: Cursor Agent <agent@cursor.com>
2026-04-01 12:04:13 +02:00
Arnaud Gourlay
3f57eb0345 Bump Python CI test deps (#8582) 2026-04-01 11:43:43 +02:00
dependabot[bot]
ce9e17b946 build(deps): bump uuid from 1.22.0 to 1.23.0 (#8559)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-01 11:26:56 +02:00
dependabot[bot]
f09778c602 build(deps): bump taiki-e/setup-cross-toolchain-action (#8549)
Bumps [taiki-e/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action) from 1.39.1 to 1.39.2.
- [Release notes](https://github.com/taiki-e/setup-cross-toolchain-action/releases)
- [Changelog](https://github.com/taiki-e/setup-cross-toolchain-action/blob/main/CHANGELOG.md)
- [Commits](20dbac418c...d62f33b587)

---
updated-dependencies:
- dependency-name: taiki-e/setup-cross-toolchain-action
  dependency-version: 1.39.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-01 10:59:43 +02:00
Andrey Vasnetsov
f5474ef248 Propagate HardwareCounterCell through MmapMapIndex::get_values (#8574)
* Propagate HardwareCounterCell through MmapMapIndex::get_values

Previously, `MmapMapIndex::get_values` used `ConditionedCounter::never()`,
which silently skipped all hardware IO counter tracking for mmap map index
value reads. This propagates a real `HardwareCounterCell` through the full
call chain so that disk IO from `values_iter` is properly measured.

Changes:
- `MmapMapIndex::get_values` now accepts `&HardwareCounterCell`, creates a
  `ConditionedCounter` via `make_conditioned_counter`, and measures the
  `deleted` bitvec access (matching `check_values_any` behavior).
- `MapIndex::get_values` forwards the counter to the `Mmap` variant.
- `FacetIndex::get_point_values` trait method now accepts `&HardwareCounterCell`,
  propagated through `FacetIndexEnum` and both impls (MapIndex, BoolIndex).
- `indexed_variable_retriever` accepts and forwards the counter to
  `IntMapIndex`, `KeywordIndex`, and `UuidMapIndex` calls.
- `SegmentBuilder::update` and `_get_ordering_value` accept and propagate
  the counter instead of creating disposable instances.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* feat: add test

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Daniel Boros <dancixx@gmail.com>
2026-04-01 10:26:20 +02:00
dependabot[bot]
ef9c918442 build(deps): bump sigstore/cosign-installer from 4.1.0 to 4.1.1 (#8552)
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](ba7bc0a3fe...cad07c2e89)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-01 10:21:44 +02:00
qdrant-cloud-bot
623db4c2a5 build(deps): bump cryptography from 46.0.5 to 46.0.6 in /tests (#8569)
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6)

Made-with: Cursor

Co-authored-by: Cursor Agent <agent@cursor.com>
2026-04-01 10:19:32 +02:00
xzfc
5e7a3b0593 IoUringFile: don't use io_uring for single operations (#8576) 2026-04-01 00:27:51 +00:00
Andrey Vasnetsov
6f2e19a43a Skip audit logging for telemetry endpoints (#8571)
* Skip audit logging for telemetry endpoints

Telemetry access checks (telemetry_memory, telemetry_requests,
telemetry_cluster, cluster_telemetry) fire on every metrics scrape and
produce very noisy audit logs with no security-relevant signal.

Switch all telemetry callers to use `auth.unlogged_access()` to bypass
audit logging, consistent with the existing metrics and prepare_data
handlers that already did this.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* trigger CI

* feat: add some tests

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Daniel Boros <dancixx@gmail.com>
2026-03-31 22:29:18 +02:00
Kyamran Shakhaev
050d5b9777 Use CollectionError funcs (#8570)
* Use CollectionError funcs

* Fix typo
2026-03-31 20:20:14 +02:00
xzfc
0b0df145b3 Drop RocksDB (#8529)
* Skip broken tests

* Add rocksdb dropper

This is a temporary tool. It will be removed later in this PR.

* [automated] Drop rocksdb

This commit is made by running tools/rocksdb/drop.sh

* Touch-up after ast-grep

The previous automated commit removed items, but not their comments.
Also, some blocks are left with only one item.
Also, ast-grep can't handle macros like `vec![]`.

This commit completes the job.

* Remove RocksDB dropper

* Remove mentions of rocksdb feature in CI

* Fix clippy warnings

These `FIXME` comments added previously in this PR by ast-grep by
"peeling" cfg_attr like this:

    -#[cfg_attr(not(feature = "rocksdb"), expect(...))]
    +#[expect(...)] // FIXME(rocksdb): ...

This commit removes these allow/expect attributes and fixes clippy
lints.

* Remove leftover rocksdb-related code

Removed:
- Cargo.toml: rocksdb cargo feature flag and dependencies.
- code: rocksdb-related items that was not under feature flag.
- flags.rs: rocksdb-related qdrant feature flags.

Disabled:
- Some benchmarks because these do not compile now.

* Print warning if rocksdb leftovers found in snapshots

* Remove Clone from tokenizer

* Regenerate openapi.json
2026-03-31 18:08:39 +00:00
Andrey Vasnetsov
f473e83ed0 universal io iterator (#8535)
* [AI] Implement low-level iterator for universal-io implementation of io_uring

* [AI] io_uring pool

* fmt

* [AI] refactor io_uring into multiple files

* [AI] implement IoUringReadMultiIter

* [AI] replace file_indices Vec -> AHashMap to prevent memory growth

* fmt

* Guard populate() when file uses O_DIRECT

O_DIRECT bypasses the page cache, so reading the whole file to warm
it is pointless — return early as a no-op.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Update comment about O_DIRECT in concurrent read iter test

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix: apply submit_and_wait retry loop to read iterators

On older kernels, submit_and_wait may return before completions are
available. Apply the same retry loop to the iterator step() methods
to prevent premature iterator termination.

Made-with: Cursor

* do not step every time

* [AI] unify iterators

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Cursor Agent <agent@cursor.com>
2026-03-31 15:54:52 +02:00
dependabot[bot]
4f5dac4c48 build(deps): bump ordered-float from 5.1.0 to 5.3.0 (#8557)
Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 5.1.0 to 5.3.0.
- [Release notes](https://github.com/reem/rust-ordered-float/releases)
- [Commits](https://github.com/reem/rust-ordered-float/compare/v5.1.0...v5.3.0)

---
updated-dependencies:
- dependency-name: ordered-float
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 15:32:03 +02:00
dependabot[bot]
cd33bf2967 build(deps): bump zerocopy from 0.8.47 to 0.8.48 (#8555)
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.47 to 0.8.48.
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/zerocopy/compare/v0.8.47...v0.8.48)

---
updated-dependencies:
- dependency-name: zerocopy
  dependency-version: 0.8.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 15:30:07 +02:00
Kyamran Shakhaev
420c52758d Use StorageError funcs (#8565) 2026-03-31 15:28:51 +02:00
dependabot[bot]
ca63b1a46b build(deps): bump cc from 1.2.57 to 1.2.58 (#8560)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.57 to 1.2.58.
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.57...cc-v1.2.58)

---
updated-dependencies:
- dependency-name: cc
  dependency-version: 1.2.58
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 10:22:21 +02:00
dependabot[bot]
d30359bd8e build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 (#8551)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.6.0 to 8.0.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](37802adc94...cec208311d)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 09:43:11 +02:00
dependabot[bot]
2a71e37f32 build(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 (#8553)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.3 to 6.0.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](1af58845a9...57e3a136b7)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 09:41:54 +02:00
dependabot[bot]
1ad1a8482d build(deps): bump proptest from 1.10.0 to 1.11.0 (#8554)
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.10.0 to 1.11.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.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: proptest
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 09:41:16 +02:00