Skip to content

chore(deps): bump the cargo-weekly group with 3 updates - #86

Merged
zerosnacks merged 4 commits into
masterfrom
dependabot/cargo/cargo-weekly-21f03b3011
Sep 22, 2026
Merged

zerosnacks merged 4 commits into
masterfrom
dependabot/cargo/cargo-weekly-21f03b3011

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the cargo-weekly group with 3 updates: reqwest, steda and uuid.

Updates reqwest from 0.13.4 to 0.13.5

Release notes

Sourced from reqwest's releases.

v0.13.5

tl;dr

  • Add Error::is_dns() to identify errors caused by DNS resolution failures.
  • Add ClientBuilder::http1_max_headers(usize) to configure the maximum number of headers accepted in an HTTP/1 response (default 100).
  • Add TLS version to TlsInfo extension.
  • Fix hickory-dns feature to use Ipv6AndIpv4 strategy to prefer IPv6.
  • Fix sending wrong proxy-auth if multiple proxies intercept a given URL.

What's Changed

New Contributors

Full Changelog: seanmonstar/reqwest@v0.13.4...v0.13.5

Changelog

Sourced from reqwest's changelog.

v0.13.5

  • Add Error::is_dns() to identify errors caused by DNS resolution failures.
  • Add ClientBuilder::http1_max_headers(usize) to configure the maximum number of headers accepted in an HTTP/1 response (default 100).
  • Add TLS version to TlsInfo extension.
  • Fix hickory-dns feature to use Ipv6AndIpv4 strategy to prefer IPv6.
  • Fix sending wrong proxy-auth if multiple proxies intercept a given URL.
Commits
  • de55373 v0.13.5
  • 4d3fe12 fix: proxy could use wrong credentials if many matched (#3098)
  • 9f06fd2 docs: improve description of JSON method (#3082)
  • 5bdb2f0 perf(cookie): avoid cloning store and url on Poll::Pending in ResponseFuture:...
  • ffda263 perf(body): reuse tokio::time::Sleep timer via reset() in ReadTimeoutBody (#3...
  • 4e9a3c7 chore: add pull request template for human-written content
  • 17e9bcb chore(deps): upgrade base64 to 0.23 (#3074)
  • 221abe9 chore: Remove unnecessary clones and a cast (#3071)
  • 99996a1 fix(error): detect timeouts wrapped in body decode errors (#3064)
  • fc99bd5 feat: expose the negotiated TLS version via TlsInfo (#3067)
  • Additional commits viewable in compare view

Updates steda from 0.1.0 to 0.1.1

Release notes

Sourced from steda's releases.

v0.1.1

Steda 0.1.1

Steda 0.1.1 adds keyed instances for durable typed steps and strengthens execution semantics, testing, release checks, and project documentation following the initial public release.

What's improved

  • durable typed steps can now use keyed instances to distinguish independent instances of the same step
  • execution semantics have been clarified and terminal-state races receive additional test coverage
  • PostgreSQL test environment setup has been simplified
  • release CI now detects outdated THIRD_PARTY_NOTICES
  • the README now includes a table of contents for easier navigation
  • release titles now use the version tag directly
  • a yanked chacha20 dependency has been replaced with 0.10.2

The release also includes routine Rust and GitHub Actions dependency updates and minor repository cleanup.

Upgrade

Update the dependency in Cargo.toml:

steda = "0.1.1"

No database schema changes are included in this release.

Featured changes

Features

Correctness and testing

Documentation and release infrastructure

Maintenance

... (truncated)

Commits
  • e1f5535 chore(test): simplify PostgreSQL test environment setup (#25)
  • 0b1386f fix(deps): bump yanked chacha20 to 0.10.2 (#23)
  • 9bc09f6 feat: add keyed instances for durable typed steps (#22)
  • 2f18c2e chore(deps): bump taiki-e/install-action from 2.87.0 to 2.87.2 in the actions...
  • d811afe chore(deps): bump uuid from 1.25.0 to 1.26.0 in the cargo-weekly group (#19)
  • 1b71142 chore(deps): bump the actions-weekly group with 2 updates (#20)
  • e27e322 docs(README): add table of contents (#18)
  • d857a40 chore(deps): bump the cargo-weekly group with 2 updates (#16)
  • 9b7c395 chore(deps): bump the actions-weekly group with 2 updates (#15)
  • 691a920 chore(audit): clarify execution semantics and cover terminal races (#14)
  • Additional commits viewable in compare view

Updates uuid from 1.26.0 to 1.26.1

Release notes

Sourced from uuid's releases.

v1.26.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.26.0...v1.26.1

Commits
  • 9f92712 Merge pull request #910 from uuid-rs/cargo/v1.26.1
  • d4df8f0 prepare for 1.26.1 release
  • 5613f23 Merge pull request #909 from uuid-rs/fix/ts-conversion-overflow
  • fda00eb don't panic in overflowing Timestamp to SystemTime conversion
  • c82e88c Merge pull request #907 from lenamonj/v7-counter-placement
  • ac065a6 Align the counter diagram
  • 34ec102 Seat the v7 counter below the version nibble
  • See full diff 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

Bumps the cargo-weekly group with 3 updates: [reqwest](https://github.com/seanmonstar/reqwest), [steda](https://github.com/selemis-com/steda) and [uuid](https://github.com/uuid-rs/uuid).


Updates `reqwest` from 0.13.4 to 0.13.5
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.13.4...v0.13.5)

Updates `steda` from 0.1.0 to 0.1.1
- [Release notes](https://github.com/selemis-com/steda/releases)
- [Commits](selemis-com/steda@v0.1.0...v0.1.1)

Updates `uuid` from 1.26.0 to 1.26.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.26.0...v1.26.1)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-version: 0.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: steda
  dependency-version: 0.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: uuid
  dependency-version: 1.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
...

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
@zerosnacks
zerosnacks merged commit d9a38cb into master Sep 22, 2026
11 checks passed
@zerosnacks
zerosnacks deleted the dependabot/cargo/cargo-weekly-21f03b3011 branch September 22, 2026 08:35
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