Skip to content

chore(deps): bump the rust-dependencies group across 1 directory with 2 updates#3

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-9f565a1a97
Closed

chore(deps): bump the rust-dependencies group across 1 directory with 2 updates#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-9f565a1a97

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the rust-dependencies group with 2 updates in the / directory: tokio and turso.

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 turso from 0.5.3 to 0.6.0

Release notes

Sourced from turso's releases.

0.6.0 -- 2026-05-14

Release Notes

Added

  • add a test for xfer optimization bug in sqlite (Pavan Nambi)
  • Add regression test case for SQLite xfer optimization bug (Pavan Nambi)
  • core/mvcc: Add regression test for DESC index scan under concurrent insert (Pekka Enberg)
  • add proper benchmark names for create index benchmark functions (Pedro Muniz)
  • bindings/rust: Dynamic auth token support for sync engine (Nikita Sivukhin)
  • Make WITHOUT ROWID support experimental (Pekka Enberg)
  • add dbtest paper! (Alperen Keleş)
  • testing/sqltests: Add regression test for self-referential trigger after ALTER TABLE RENAME (Pekka Enberg)
  • testing: Add regression test for MVCC update on btree-only row (Pekka Enberg)
  • testing: Add recovery-heavy MVCC profile in Whopper (Mikaël Francoeur")
  • testing: Add recovery-heavy MVCC profile in Whopper (Mikaël Francoeur)
  • sqlite3: implement sqlite3_stricmp and sqlite3_complete (Lucas Schwalm Silva)
  • route FK NEW-image key reads through ColumnLayout (Mikaël Francoeur)
  • Add regression tests for pager panic after savepoint rollback with overflow (Jussi Saurio)
  • Add bind parameter support to Database API (Pekka Enberg)
  • testing/sqltests: Add regression tests for "index cursor should have a record" bug (Jussi Saurio)
  • tests/integration: Add regression test for VACUUM INTO panic (Jussi Saurio)
  • testing: Add regression tests for pragma_table_list() panic (Jussi Saurio)
  • add tests for table-valued functions (Mikaël Francoeur)
  • Add savepoint rollback DST coverage and fix rollback cache invalidation (Yassine Elyaakoub)
  • add a tool to measure stack usage (Pedro Muniz)
  • Implement PRAGMA foreign_key_list (Mikaël Francoeur)
  • core: Add initial support of vaccum op (Avinash Sajjanshetty)
  • concurrent-simulator: Add a coverage runner config (Pekka Enberg)
  • core/translate: UPDATE FROM support (Pekka Enberg)
  • core: support non-MVCC WITHOUT ROWID tables (Marc-André Moreau)
  • ci: add stack size workflow (Pedro Muniz)
  • bindings/python: Add SQLAlchemy asyncio dialect (Akira Noda)
  • Add STRUCT and UNION composite types for STRICT tables (Glauber Costa)
  • Bump activesupport from 7.2.3 to 7.2.3.1 in /examples/react-native (app/dependabot)
  • Add Go driver sync example to examples (Preston Thorpe)
  • core/connection: add a small helper to check if db is in-memory (Avinash Sajjanshetty)
  • add some sqltests (Pavan Nambi)
  • bindings/python: Add named parameter support (Akira Noda)
  • docs: add multiprocess access to sql-reference (Preston Thorpe)
  • fossier: add bot_policy = allow to prevent blocking dependabot (Preston Thorpe)
  • Bump addressable from 2.8.8 to 2.9.0 in /examples/react-native (app/dependabot)
  • add checkpoint flag for perf/memory (Pedro Muniz)
  • core: Implement initial support for multi-process database access (Preston Thorpe)
  • Introduce BTree constructor and RAII mutation guard (Mikaël Francoeur)
  • add series blob profile in perf/memory (Pedro Muniz)
  • Add CREATE DOMAIN / DROP DOMAIN support (Glauber Costa)
  • Add README for the turso npm package (Glauber Costa)
  • Add CREATE TABLE AS SELECT support (Glauber Costa)
  • serverless/javascript: Interactive transaction support (Pekka Enberg)

... (truncated)

Changelog

Sourced from turso's changelog.

0.6.0 -- 2026-05-14

Added

  • add a test for xfer optimization bug in sqlite (Pavan Nambi)
  • Add regression test case for SQLite xfer optimization bug (Pavan Nambi)
  • core/mvcc: Add regression test for DESC index scan under concurrent insert (Pekka Enberg)
  • add proper benchmark names for create index benchmark functions (Pedro Muniz)
  • bindings/rust: Dynamic auth token support for sync engine (Nikita Sivukhin)
  • Make WITHOUT ROWID support experimental (Pekka Enberg)
  • add dbtest paper! (Alperen Keleş)
  • testing/sqltests: Add regression test for self-referential trigger after ALTER TABLE RENAME (Pekka Enberg)
  • testing: Add regression test for MVCC update on btree-only row (Pekka Enberg)
  • testing: Add recovery-heavy MVCC profile in Whopper (Mikaël Francoeur")
  • testing: Add recovery-heavy MVCC profile in Whopper (Mikaël Francoeur)
  • sqlite3: implement sqlite3_stricmp and sqlite3_complete (Lucas Schwalm Silva)
  • route FK NEW-image key reads through ColumnLayout (Mikaël Francoeur)
  • Add regression tests for pager panic after savepoint rollback with overflow (Jussi Saurio)
  • Add bind parameter support to Database API (Pekka Enberg)
  • testing/sqltests: Add regression tests for "index cursor should have a record" bug (Jussi Saurio)
  • tests/integration: Add regression test for VACUUM INTO panic (Jussi Saurio)
  • testing: Add regression tests for pragma_table_list() panic (Jussi Saurio)
  • add tests for table-valued functions (Mikaël Francoeur)
  • Add savepoint rollback DST coverage and fix rollback cache invalidation (Yassine Elyaakoub)
  • add a tool to measure stack usage (Pedro Muniz)
  • Implement PRAGMA foreign_key_list (Mikaël Francoeur)
  • core: Add initial support of vaccum op (Avinash Sajjanshetty)
  • concurrent-simulator: Add a coverage runner config (Pekka Enberg)
  • core/translate: UPDATE FROM support (Pekka Enberg)
  • core: support non-MVCC WITHOUT ROWID tables (Marc-André Moreau)
  • ci: add stack size workflow (Pedro Muniz)
  • bindings/python: Add SQLAlchemy asyncio dialect (Akira Noda)
  • Add STRUCT and UNION composite types for STRICT tables (Glauber Costa)
  • Bump activesupport from 7.2.3 to 7.2.3.1 in /examples/react-native (app/dependabot)
  • Add Go driver sync example to examples (Preston Thorpe)
  • core/connection: add a small helper to check if db is in-memory (Avinash Sajjanshetty)
  • add some sqltests (Pavan Nambi)
  • bindings/python: Add named parameter support (Akira Noda)
  • docs: add multiprocess access to sql-reference (Preston Thorpe)
  • fossier: add bot_policy = allow to prevent blocking dependabot (Preston Thorpe)
  • Bump addressable from 2.8.8 to 2.9.0 in /examples/react-native (app/dependabot)
  • add checkpoint flag for perf/memory (Pedro Muniz)
  • core: Implement initial support for multi-process database access (Preston Thorpe)
  • Introduce BTree constructor and RAII mutation guard (Mikaël Francoeur)
  • add series blob profile in perf/memory (Pedro Muniz)
  • Add CREATE DOMAIN / DROP DOMAIN support (Glauber Costa)
  • Add README for the turso npm package (Glauber Costa)
  • Add CREATE TABLE AS SELECT support (Glauber Costa)
  • serverless/javascript: Interactive transaction support (Pekka Enberg)
  • Fix encryption cipher mapping in promise API and add tests (Glauber Costa)

... (truncated)

Commits
  • b850120 Turso 0.6.0
  • b747381 Update CHANGELOG.md
  • 2cabfc4 Turso 0.6.0-pre.31
  • 3083d8e Merge 'Fix breaking test with a diff yield point' from Avinash Sajjanshetty
  • b6a0000 Fix breaking test with a diff yield point
  • c1a8af0 Merge 'core/mvcc: Ensure committed timestamp watermark is monotonic' from Avi...
  • c9de5f3 Merge 'Fix MVCC lock leaks' from Jussi Saurio
  • 5564284 core/mvcc: remove dashmap comments
  • 74627d8 github: Cap Windows multiprocess smoke run at 10k steps
  • b803ac5 github: Reduce concurrent simulator iterations some more
  • 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

… 2 updates

Bumps the rust-dependencies group with 2 updates in the / directory: [tokio](https://github.com/tokio-rs/tokio) and [turso](https://github.com/tursodatabase/turso).


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 `turso` from 0.5.3 to 0.6.0
- [Release notes](https://github.com/tursodatabase/turso/releases)
- [Changelog](https://github.com/tursodatabase/turso/blob/main/CHANGELOG.md)
- [Commits](tursodatabase/turso@v0.5.3...v0.6.0)

---
updated-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: turso
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 30, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 30, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/rust-dependencies-9f565a1a97 branch May 30, 2026 08:03
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.

0 participants