Skip to content

chore: bump the dependencies group across 1 directory with 4 updates - #68

Merged
github-actions[bot] merged 1 commit into
developfrom
dependabot/cargo/develop/dependencies-85477f425a
Aug 13, 2026
Merged

chore: bump the dependencies group across 1 directory with 4 updates#68
github-actions[bot] merged 1 commit into
developfrom
dependabot/cargo/develop/dependencies-85477f425a

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 4 updates in the / directory: base64, clap, lru and lettre.

Updates base64 from 0.23.0 to 0.23.1

Changelog

Sourced from base64's changelog.

0.23.1

  • Make the tests build again on non-SIMD architectures
Commits

Updates clap from 4.6.4 to 4.6.5

Release notes

Sourced from clap's releases.

v4.6.5

[4.6.5] - 2026-07-31

Fixes

  • (help) Correctly mark which value_names are optional with num_args
Changelog

Sourced from clap's changelog.

[4.6.5] - 2026-07-31

Fixes

  • (help) Correctly mark which value_names are optional with num_args
Commits
  • c8c9355 chore: Release
  • af74def docs: Update changelog
  • c96f222 Merge pull request #6368 from truffle-dev/fix/fish-env-escaping
  • 49a05cd fix(complete): Two-pass quote fish env-completer
  • e791004 test(complete): Snapshot fish env quoting cases
  • See full diff in compare view

Updates lru from 0.18.1 to 0.18.2

Changelog

Sourced from lru's changelog.

v0.18.2 - 2026-08-03

  • Fix panic-safety unsoundness in pop method.
Commits
  • 2544aae Merge pull request #239 from jeromefroe/jerome/prepare-0-18-2-release
  • 7fc46b1 Prepare 0.18.2 release
  • f9a7f00 Merge pull request #238 from tooson9010-spec/fix/pop-panic-safety
  • 2776ded Fix panic-safety unsoundness in LruCache::pop (UAF when key Drop panics)
  • See full diff in compare view

Updates lettre from 0.11.22 to 0.11.23

Release notes

Sourced from lettre's releases.

v0.11.23

Bug Fixes

  • Separate lines of multiline SMTP error replies (#1153)

Misc

  • Upgrade base64 to v0.23 (#1152)

#1152: lettre/lettre#1152 #1153: lettre/lettre#1153

Changelog

Sourced from lettre's changelog.

v0.11.23 (2026-08-03)

Bug Fixes

  • Separate lines of multiline SMTP error replies (#1153)

Misc

  • Upgrade base64 to v0.23 (#1152)

#1152: lettre/lettre#1152 #1153: lettre/lettre#1153

Commits
  • eb6136a Prepare v0.11.23
  • 859b5a6 fix(transport-smtp): separate lines of multiline error replies
  • c692519 style: fix clippy::useless_borrows_in_formatting
  • 5306fdd build(deps): upgrade base64 to v0.23
  • 6a63173 build(deps): upgrade semver compatible Rust dependencies
  • 80782a0 build(deps): upgrade semver compatible Rust dependencies
  • 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 dependencies group with 4 updates in the / directory: [base64](https://github.com/marshallpierce/rust-base64), [clap](https://github.com/clap-rs/clap), [lru](https://github.com/jeromefroe/lru-rs) and [lettre](https://github.com/lettre/lettre).


Updates `base64` from 0.23.0 to 0.23.1
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.23.0...v0.23.1)

Updates `clap` from 4.6.4 to 4.6.5
- [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.4...clap_complete-v4.6.5)

Updates `lru` from 0.18.1 to 0.18.2
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.18.1...0.18.2)

Updates `lettre` from 0.11.22 to 0.11.23
- [Release notes](https://github.com/lettre/lettre/releases)
- [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md)
- [Commits](lettre/lettre@v0.11.22...v0.11.23)

---
updated-dependencies:
- dependency-name: base64
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: clap
  dependency-version: 4.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: lru
  dependency-version: 0.18.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: lettre
  dependency-version: 0.11.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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 Aug 13, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 13, 2026 05:35
@github-actions
github-actions Bot merged commit a8bbfb0 into develop Aug 13, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/develop/dependencies-85477f425a branch August 13, 2026 05: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