Skip to content

Bump the minor-and-patch-updates group across 1 directory with 6 updates - #13

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/cargo/minor-and-patch-updates-919c4ba98e
Open

Bump the minor-and-patch-updates group across 1 directory with 6 updates#13
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/cargo/minor-and-patch-updates-919c4ba98e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown

Bumps the minor-and-patch-updates group with 6 updates in the / directory:

Package From To
actix-web 4.14.0 4.15.0
futures-util 0.3.33 0.3.34
async-trait 0.1.91 0.1.92
tokio 1.53.0 1.53.1
surrealdb 3.2.1 3.3.0-beta.3
log 0.4.33 0.4.34

Updates actix-web from 4.14.0 to 4.15.0

Release notes

Sourced from actix-web's releases.

actix-web: v4.15.0

  • Add Error::add_response_mapper() to allow middleware to modify error-generated responses before they are sent.
  • Remove the experimental experimental-io-uring crate feature.

actix-web: v4.14.1

  • Close idle HTTP/1 keep-alive connections during graceful shutdown and let active connections finish only their current request before closing.
Commits
  • 5723cf4 chore(actix-web): prepare release 4.15.0
  • 7ae209e fix(multipart): include inner error in Payload and Parse display strings (#4186)
  • e5e9911 refactor(web): remove experimental io-uring feature (#4204)
  • dab8c5a add methods for mapping error responses (#2979)
  • 525dfb3 test(router): increase actix-router test coverage (#4196)
  • 9bf4fb2 chore(actix-files): prepare release 0.7.0
  • 3bb0007 refactor(files)!: remove experimental io-uring support (#4198)
  • 5b43241 build(deps): bump futures-core from 0.3.33 to 0.3.34 (#4200)
  • db14111 build(deps): bump rcgen from 0.14.8 to 0.14.9 (#4201)
  • 22a0760 chore: ignore RUSTSEC-2026-0258 (#4203)
  • Additional commits viewable in compare view

Updates futures-util from 0.3.33 to 0.3.34

Release notes

Sourced from futures-util's releases.

0.3.34

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Changelog

Sourced from futures-util's changelog.

0.3.34 - 2026-08-11

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Commits

Updates async-trait from 0.1.91 to 0.1.92

Release notes

Sourced from async-trait's releases.

0.1.92

  • Resolve double_must_use clippy lint in generated code (#303)
Commits

Updates tokio from 1.53.0 to 1.53.1

Release notes

Sourced from tokio's releases.

Tokio v1.53.1

1.53.1 (July 20th, 2026)

Fixed

  • signal: restore MSRV by removing OnceLock::wait from the Windows handler (#8300)

Fixed (unstable)

  • time: fix alt timer cancellation and insertion race (#8252)

Documented

  • runtime: remove dead link definition in Runtime::block_on (#8301)

#8252: tokio-rs/tokio#8252 #8300: tokio-rs/tokio#8300 #8301: tokio-rs/tokio#8301

Commits
  • 75fef53 chore: prepare Tokio v1.53.1 (#8303)
  • ae9d011 signal: restore MSRV by removing OnceLock::wait from the Windows handler (#8300)
  • eb4988d time: fix the loom test of the race between cancellation/insertion (#8302)
  • 91d3b4c time: fix alt timer cancellation and insertion race (#8252)
  • a463384 runtime: remove dead link definition in Runtime::block_on (#8301)
  • See full diff in compare view

Updates surrealdb from 3.2.1 to 3.3.0-beta.3

Release notes

Sourced from surrealdb's releases.

Release 3.3.0-beta.3

Release v3.3.0-beta.3

Release 3.3.0-beta.2

Release v3.3.0-beta.2

Release 3.3.0-beta.1

Release v3.3.0-beta.1

Release 3.2.4

Release v3.2.4

Release 3.2.3

Release v3.2.3

Release 3.2.2

Release v3.2.2

Commits
  • 6dce5c8 Fix the embedded JavaScript engines' storage lifetime and packaging (#957) [r...
  • 89ace1c Enforce the permission and COMPUTED write rules at runtime only (#956) [relea...
  • a56e974 chore: align surrealism and surrealml versioning with the engine (#954)
  • 2bee4a4 Bump version to 3.3.0-beta.3 (#955)
  • fe15c08 Keep archived-node cleanup off the HTTP bind path, and harden startup/heartbe...
  • 70a8283 Bump version to 3.3.0-beta.2 (#944)
  • dd888af Set version to 3.3.0-beta.1
  • 54d7554 fix(ci): correct the npm staging guard and the finalize npm gate (#934)
  • 94c8925 fix(mcp): cover the replay the statelessness check closes, and verify tools/l...
  • 5a52fb8 ci: move npm packages into the rolling build (#914)
  • Additional commits viewable in compare view

Updates log from 0.4.33 to 0.4.34

Release notes

Sourced from log's releases.

0.4.34

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.33...0.4.34

Changelog

Sourced from log's changelog.

[0.4.34] - 2026-08-22

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.33...0.4.34

Commits

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

Bumps the minor-and-patch-updates group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actix-web](https://github.com/actix/actix-web) | `4.14.0` | `4.15.0` |
| [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.91` | `0.1.92` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.53.0` | `1.53.1` |
| [surrealdb](https://github.com/surrealdb/surrealdb) | `3.2.1` | `3.3.0-beta.3` |
| [log](https://github.com/rust-lang/log) | `0.4.33` | `0.4.34` |



Updates `actix-web` from 4.14.0 to 4.15.0
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md)
- [Commits](actix/actix-web@web-v4.14.0...web-v4.15.0)

Updates `futures-util` from 0.3.33 to 0.3.34
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.33...0.3.34)

Updates `async-trait` from 0.1.91 to 0.1.92
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.91...0.1.92)

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

Updates `surrealdb` from 3.2.1 to 3.3.0-beta.3
- [Release notes](https://github.com/surrealdb/surrealdb/releases)
- [Changelog](https://github.com/surrealdb/surrealdb/blob/main/release.toml)
- [Commits](surrealdb/surrealdb@v3.2.1...v3.3.0-beta.3)

Updates `log` from 0.4.33 to 0.4.34
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.33...0.4.34)

---
updated-dependencies:
- dependency-name: actix-web
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: futures-util
  dependency-version: 0.3.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: async-trait
  dependency-version: 0.1.92
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: tokio
  dependency-version: 1.53.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: surrealdb
  dependency-version: 3.3.0-beta.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: log
  dependency-version: 0.4.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
...

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 Aug 25, 2026
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