Skip to content

deps(rust): bump the rust-dependencies group with 3 updates#343

Merged
StevenBtw merged 1 commit into
release/0.5.43from
dependabot/cargo/rust-dependencies-a7676bcc7e
May 11, 2026
Merged

deps(rust): bump the rust-dependencies group with 3 updates#343
StevenBtw merged 1 commit into
release/0.5.43from
dependabot/cargo/rust-dependencies-a7676bcc7e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps the rust-dependencies group with 3 updates: hashbrown, tokio and clap_complete.

Updates hashbrown from 0.17.0 to 0.17.1

Release notes

Sourced from hashbrown's releases.

v0.17.1

Added

  • Added HashMap::rustc_try_insert (#722)
Changelog

Sourced from hashbrown's changelog.

0.17.1 - 2026-04-20

Added

  • Added HashMap::rustc_try_insert (#722)
Commits
  • c62a63a chore: release v0.17.1
  • 420e83b Merge pull request #722 from cuviper/rustc_try_insert
  • 51cecbd Move the RustcOccupiedError note as requested in review
  • 16d0f37 Add HashMap::rustc_try_insert
  • 18a04c5 Merge pull request #721 from clarfonthey/branch-rename
  • ee8a0ee Rename master to main in release-plz workflow
  • 147df65 Merge pull request #720 from xtqqczze/authors
  • 64a0acb Remove package.authors field from Cargo metadata
  • 867db72 Merge pull request #716 from atouchet/rdm
  • 57b760b Update Readme
  • Additional commits viewable in compare view

Updates tokio from 1.52.1 to 1.52.3

Release notes

Sourced from tokio's releases.

Tokio v1.52.3

1.52.3 (May 8th, 2026)

Fixed

  • sync: fix underflow in mpsc channel len() (#8062)
  • sync: notify receivers in mpsc OwnedPermit::release() method (#8075)
  • sync: require that an RwLock has max_readers != 0 (#8076)
  • sync: return Empty from try_recv() when mpsc is closed with outstanding permits (#8074)

#8062: tokio-rs/tokio#8062 #8074: tokio-rs/tokio#8074 #8075: tokio-rs/tokio#8075 #8076: tokio-rs/tokio#8076

Tokio v1.52.2

1.52.2 (May 4th, 2026)

This release reverts the LIFO slot stealing change introduced in 1.51.0 (#7431), due to [its performance impact]#8065. (#8100)

#7431: tokio-rs/tokio#7431 #8065: tokio-rs/tokio#8065 #8100: tokio-rs/tokio#8100

Commits

Updates clap_complete from 4.6.3 to 4.6.4

Commits
  • 87ec1ad chore: Release
  • 78f2529 docs: Update changelog
  • b61f270 Merge pull request #6369 from Metbcy/fix/zsh-completion-ordering
  • 74c6666 fix(complete): Keep zsh candidate order
  • d142d8f Merge pull request #6360 from epage/string
  • ba89563 style: Prefer explicit string operations
  • bea966e Merge pull request #6359 from epage/man
  • b811986 chore(man):Remove unused required-features
  • 0010bf2 Merge pull request #6358 from clap-rs/renovate/crate-ci-typos-1.x
  • bab9b24 chore(deps): Update compatible (dev) (#6357)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by cubic

Update core Rust dependencies to latest patch versions for stability and reliability: tokio 1.52.3, hashbrown 0.17.1, and clap_complete 4.6.4. Fixes runtime edge cases and improves CLI completion behavior.

  • Dependencies
    • tokio → 1.52.3: fixes mpsc len/try_recv, receiver wakeups, and RwLock constraints; reverts LIFO slot stealing for performance.
    • hashbrown → 0.17.1: minor patch; adds HashMap::rustc_try_insert (no impact to our code).
    • clap_complete → 4.6.4: keeps zsh completion candidate order.

Written for commit 41f6df1. Summary will update on new commits.

Bumps the rust-dependencies group with 3 updates: [hashbrown](https://github.com/rust-lang/hashbrown), [tokio](https://github.com/tokio-rs/tokio) and [clap_complete](https://github.com/clap-rs/clap).


Updates `hashbrown` from 0.17.0 to 0.17.1
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/main/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.17.0...v0.17.1)

Updates `tokio` from 1.52.1 to 1.52.3
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.52.1...tokio-1.52.3)

Updates `clap_complete` from 4.6.3 to 4.6.4
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.6.3...clap_complete-v4.6.4)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-version: 0.17.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tokio
  dependency-version: 1.52.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: clap_complete
  dependency-version: 4.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 11, 2026
@dependabot dependabot Bot requested a review from StevenBtw as a code owner May 11, 2026 06:31
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@github-actions
Copy link
Copy Markdown

Benchmark Comparison (base vs PR)

Measured on the same runner to eliminate hardware variance.

Full results
group                                                 base                                   pr
-----                                                 ----                                   --
_memory_flush                                         1.00      0.7±0.00ns        ? ?/sec    1.00      0.7±0.00ns        ? ?/sec
adjacency_insert_1000                                 1.01     32.7±0.42µs        ? ?/sec    1.00     32.3±0.37µs        ? ?/sec
adjacency_lookup                                      1.00     68.6±0.95µs        ? ?/sec    1.02     70.2±1.74µs        ? ?/sec
brute_force_knn_1k_k10                                1.00     35.1±0.34µs        ? ?/sec    1.00     35.1±0.34µs        ? ?/sec
bump_allocate_1000                                    1.01   1446.7±8.75ns        ? ?/sec    1.00   1432.2±9.51ns        ? ?/sec
compact/edges_from_outgoing_10K                       1.06    636.7±5.62µs        ? ?/sec    1.00   602.9±10.94µs        ? ?/sec
compact/find_nodes_by_property/dict_eq/1000           1.00  1397.1±12.43ns        ? ?/sec    1.00  1392.9±27.17ns        ? ?/sec
compact/find_nodes_by_property/dict_eq/10000          1.00      8.9±0.14µs        ? ?/sec    1.00      8.9±0.16µs        ? ?/sec
compact/find_nodes_by_property/dict_eq/100000         1.00     88.2±0.91µs        ? ?/sec    1.00     88.2±1.30µs        ? ?/sec
compact/find_nodes_by_property/int_eq/1000            1.00      2.7±0.01µs        ? ?/sec    1.01      2.7±0.03µs        ? ?/sec
compact/find_nodes_by_property/int_eq/10000           1.00     23.1±0.10µs        ? ?/sec    1.00     23.1±0.30µs        ? ?/sec
compact/find_nodes_by_property/int_eq/100000          1.00    227.6±1.89µs        ? ?/sec    1.00    227.1±1.05µs        ? ?/sec
compact/find_nodes_in_range/score_gt_7/1000           1.01      5.3±0.09µs        ? ?/sec    1.00      5.3±0.08µs        ? ?/sec
compact/find_nodes_in_range/score_gt_7/10000          1.00     47.4±0.64µs        ? ?/sec    1.01     48.0±2.61µs        ? ?/sec
compact/find_nodes_in_range/score_gt_7/100000         1.00    470.1±5.48µs        ? ?/sec    1.00    469.5±3.45µs        ? ?/sec
compact/get_node_property_10K                         1.05    241.8±2.44µs        ? ?/sec    1.00    231.0±5.33µs        ? ?/sec
compact/nodes_by_label_100K                           1.01     18.2±1.29µs        ? ?/sec    1.00     18.1±1.70µs        ? ?/sec
distance/cosine_384d                                  1.03     58.2±0.40ns        ? ?/sec    1.00     56.6±0.24ns        ? ?/sec
distance/dot_product_384d                             1.07     50.0±0.36ns        ? ?/sec    1.00     46.6±0.92ns        ? ?/sec
distance/euclidean_384d                               1.10     54.9±0.56ns        ? ?/sec    1.00     49.8±0.16ns        ? ?/sec
edge_filter/regression_edge_filter_any                1.00    696.1±5.21µs        ? ?/sec    1.01    706.0±1.73µs        ? ?/sec
edge_filter/regression_edge_filter_follows            1.04   717.8±13.34µs        ? ?/sec    1.00    687.4±3.99µs        ? ?/sec
edge_filter/regression_edge_filter_single             1.00    685.5±5.86µs        ? ?/sec    1.00    687.9±2.84µs        ? ?/sec
epoch_arena_allocate_1000                             1.00      8.4±0.08µs        ? ?/sec    1.01      8.5±0.31µs        ? ?/sec
hash_index_insert_1000                                1.04     61.6±1.54µs        ? ?/sec    1.00     59.4±0.27µs        ? ?/sec
hash_index_lookup                                     1.00     13.3±0.06µs        ? ?/sec    1.00     13.2±0.16µs        ? ?/sec
hnsw_insert_500                                       1.01     41.1±1.33ms        ? ?/sec    1.00     40.5±0.07ms        ? ?/sec
hnsw_search_2k_k10                                    1.00    139.8±1.06µs        ? ?/sec    1.00    139.9±2.73µs        ? ?/sec
memory_10k_nodes_50k_edges                            1.00     44.3±0.36ms        ? ?/sec    1.01     44.9±1.06ms        ? ?/sec
memory_1k_nodes_5k_edges                              1.01      3.2±0.00ms        ? ?/sec    1.00      3.2±0.01ms        ? ?/sec
memory_after_100_queries                              1.00     42.9±0.20ms        ? ?/sec    1.07     45.9±0.30ms        ? ?/sec
memory_empty_db                                       1.00     74.5±0.60µs        ? ?/sec    1.00     74.3±0.38µs        ? ?/sec
memory_vector_index_1k                                1.02    101.8±0.22ms        ? ?/sec    1.00     99.9±0.47ms        ? ?/sec
multihop/regression_1hop_1k                           1.00    396.0±4.25µs        ? ?/sec    1.00    397.1±6.02µs        ? ?/sec
multihop/regression_1hop_5k                           1.00      2.1±0.03ms        ? ?/sec    1.02      2.1±0.07ms        ? ?/sec
multihop/regression_2hop_1k                           1.01    431.1±1.23µs        ? ?/sec    1.00    425.1±1.76µs        ? ?/sec
multihop/regression_3hop_1k                           1.00    489.4±1.76µs        ? ?/sec    1.03    502.8±2.78µs        ? ?/sec
multihop/regression_fan_out_5k                        1.08      5.2±0.20ms        ? ?/sec    1.00      4.8±0.11ms        ? ?/sec
object_pool_get_put_1000                              1.00      2.3±0.01µs        ? ?/sec    1.00      2.3±0.02µs        ? ?/sec
product_quantization/asymmetric_distance_128d_pq8     1.00     53.8±0.67µs        ? ?/sec    1.00     54.1±0.74µs        ? ?/sec
product_quantization/build_distance_table_128d_pq8    1.00     53.6±0.38µs        ? ?/sec    1.01     54.0±0.70µs        ? ?/sec
product_quantization/distance_with_table_pq8          1.14      6.0±0.11ns        ? ?/sec    1.00      5.3±0.21ns        ? ?/sec
product_quantization/quantize_128d_pq8                1.01     17.6±0.12µs        ? ?/sec    1.00     17.4±0.51µs        ? ?/sec
product_quantization/train_500x128_pq8                1.00     58.5±0.11ms        ? ?/sec    1.01     59.0±2.00ms        ? ?/sec
query_1hop_pattern                                    1.00    402.7±5.58µs        ? ?/sec    1.00    404.0±6.23µs        ? ?/sec
query_2hop_pattern                                    1.15    505.5±4.81µs        ? ?/sec    1.00    437.8±4.72µs        ? ?/sec
query_count_all                                       1.00     47.0±0.46µs        ? ?/sec    1.00     46.9±0.53µs        ? ?/sec
query_fan_out_expand_1k                               1.00   862.6±17.16µs        ? ?/sec    1.00    864.2±6.74µs        ? ?/sec
query_filter_range                                    1.00    368.1±2.79µs        ? ?/sec    1.01    370.7±5.87µs        ? ?/sec
query_insert_single_node                              1.00   841.6±73.21µs        ? ?/sec    1.02  857.5±158.60µs        ? ?/sec
query_node_lookup_by_property                         1.00    391.4±3.51µs        ? ?/sec    1.01    396.7±9.13µs        ? ?/sec
rdf_chain_join                                        1.00   384.9±10.13µs        ? ?/sec    1.00    384.0±5.62µs        ? ?/sec
rdf_count_all                                         1.00    160.5±2.21µs        ? ?/sec    1.04    167.5±3.95µs        ? ?/sec
rdf_filter_string                                     1.00    291.8±2.25µs        ? ?/sec    1.03    299.1±3.63µs        ? ?/sec
rdf_insert_single_triple                              1.00      4.3±1.34ms        ? ?/sec    1.03      4.4±1.47ms        ? ?/sec
rdf_join_chain_10k                                    1.12      6.8±0.80ms        ? ?/sec    1.00      6.1±0.34ms        ? ?/sec
rdf_join_chain_2hop_10k                               1.10     14.6±1.62ms        ? ?/sec    1.00     13.2±1.42ms        ? ?/sec
rdf_join_optional_10k                                 1.10     13.7±0.48ms        ? ?/sec    1.00     12.5±0.47ms        ? ?/sec
rdf_join_star_2_10k                                   1.00     18.1±0.61ms        ? ?/sec    1.12     20.2±0.85ms        ? ?/sec
rdf_join_star_3_10k                                   1.01     36.8±2.69ms        ? ?/sec    1.00     36.4±1.82ms        ? ?/sec
rdf_join_star_4_10k                                   1.11     48.3±3.83ms        ? ?/sec    1.00     43.4±1.55ms        ? ?/sec
rdf_optional_pattern                                  1.00    843.6±5.21µs        ? ?/sec    1.01    854.9±7.03µs        ? ?/sec
rdf_single_pattern_lookup                             1.01      4.4±0.11µs        ? ?/sec    1.00      4.3±0.06µs        ? ?/sec
rdf_star_join_2pattern                                1.00  1093.7±14.54µs        ? ?/sec    1.01   1109.3±6.43µs        ? ?/sec
rdf_star_join_3pattern                                1.00      2.0±0.01ms        ? ?/sec    1.02      2.0±0.01ms        ? ?/sec
repeated/regression_repeat_cached_500                 1.00    200.6±0.23ms        ? ?/sec    1.00    200.7±3.62ms        ? ?/sec
repeated/regression_repeat_unique_100                 1.00     38.1±0.06ms        ? ?/sec    1.02     39.0±0.11ms        ? ?/sec
repeated/regression_repeat_unique_500                 1.00    195.4±0.28ms        ? ?/sec    1.00    196.1±0.98ms        ? ?/sec
scalar_quantization/distance_u8_384d                  1.00    590.6±3.07ns        ? ?/sec    1.00    588.5±6.13ns        ? ?/sec
scalar_quantization/quantize_384d                     1.00    350.3±4.61ns        ? ?/sec    1.01   354.4±14.03ns        ? ?/sec
scalar_quantization/train_1000x384                    1.01    124.2±2.03µs        ? ?/sec    1.00    123.5±1.24µs        ? ?/sec
snapshot_export_50n_100e                              1.04     98.5±0.88µs        ? ?/sec    1.00     95.1±2.94µs        ? ?/sec
snapshot_import_50n_100e                              1.03    238.6±1.55µs        ? ?/sec    1.00    231.9±2.42µs        ? ?/sec
snapshot_roundtrip_50n_100e                           1.02    351.4±4.43µs        ? ?/sec    1.00    345.5±5.56µs        ? ?/sec
value_decode_mixed_6                                  1.07   326.5±15.92ns        ? ?/sec    1.00    305.2±3.55ns        ? ?/sec
value_encode_mixed_6                                  1.02    200.4±2.23ns        ? ?/sec    1.00    197.0±2.11ns        ? ?/sec

No performance regressions above configured thresholds.

@codspeed-hq
Copy link
Copy Markdown
Contributor

codspeed-hq Bot commented May 11, 2026

Merging this PR will not alter performance

✅ 70 untouched benchmarks


Comparing dependabot/cargo/rust-dependencies-a7676bcc7e (41f6df1) with main (4ebae02)

Open in CodSpeed

@StevenBtw StevenBtw changed the base branch from main to release/0.5.43 May 11, 2026 17:53
@StevenBtw StevenBtw merged commit ca624cb into release/0.5.43 May 11, 2026
55 checks passed
@StevenBtw StevenBtw deleted the dependabot/cargo/rust-dependencies-a7676bcc7e branch May 11, 2026 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant