Skip to content

Bump the crates-io group across 1 directory with 12 updates#3016

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/crates-io-dca6996155
Open

Bump the crates-io group across 1 directory with 12 updates#3016
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/crates-io-dca6996155

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

Bumps the crates-io group with 12 updates in the / directory:

Package From To
cargo-config2 0.1.40 0.1.42
tempfile 3.24.0 3.25.0
toml 0.9.11+spec-1.1.0 1.0.2+spec-1.1.0
toml_edit 0.24.0+spec-1.1.0 0.25.2+spec-1.1.0
zip 6.0.0 8.1.0
fs-err 3.2.2 3.3.0
target-lexicon 0.13.4 0.13.5
lddtree 0.4.0 0.5.0
cc 1.2.55 1.2.56
clap 4.5.57 4.5.59
native-tls 0.2.14 0.2.16
trycmd 0.15.11 1.0.0

Updates cargo-config2 from 0.1.40 to 0.1.42

Release notes

Sourced from cargo-config2's releases.

0.1.42

  • Update toml to 1.

0.1.41

  • Add Config::cfg. (#40)

  • Fix handling of cfg(<key> = ""). (#40)

  • Implement From<&'a Box<str>> for TargetTripleRef<'a>, From<Box<str>> for TargetTripleRef<'static>.

Changelog

Sourced from cargo-config2's changelog.

[0.1.42] - 2026-02-13

  • Update toml to 1.

[0.1.41] - 2026-02-08

  • Add Config::cfg. (#40)

  • Fix handling of cfg(<key> = ""). (#40)

  • Implement From<&'a Box<str>> for TargetTripleRef<'a>, From<Box<str>> for TargetTripleRef<'static>.

Commits

Updates tempfile from 3.24.0 to 3.25.0

Changelog

Sourced from tempfile's changelog.

3.25.0

  • Allow getrandom 0.4.x while retaining support for getrandom 0.3.x.
Commits

Updates toml from 0.9.11+spec-1.1.0 to 1.0.2+spec-1.1.0

Commits
  • 500b269 chore: Release
  • daeba3e docs: Update changelog
  • 0f40c40 fix(parser): Report errors for -_1 (#1104)
  • 447b05c fix(parser): Report errors for -_1
  • 5a7b742 fix(parser): Improve error location for digit sep after prefix
  • 5c978e5 refactor(parser): Improve consistency in error calcs
  • 8a3c0b0 fix(parser): Be consistent about digit sep error
  • 3e63bc4 test(parser): Check different digit separator cases
  • 767747f chore: Release
  • c68aa87 fix(parser): Plug another whole in synthetic events (#1102)
  • Additional commits viewable in compare view

Updates toml_edit from 0.24.0+spec-1.1.0 to 0.25.2+spec-1.1.0

Commits
  • 500b269 chore: Release
  • daeba3e docs: Update changelog
  • 0f40c40 fix(parser): Report errors for -_1 (#1104)
  • 447b05c fix(parser): Report errors for -_1
  • 5a7b742 fix(parser): Improve error location for digit sep after prefix
  • 5c978e5 refactor(parser): Improve consistency in error calcs
  • 8a3c0b0 fix(parser): Be consistent about digit sep error
  • 3e63bc4 test(parser): Check different digit separator cases
  • 767747f chore: Release
  • c68aa87 fix(parser): Plug another whole in synthetic events (#1102)
  • Additional commits viewable in compare view

Updates zip from 6.0.0 to 8.1.0

Release notes

Sourced from zip's releases.

v8.1.0

🚀 Features

  • (writer) Allow getting underlying writer of ZipWriter (#464)
  • add system to FileOption, so byte-for-byte identical archives can be created across platforms (#660)

🐛 Bug Fixes

  • Bugs in extra-data length calculation in src/write.rs (#662)

v8.0.0

🚀 Features

  • document zip flags as enum (#639)
  • Migrate to Rust 2024 (#650)
  • [breaking] Remove deprecated methods of DateTime (#597)

v7.4.0

🚀 Features

  • Increase MSRV to 1.88 and update dependencies (#626)

v7.3.0

🚀 Features

  • cleanup the benchs and Cargo.toml (#606)
  • Add support for per-file comments (#543)

🐛 Bug Fixes

  • Document feature unreserved and make the mapping of extra fields public (#616)
  • Return an error if abort_file() fails when exceeding non-large-file limit (#598)

⚙️ Miscellaneous Tasks

  • Bump version to 7.3.0 (semver checks fail if it's still 7.3.0-pre1)

v7.3.0-pre1

🐛 Bug Fixes

  • Reject empty ZipCrypto password when encrypting files (can still be used when decrypting)
  • make zip crate safer and more readable (#536)

⚡ Performance

  • Optimizations for CP437 conversion (#559)

⚙️ Miscellaneous Tasks

  • Trigger release 7.3.0-pre1 to reset cargo-semver-checks baseline

... (truncated)

Changelog

Sourced from zip's changelog.

8.1.0 - 2026-02-16

🚀 Features

  • (writer) Allow getting underlying writer of ZipWriter (#464)
  • add system to FileOption, so byte-for-byte identical archives can be created across platforms (#660)

🐛 Bug Fixes

  • Bugs in extra-data length calculation in src/write.rs (#662)

8.0.0 - 2026-02-14

🚀 Features

  • document zip flags as enum (#639)
  • Migrate to Rust 2024 (#650)
  • [breaking] Remove deprecated methods of DateTime (#597)

7.4.0 - 2026-02-05

🚀 Features

  • Increase MSRV to 1.88 and update dependencies (#626)

7.3.0 - 2026-02-04

🚀 Features

  • cleanup the benchmarks and Cargo.toml (#606)
  • Add support for per-file comments (#543)

🐛 Bug Fixes

  • Document feature unreserved and make the mapping of extra fields public (#616)
  • Return an error if abort_file() fails when exceeding non-large-file limit (#598)

⚙️ Miscellaneous Tasks

  • Bump version to 7.3.0 (semver checks fail if it's still 7.3.0-pre1)

7.3.0-pre1 - 2026-01-27

🐛 Bug Fixes

  • Reject empty ZipCrypto password when encrypting files (can still be used when decrypting)
  • make zip crate safer and more readable (#536)

⚡ Performance

... (truncated)

Commits
  • 40601a4 chore: release v8.1.0 (#666)
  • 296cfcc Expose System type (#668)
  • 36ee4e0 ci(deps): bump step-security/harden-runner from 2.14.1 to 2.14.2 (#669)
  • 96f2dd6 [StepSecurity] ci: Harden GitHub Actions (#661)
  • d43594a feat(writer): Allow getting underlying writer of ZipWriter (#464)
  • 2d836ad style: Document timestamp constant in tests/zip_ntfs.rs (#665)
  • ddd028a fix: Bugs in extra-data length calculation in src/write.rs (#662)
  • 634d5ff test: Remove debug printing in tests/end_to_end.rs (#663)
  • 69656fa feat: add system to FileOption, so byte-for-byte identical archives can be cr...
  • d611d69 style: Add a message on failure in tests/invalid_path.rs (#664)
  • Additional commits viewable in compare view

Updates fs-err from 3.2.2 to 3.3.0

Changelog

Sourced from fs-err's changelog.

fs-err Changelog

3.3.2

  • Cleanup rustdoc links to make them clickable in rust-analyzer (#88)
  • Add wrappers for several os::unix::fs functions (#87):
    • std::os::unix::fs::FileExt::read_exact_at
    • std::os::unix::fs::FileExt::write_all_at
    • std::os::unix::fs::chroot
    • std::os::unix::fs::chown
    • std::os::unix::fs::lchown
  • Replace '/' operator in SPDX license expression with 'OR' for readability (#86)
Commits

Updates target-lexicon from 0.13.4 to 0.13.5

Commits

Updates lddtree from 0.4.0 to 0.5.0

Release notes

Sourced from lddtree's releases.

v0.5.0

What's Changed

Full Changelog: messense/lddtree-rs@v0.4.0...v0.5.0

Commits

Updates cc from 1.2.55 to 1.2.56

Release notes

Sourced from cc's releases.

cc-v1.2.56

Other

  • Regenerate target info (#1676)
  • Fix clang-cl target when cross-compiling (#1670)
Changelog

Sourced from cc's changelog.

1.2.56 - 2026-02-13

Other

  • Regenerate target info (#1676)
  • Fix clang-cl target when cross-compiling (#1670)
Commits

Updates clap from 4.5.57 to 4.5.59

Release notes

Sourced from clap's releases.

v4.5.59

[4.5.59] - 2026-02-16

Fixes

  • Command::ignore_errors no longer masks help/version on subcommands

v4.5.58

[4.5.58] - 2026-02-11

Changelog

Sourced from clap's changelog.

[4.5.59] - 2026-02-16

Fixes

  • Command::ignore_errors no longer masks help/version on subcommands

[4.5.58] - 2026-02-11

Commits
  • 0bb3ad7 chore: Release
  • 5cb5ce3 docs: Update changelog
  • 245c8ba Merge pull request #6149 from epage/wrap
  • dd17a41 fix(help): Correctly calculate wrap points with ANSI escape codes
  • 2cc4e35 test(ui): Avoid override term width
  • 93e3559 refactor(help): Clarify that we're carrying over indentation
  • b1c46e6 refactor(help): Clarify var name
  • 03b9b38 test(help): Show styled wrapping behavior
  • c9a39a5 Merge pull request #6146 from clap-rs/renovate/actions-checkout-5.x
  • 58599fb chore(deps): Update actions/checkout action to v5
  • Additional commits viewable in compare view

Updates native-tls from 0.2.14 to 0.2.16

Release notes

Sourced from native-tls's releases.

v0.2.16

Full Changelog: rust-native-tls/rust-native-tls@v0.2.15...v0.2.16

v0.2.15

What's Changed

New Contributors

Full Changelog: rust-native-tls/rust-native-tls@v0.2.14...v0.2.15

Changelog

Sourced from native-tls's changelog.

[v0.2.16]

  • Added TLS 1.3 as an option on non-Apple platforms. Apple platforms will fall back to TLS 1.2 when it's allowed, or fail due to lack of TLS 1.3 in the Security.framework.
  • Added stack_from_pem (except iOS).
  • Upgraded openssl-probe.
  • Upgraded Security.framework bindings.
  • Simplified cfg()s to support all non-macOS Apple platforms.

[v0.2.15]

  • Set default minimum TLS version to 1.2 (TLS 1.1 has been deprecated since 2021)
  • Upgraded code to edition 2021

[v0.2.12]

Fixed

  • Stopped using a deprecated openssl-probe API.

[v0.2.11]

Fixed

  • Removed an unused build dependency.

[v0.2.10]

Fixed

  • Fixed the build for iOS.

[v0.2.9]

Added

  • Added Identity::from_pkcs8.

[v0.2.8]

Fixed

  • Fixed an off by one error in the schannel backend's handling of max_protocol_version.

[v0.2.7]

Added

  • Added support for ALPN in client APIs flagged under the alpn Cargo feature.

[v0.2.6]

... (truncated)

Commits

Updates trycmd from 0.15.11 to 1.0.0

Commits
  • fa42c46 chore: Release
  • 8932580 Merge pull request #420 from epage/template
  • 4d62386 chore: Update from _rust template
  • e4f2b35 chore(ci): Update action
  • 6d0d36b chore(ci): Clean up previous branch in case it was leaked
  • 30b3b14 chore(ci): Fix how rustfmt jobs run
  • 74f4be6 chore(ci): Fix name of clippy::empty_enums
  • 24c5c99 chore(deps): Update Rust Stable to v1.93 (#42)
  • 3863675 chore(deps): Update Rust Stable to v1.93 (#419)
  • ad7697d chore(ci): Automatic update from template (#40)
  • 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

Bumps the crates-io group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cargo-config2](https://github.com/taiki-e/cargo-config2) | `0.1.40` | `0.1.42` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.24.0` | `3.25.0` |
| [toml](https://github.com/toml-rs/toml) | `0.9.11+spec-1.1.0` | `1.0.2+spec-1.1.0` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.24.0+spec-1.1.0` | `0.25.2+spec-1.1.0` |
| [zip](https://github.com/zip-rs/zip2) | `6.0.0` | `8.1.0` |
| [fs-err](https://github.com/andrewhickman/fs-err) | `3.2.2` | `3.3.0` |
| [target-lexicon](https://github.com/bytecodealliance/target-lexicon) | `0.13.4` | `0.13.5` |
| [lddtree](https://github.com/messense/lddtree-rs) | `0.4.0` | `0.5.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.55` | `1.2.56` |
| [clap](https://github.com/clap-rs/clap) | `4.5.57` | `4.5.59` |
| [native-tls](https://github.com/sfackler/rust-native-tls) | `0.2.14` | `0.2.16` |
| [trycmd](https://github.com/assert-rs/snapbox) | `0.15.11` | `1.0.0` |



Updates `cargo-config2` from 0.1.40 to 0.1.42
- [Release notes](https://github.com/taiki-e/cargo-config2/releases)
- [Changelog](https://github.com/taiki-e/cargo-config2/blob/main/CHANGELOG.md)
- [Commits](taiki-e/cargo-config2@v0.1.40...v0.1.42)

Updates `tempfile` from 3.24.0 to 3.25.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

Updates `toml` from 0.9.11+spec-1.1.0 to 1.0.2+spec-1.1.0
- [Commits](toml-rs/toml@toml-v0.9.11...toml-v1.0.2)

Updates `toml_edit` from 0.24.0+spec-1.1.0 to 0.25.2+spec-1.1.0
- [Commits](toml-rs/toml@v0.24.0...v0.25.2)

Updates `zip` from 6.0.0 to 8.1.0
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v6.0.0...v8.1.0)

Updates `fs-err` from 3.2.2 to 3.3.0
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](andrewhickman/fs-err@3.2.2...3.3.0)

Updates `target-lexicon` from 0.13.4 to 0.13.5
- [Commits](bytecodealliance/target-lexicon@v0.13.4...v0.13.5)

Updates `lddtree` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/messense/lddtree-rs/releases)
- [Commits](messense/lddtree-rs@v0.4.0...v0.5.0)

Updates `cc` from 1.2.55 to 1.2.56
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.55...cc-v1.2.56)

Updates `clap` from 4.5.57 to 4.5.59
- [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.5.57...clap_complete-v4.5.59)

Updates `native-tls` from 0.2.14 to 0.2.16
- [Release notes](https://github.com/sfackler/rust-native-tls/releases)
- [Changelog](https://github.com/rust-native-tls/rust-native-tls/blob/main/CHANGELOG.md)
- [Commits](rust-native-tls/rust-native-tls@v0.2.14...v0.2.16)

Updates `trycmd` from 0.15.11 to 1.0.0
- [Commits](assert-rs/snapbox@trycmd-v0.15.11...trycmd-v1.0.0)

---
updated-dependencies:
- dependency-name: cargo-config2
  dependency-version: 0.1.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: tempfile
  dependency-version: 3.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: toml
  dependency-version: 1.0.2+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: crates-io
- dependency-name: toml_edit
  dependency-version: 0.25.2+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: zip
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: crates-io
- dependency-name: fs-err
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: target-lexicon
  dependency-version: 0.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: lddtree
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: cc
  dependency-version: 1.2.56
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: clap
  dependency-version: 4.5.59
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: native-tls
  dependency-version: 0.2.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: trycmd
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: crates-io
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Something related to dependencies rust Pull requests that update Rust code labels Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Something related to dependencies rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments