Skip to content

Bump the minor-and-patch-updates group across 1 directory with 7 updates - #14

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

dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/cargo/minor-and-patch-updates-84f1d6e364

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown

Bumps the minor-and-patch-updates group with 7 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.4
actix-web-httpauth 0.8.2 0.8.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.4

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

Updates actix-web-httpauth from 0.8.2 to 0.8.3

Release notes

Sourced from actix-web-httpauth's releases.

actix-web-httpauth: v0.8.3

  • Minimum supported Rust version (MSRV) is now 1.88.
Commits
  • 0619c09 chore(actix-web-httpauth): prepare release 0.8.3
  • db99f77 chore(actix-settings): prepare release 0.10.0
  • c7b3b53 docs: add funding info for robjtede
  • d82a691 chore: update -net deps
  • a01525b build(deps): bump smallvec from 1.15.2 to 1.16.0 (#821)
  • dc9bb2f build(deps): bump redis from 1.6.0 to 1.7.0 (#822)
  • babb66b build(deps): bump actix-http from 3.13.3 to 3.13.5 (#823)
  • 71699a3 build(deps): bump toml from 1.1.4+spec-1.1.0 to 1.1.5+spec-1.1.0 (#824)
  • 61dcd73 build(deps): bump uuid from 1.25.0 to 1.26.0 (#818)
  • d87216e build(deps): bump actix-codec from 0.5.2 to 0.5.3 (#819)
  • 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 7 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.4` |
| [actix-web-httpauth](https://github.com/actix/actix-extras) | `0.8.2` | `0.8.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.4
- [Release notes](https://github.com/surrealdb/surrealdb/releases)
- [Changelog](https://github.com/surrealdb/surrealdb/blob/main/release.toml)
- [Commits](https://github.com/surrealdb/surrealdb/commits)

Updates `actix-web-httpauth` from 0.8.2 to 0.8.3
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](actix/actix-extras@redis-v0.8.2...httpauth-v0.8.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.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: actix-web-httpauth
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Sep 21, 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