Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the crates-io group across 1 directory with 42 updates #2535

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

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

Package From To
anyhow 1.0.89 1.0.97
glob 0.3.1 0.3.2
cargo-config2 0.1.26 0.1.30
cargo_metadata 0.19.0 0.19.2
cargo-options 0.7.4 0.7.5
flate2 1.0.33 1.1.0
goblin 0.9.2 0.9.3
platform-info 2.0.3 2.0.5
serde 1.0.217 1.0.219
serde_json 1.0.135 1.0.140
tar 0.4.43 0.4.44
tempfile 3.11.0 3.19.1
toml 0.8.19 0.8.20
thiserror 2.0.3 2.0.12
fs-err 3.0.0 3.1.0
once_cell 1.20.2 1.21.3
semver 1.0.23 1.0.26
target-lexicon 0.13.1 0.13.2
indexmap 2.6.0 2.8.0
textwrap 0.16.1 0.16.2
itertools 0.12.1 0.13.0
cc 1.2.16 1.2.17
normpath 1.2.0 1.3.0
time 0.3.36 0.3.41
cargo-zigbuild 0.19.7 0.19.8
console 0.15.8 0.15.11
minijinja 2.5.0 2.9.0
bytesize 1.3.0 2.0.1
dirs 5.0.1 6.0.0
ureq 2.11.0 2.12.1
native-tls 0.2.12 0.2.14
rustls 0.23.19 0.23.23
rustls-pemfile 2.1.3 2.2.0
schemars 0.8.21 0.8.22
expect-test 1.5.0 1.5.1
fs4 0.12.0 0.13.1
indoc 2.0.5 2.0.6
rstest 0.22.0 0.25.0
rustversion 1.0.18 1.0.20
trycmd 0.15.6 0.15.9
which 7.0.0 7.0.2

Updates anyhow from 1.0.89 to 1.0.97

Release notes

Sourced from anyhow's releases.

1.0.97

  • Documentation improvements

1.0.96

  • Documentation improvements

1.0.95

1.0.94

  • Documentation improvements

1.0.93

  • Update dev-dependencies to thiserror v2

1.0.92

  • Support Rust 1.82's &raw const and &raw mut syntax inside ensure! (#390)

1.0.91

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#388)

1.0.90

  • Documentation improvements
Commits
  • bfb89ef Release 1.0.97
  • c7fca9b Ignore elidable_lifetime_names pedantic clippy lint
  • 427c0bb Point standard library links to stable
  • f0aa0d3 Release 1.0.96
  • bc33c24 Convert html links to intra-doc links
  • 1cff785 Unset doc-scrape-examples for lib target
  • d71c806 More precise gitignore patterns
  • 3e40975 Remove **/*.rs.bk from project-specific gitignore
  • b880dd0 Ignore Cargo-generated tests/crate/target directory
  • 8891ce3 Merge pull request #404 from dtolnay/missingabi
  • Additional commits viewable in compare view

Updates glob from 0.3.1 to 0.3.2

Release notes

Sourced from glob's releases.

v0.3.2

What's Changed

New Contributors

Full Changelog: rust-lang/glob@0.3.1...v0.3.2

Changelog

Sourced from glob's changelog.

0.3.2 - 2024-12-28

What's Changed

New Contributors

Full Changelog: rust-lang/glob@0.3.1...0.3.2

Commits
  • 58d0748 chore: release v0.3.2
  • 55b1be0 Merge pull request #150 from tgross35/release-plz
  • 56054d2 Add release-plz for automated releases
  • b93bca1 Merge pull request #151 from tgross35/fix-ci
  • 1dff477 Add a success job to CI for branch protection
  • 9bd1af8 Update CI runners to the latest available versions
  • 8c5d22c Check only (no longer test) at the MSRV
  • 89ef8a3 Clean up the CI configuration file
  • 49ee1e9 Merge pull request #140 from rust-lang/dependabot/github_actions/actions/chec...
  • 9c9f43f Bump actions/checkout from 3 to 4
  • Additional commits viewable in compare view

Updates cargo-config2 from 0.1.26 to 0.1.30

Release notes

Sourced from cargo-config2's releases.

0.1.30

0.1.29

  • Support target.<triple>.rustdocflags that added in Cargo 1.78. Config::rustdocflags is a new recommended interface to get rustdocflags.

0.1.28

0.1.27

Changelog

Sourced from cargo-config2's changelog.

[0.1.30] - 2024-12-21

[0.1.29] - 2024-09-01

  • Support target.<triple>.rustdocflags that added in Cargo 1.78. Config::rustdocflags is a new recommended interface to get rustdocflags.

[0.1.28] - 2024-09-01

[0.1.27] - 2024-08-19

Commits
  • 3b4f6e9 Release 0.1.30
  • b0cc818 Respect RUSTC_BOOTSTRAP=-1 in rustc version detection
  • 864fd06 Update .deny.toml
  • acf7a4d Fix clippy::unnecessary_map_or warning
  • afde07e Apply unqualified_local_imports lint
  • 72103e1 Update changelog
  • 416df23 Update fs-err requirement from 2 to 3 (#23)
  • c90920b ci: Auto-update cspell dictionary
  • 01cfb8b tests: Cleanup
  • 4709c71 Address clippy::ref_option warning
  • Additional commits viewable in compare view

Updates cargo_metadata from 0.19.0 to 0.19.2

Changelog

Sourced from cargo_metadata's changelog.

Changelog

Unreleased

  • n/a

Added

  • n/a

Changed

  • Updated dependencies:
    • thiserror from 1.0.31 to 2.0.3
    • derive_builder from 0.12 to 0.20

Removed

  • n/a

Fixed

  • n/a
Commits
  • 0b4be02 Merge pull request #285 from fenhl/version-bump
  • 8196734 Version bump
  • 0056e02 Merge pull request #284 from HTGAzureX1212/edition-2024-stable
  • e3e9cd3 feat: 2024 edition stabilized
  • 806a3ea Merge pull request #282 from foresterre/workspace-default-members
  • cdf4223 Add methods is_available and is_missing to WorkspaceDefaultMembers
  • d6b186c Merge pull request #280 from paolobarbolini/z-minimal-versions
  • 59f0651 build: fix -Zminimal-versions
  • 9d84a01 Merge pull request #266 from os-checker/workspace_default_members-serde-default
  • 45ceca0 clippy: fix first doc comment paragraph is too long
  • Additional commits viewable in compare view

Updates cargo-options from 0.7.4 to 0.7.5

Commits

Updates flate2 from 1.0.33 to 1.1.0

Release notes

Sourced from flate2's releases.

1.1.0

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.35...1.1.0

1.0.35 - security update to zlib-rs

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.34...1.0.35

1.0.34

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from flate2's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.31 (2024-08-03)

This release allows using libz-rs in the latest version, v0.2.1.

Commit Statistics

  • 7 commits contributed to the release over the course of 95 calendar days.
  • 95 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Add exclusion rule to not package github or git specific files with crate. (25541bd)
    • Crate and update changelog in preparation for release. (1dbed76)
    • Merge pull request #415 from folkertdev/bump-version-zlib-rs-0.2.1 (a7853c0)
    • Release version 1.0.31: bump libz-rs-sys version (e6f6949)
    • Merge pull request #414 from yestyle/main (9e6af00)
    • Remove duplicate word in top-most doc (411d641)
    • Merge pull request #408 from marxin/document-read-after-end (1a0daec)

v1.0.30 (2024-04-29)

Documentation

  • Document expected behavior when Read is done for ZLIB and DEFLATE decoders

Commit Statistics

  • 9 commits contributed to the release over the course of 3 calendar days.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #404

... (truncated)

Commits
  • 70de9df Merge pull request #466 from folkertdev/update-zlib-rs-0.4.2
  • 13104a5 upgrade zlib-rs to version 0.4.2
  • 5a2fd04 Merge pull request #462 from CosminPerRam/feat/flush_mzflush
  • bf5bf56 feat: remove explicit redundant lifetime
  • 40c2e0f docs: fix spelling mistake in FlushCompress::Partial
  • 6146cf0 Merge pull request #461 from CosminPerRam/experimental/traits
  • ee1571b Merge pull request #464 from CosminPerRam/feat/remove_redundant_guard
  • 1be8e37 feat: remove redundant if guard on option value match
  • be59b78 docs: fix spelling mistake
  • d4aebe1 feat: reorder FlushCompress variants to be in order with value
  • Additional commits viewable in compare view

Updates goblin from 0.9.2 to 0.9.3

Changelog

Sourced from goblin's changelog.

[0.9.3] - 2025-1-5

Fixed

pe: fix import parser for non-well-formed import table, thanks @​kkent030315: m4b/goblin#429 pe: fix empty import table parsing, thanks @​kkent030315: m4b/goblin#430

Added

pe: Add tests for TLS parser and characteristics constants, thanks @​kkent030315: m4b/goblin#426 elf: added new constants for 32-bit PowerPC, thanks @​ivlzme m4b/goblin#439

Commits

Updates platform-info from 2.0.3 to 2.0.5

Release notes

Sourced from platform-info's releases.

2.0.5

What's Changed

Dependencies

New Contributors

Full Changelog: uutils/platform-info@2.0.4...2.0.5

2.0.4

What's Changed

Dependencies

New Contributors

Full Changelog: uutils/platform-info@2.0.3...2.0.4

Commits
  • 2a38732 prepare version 2.0.5
  • 1a118ba Merge pull request #88 from coolcoder613eb/main
  • baacdd0 Add Haiku support
  • 44cec0d Merge pull request #87 from uutils/renovate/mozilla-actions-sccache-action-0.x
  • a52cec9 chore(deps): update mozilla-actions/sccache-action action to v0.0.7
  • 9430bfd Merge pull request #86 from uutils/renovate/migrate-config
  • cd1eb63 chore(config): migrate config renovate.json
  • 5cdf58f Merge pull request #84 from uutils/renovate/codecov-codecov-action-5.x
  • 49e54f7 ci: fix deprecated codecov argument
  • ce6cdaa Merge pull request #85 from uutils/renovate/davidanson-markdownlint-cli2-acti...
  • Additional commits viewable in compare view

Updates serde from 1.0.217 to 1.0.219

Release notes

Sourced from serde's releases.

v1.0.219

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#2906, thanks @​davidzeng0)

v1.0.218

  • Documentation improvements
Commits
  • 49d098d Release 1.0.219
  • 40f1d19 Wrap dummy.rs to 80 columns
  • 514848b Merge pull request #2906 from davidzeng0/master
  • 168b6cf fix clippy absolute paths warning
  • a8bdd17 Remove unused Punctuated import
  • 1c96013 Resolve mem_replace_with_default clippy lint
  • f0d1ae0 Ignore elidable_lifetime_names pedantic clippy lint
  • e3eaa6a Merge pull request #2896 from dtolnay/stabledoc
  • 6a630cf Also link to stable proc_macro
  • 7bfd518 Release 1.0.218
  • Additional commits viewable in compare view

Updates serde_json from 1.0.135 to 1.0.140

Release notes

Sourced from serde_json's releases.

v1.0.140

  • Documentation improvements

v1.0.139

  • Documentation improvements

v1.0.138

  • Documentation improvements

v1.0.137

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#1231)

v1.0.136

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#1230, thanks @​goffrie)
Commits
  • 7627834 Release 1.0.140
  • d77a498 Merge pull request #1245 from serde-rs/powerpc
  • b34d317 Delete unused gcc installation
  • f7200c3 Ignore unbuffered_bytes clippy lint
  • 76cd4fb Ignore elidable_lifetime_names pedantic clippy lint
  • 400eaa9 Point standard library links to stable
  • 4d4f53c Release 1.0.139
  • 5d6b32f Merge pull request #1242 from dtolnay/writefloat
  • e5bb8bd Document behavior of write_f32/f64 on non-finite floats
  • 7a79781 Merge pull request #1241 from dtolnay/doclink
  • Additional commits viewable in compare view

Updates tar from 0.4.43 to 0.4.44

Commits

Updates tempfile from 3.11.0 to 3.19.1

Changelog

Sourced from tempfile's changelog.

3.19.1

  • Don't unlink temporary files immediately on Windows (fixes #339). Unfortunately, this seemed to corrupt the file object (possibly a Windows kernel bug) in rare cases and isn't strictly speaking necessary.

3.19.0

  • Remove direct dependency on cfg-if. It's still in the tree, but we didn't really need to use it in this crate.
  • Add an unstable feature (unstable-windows-keep-open-tempfile) to test a potential fix to #339.

3.18.0

  • Update rustix to 1.0.0.
  • Make NamedTempFile::persist_noclobber atomic on Apple operating systems. It's now atomic on MacOS, Windows, and Linux (depending on the OS version and filesystem used).

3.17.1

  • Fix build with windows-sys 0.52. Unfortunately, we have no CI for older windows-sys versions at the moment...

3.17.0

  • Make sure to use absolute paths in when creating unnamed temporary files (avoids a small race in the "immediate unlink" logic) and in Builder::make_in (when creating temporary files of arbitrary types).
  • Prevent a theoretical crash that could (maybe) happen when a temporary file is created from a drop function run in a TLS destructor. Nobody has actually reported a case of this happening in practice and I have been unable to create this scenario in a test.
  • When reseeding with getrandom, use platform (e.g., CPU) specific randomness sources where possible.
  • Clarify some documentation.
  • Unlink unnamed temporary files on windows immediately when possible instead of waiting for the handle to be closed. We open files with "Unix" semantics, so this is generally possible.

3.16.0

  • Update getrandom to 0.3.0 (thanks to @​paolobarbolini).
  • Allow windows-sys versions 0.59.x in addition to 0.59.0 (thanks @​ErichDonGubler).
  • Improved security documentation (thanks to @​n0toose for collaborating with me on this).

3.15.0

Re-seed the per-thread RNG from system randomness when we repeatedly fail to create temporary files (#314). This resolves a potential DoS vector (#178) while avoiding getrandom in the common case where it's necessary. The feature is optional but enabled by default via the getrandom feature.

For libc-free builds, you'll either need to disable this feature or opt-in to a different getrandom backend.

3.14.0

  • Make the wasip2 target work (requires tempfile's "nightly" feature to be enabled). #305.
  • Allow older windows-sys versions #304.

3.13.0

  • Add with_suffix constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to @​Borgerr.
  • Update dependencies (fastrand & rustix).

3.12.0

... (truncated)

Commits

Updates toml from 0.8.19 to 0.8.20

Commits

Updates toml_edit from 0.22.22 to 0.22.24

Commits
  • 999824a chore: Release
  • 6bd5de8 docs: Update changelog
  • ec5c13d Merge pull request #830 from epage/into
  • 18d0957 feat(item): Add conversions from item type to Item
  • f550dbf chore: Release
  • 25587db docs: Update changelog
  • fbc77ec Merge pull request #829 from tisonkun/map-get-kv
  • 4605a64 fea: impl Map get_key_value
  • 8efc81e chore(deps): Update Rust crate serde_json to v1.0.138 (

@dependabot dependabot bot added dependencies Something related to dependencies rust Pull requests that update Rust code labels Apr 1, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/crates-io-adc1a65252 branch 2 times, most recently from 8a76062 to 5faaee3 Compare April 5, 2025 09:55
Bumps the crates-io group with 41 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.97` |
| [glob](https://github.com/rust-lang/glob) | `0.3.1` | `0.3.2` |
| [cargo-config2](https://github.com/taiki-e/cargo-config2) | `0.1.26` | `0.1.30` |
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.19.0` | `0.19.2` |
| [cargo-options](https://github.com/messense/cargo-options) | `0.7.4` | `0.7.5` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.33` | `1.1.0` |
| [goblin](https://github.com/m4b/goblin) | `0.9.2` | `0.9.3` |
| [platform-info](https://github.com/uutils/platform-info) | `2.0.3` | `2.0.5` |
| [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.219` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.135` | `1.0.140` |
| [tar](https://github.com/alexcrichton/tar-rs) | `0.4.43` | `0.4.44` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.11.0` | `3.19.1` |
| [toml](https://github.com/toml-rs/toml) | `0.8.19` | `0.8.20` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.12` |
| [fs-err](https://github.com/andrewhickman/fs-err) | `3.0.0` | `3.1.0` |
| [once_cell](https://github.com/matklad/once_cell) | `1.20.2` | `1.21.3` |
| [semver](https://github.com/dtolnay/semver) | `1.0.23` | `1.0.26` |
| [target-lexicon](https://github.com/bytecodealliance/target-lexicon) | `0.13.1` | `0.13.2` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.6.0` | `2.8.0` |
| [textwrap](https://github.com/mgeisler/textwrap) | `0.16.1` | `0.16.2` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.12.1` | `0.13.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.16` | `1.2.17` |
| [normpath](https://github.com/dylni/normpath) | `1.2.0` | `1.3.0` |
| [time](https://github.com/time-rs/time) | `0.3.36` | `0.3.41` |
| [cargo-zigbuild](https://github.com/rust-cross/cargo-zigbuild) | `0.19.7` | `0.19.8` |
| [console](https://github.com/console-rs/console) | `0.15.8` | `0.15.11` |
| [minijinja](https://github.com/mitsuhiko/minijinja) | `2.5.0` | `2.9.0` |
| [bytesize](https://github.com/bytesize-rs/bytesize) | `1.3.0` | `2.0.1` |
| [dirs](https://github.com/soc/dirs-rs) | `5.0.1` | `6.0.0` |
| [ureq](https://github.com/algesten/ureq) | `2.11.0` | `2.12.1` |
| [native-tls](https://github.com/sfackler/rust-native-tls) | `0.2.12` | `0.2.14` |
| [rustls](https://github.com/rustls/rustls) | `0.23.19` | `0.23.23` |
| [rustls-pemfile](https://github.com/rustls/pemfile) | `2.1.3` | `2.2.0` |
| [schemars](https://github.com/GREsau/schemars) | `0.8.21` | `0.8.22` |
| [expect-test](https://github.com/rust-analyzer/expect-test) | `1.5.0` | `1.5.1` |
| [fs4](https://github.com/al8n/fs4-rs) | `0.12.0` | `0.13.1` |
| [indoc](https://github.com/dtolnay/indoc) | `2.0.5` | `2.0.6` |
| [rstest](https://github.com/la10736/rstest) | `0.22.0` | `0.25.0` |
| [rustversion](https://github.com/dtolnay/rustversion) | `1.0.18` | `1.0.20` |
| [trycmd](https://github.com/assert-rs/snapbox) | `0.15.6` | `0.15.9` |
| [which](https://github.com/harryfei/which-rs) | `7.0.0` | `7.0.2` |



Updates `anyhow` from 1.0.89 to 1.0.97
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.89...1.0.97)

Updates `glob` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/rust-lang/glob/releases)
- [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md)
- [Commits](rust-lang/glob@0.3.1...v0.3.2)

Updates `cargo-config2` from 0.1.26 to 0.1.30
- [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.26...v0.1.30)

Updates `cargo_metadata` from 0.19.0 to 0.19.2
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md)
- [Commits](oli-obk/cargo_metadata@0.19.0...0.19.2)

Updates `cargo-options` from 0.7.4 to 0.7.5
- [Commits](messense/cargo-options@v0.7.4...v0.7.5)

Updates `flate2` from 1.0.33 to 1.1.0
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/1.1.0/CHANGELOG.md)
- [Commits](rust-lang/flate2-rs@1.0.33...1.1.0)

Updates `goblin` from 0.9.2 to 0.9.3
- [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/m4b/goblin/commits/0.9.3)

Updates `platform-info` from 2.0.3 to 2.0.5
- [Release notes](https://github.com/uutils/platform-info/releases)
- [Commits](uutils/platform-info@2.0.3...2.0.5)

Updates `serde` from 1.0.217 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.217...v1.0.219)

Updates `serde_json` from 1.0.135 to 1.0.140
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.135...v1.0.140)

Updates `tar` from 0.4.43 to 0.4.44
- [Commits](alexcrichton/tar-rs@0.4.43...0.4.44)

Updates `tempfile` from 3.11.0 to 3.19.1
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.11.0...v3.19.1)

Updates `toml` from 0.8.19 to 0.8.20
- [Commits](toml-rs/toml@toml-v0.8.19...toml-v0.8.20)

Updates `toml_edit` from 0.22.22 to 0.22.24
- [Commits](toml-rs/toml@v0.22.22...v0.22.24)

Updates `thiserror` from 2.0.3 to 2.0.12
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.3...2.0.12)

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

Updates `once_cell` from 1.20.2 to 1.21.3
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.20.2...v1.21.3)

Updates `semver` from 1.0.23 to 1.0.26
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.23...1.0.26)

Updates `target-lexicon` from 0.13.1 to 0.13.2
- [Commits](bytecodealliance/target-lexicon@v0.13.1...v0.13.2)

Updates `indexmap` from 2.6.0 to 2.8.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.6.0...2.8.0)

Updates `textwrap` from 0.16.1 to 0.16.2
- [Release notes](https://github.com/mgeisler/textwrap/releases)
- [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md)
- [Commits](mgeisler/textwrap@0.16.1...0.16.2)

Updates `itertools` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.1...v0.13.0)

Updates `cc` from 1.2.16 to 1.2.17
- [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.16...cc-v1.2.17)

Updates `normpath` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/dylni/normpath/releases)
- [Commits](dylni/normpath@1.2.0...1.3.0)

Updates `time` from 0.3.36 to 0.3.41
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.36...v0.3.41)

Updates `cargo-zigbuild` from 0.19.7 to 0.19.8
- [Release notes](https://github.com/rust-cross/cargo-zigbuild/releases)
- [Commits](rust-cross/cargo-zigbuild@v0.19.7...v0.19.8)

Updates `console` from 0.15.8 to 0.15.11
- [Release notes](https://github.com/console-rs/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md)
- [Commits](console-rs/console@0.15.8...0.15.11)

Updates `minijinja` from 2.5.0 to 2.9.0
- [Release notes](https://github.com/mitsuhiko/minijinja/releases)
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/minijinja@2.5.0...2.9.0)

Updates `bytesize` from 1.3.0 to 2.0.1
- [Release notes](https://github.com/bytesize-rs/bytesize/releases)
- [Changelog](https://github.com/bytesize-rs/bytesize/blob/master/CHANGELOG.md)
- [Commits](bytesize-rs/bytesize@v1.3.0...bytesize-v2.0.1)

Updates `dirs` from 5.0.1 to 6.0.0
- [Commits](https://github.com/soc/dirs-rs/commits)

Updates `ureq` from 2.11.0 to 2.12.1
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@2.11.0...2.12.1)

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

Updates `rustls` from 0.23.19 to 0.23.23
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.19...v/0.23.23)

Updates `rustls-pemfile` from 2.1.3 to 2.2.0
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](rustls/pemfile@v/2.1.3...v/2.2.0)

Updates `schemars` from 0.8.21 to 0.8.22
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](GREsau/schemars@v0.8.21...v0.8.22)

Updates `expect-test` from 1.5.0 to 1.5.1
- [Changelog](https://github.com/rust-analyzer/expect-test/blob/master/CHANGELOG.md)
- [Commits](rust-analyzer/expect-test@v1.5.0...v1.5.1)

Updates `fs4` from 0.12.0 to 0.13.1
- [Release notes](https://github.com/al8n/fs4-rs/releases)
- [Changelog](https://github.com/al8n/fs4-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/al8n/fs4-rs/commits)

Updates `indoc` from 2.0.5 to 2.0.6
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@2.0.5...2.0.6)

Updates `rstest` from 0.22.0 to 0.25.0
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.22.0...v0.25.0)

Updates `rustversion` from 1.0.18 to 1.0.20
- [Release notes](https://github.com/dtolnay/rustversion/releases)
- [Commits](dtolnay/rustversion@1.0.18...1.0.20)

Updates `trycmd` from 0.15.6 to 0.15.9
- [Commits](assert-rs/snapbox@trycmd-v0.15.6...trycmd-v0.15.9)

Updates `which` from 7.0.0 to 7.0.2
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@7.0.0...7.0.2)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: cargo-config2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: cargo_metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: cargo-options
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: goblin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: platform-info
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: fs-err
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: target-lexicon
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: textwrap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: normpath
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: cargo-zigbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: console
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: minijinja
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: bytesize
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: crates-io
- dependency-name: dirs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: crates-io
- dependency-name: ureq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: native-tls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: rustls-pemfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: schemars
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: expect-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: fs4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: indoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: rstest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: rustversion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: trycmd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/crates-io-adc1a65252 branch from 5faaee3 to 02d1e79 Compare April 5, 2025 10:03
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