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

cargo: bump the cargo-dependencies group across 1 directory with 20 updates #188

Merged
merged 4 commits into from
Feb 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the cargo-dependencies group with 19 updates in the / directory:

Package From To
anyhow 1.0.89 1.0.95
cargo 0.82.0 0.85.0
cargo_metadata 0.18.1 0.19.1
cargo-util-schemas 0.5.0 0.7.1
fs-err 2.11.0 3.1.0
home 0.5.9 0.5.11
pathdiff 0.2.1 0.2.3
semver 1.0.23 1.0.25
serde 1.0.210 1.0.217
toml_edit 0.22.22 0.22.23
url 2.5.2 2.5.4
winnow 0.7.0 0.7.1
clap-cargo 0.14.1 0.15.2
fake 2.10.0 3.1.0
googletest 0.12.0 0.13.0
insta 1.40.0 1.41.1
serde_json 1.0.128 1.0.138
strip-ansi-escapes 0.2.0 0.2.1
tempfile 3.13.0 3.16.0

Updates anyhow from 1.0.89 to 1.0.95

Release notes

Sourced from anyhow's releases.

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
  • 48be1ca Release 1.0.95
  • a03d6d6 Merge pull request #402 from dtolnay/fromboxed
  • 52e4abb Add Error::from_boxed with documentation about bidirectional ?
  • ffecefc Merge pull request #401 from dtolnay/construct
  • 671f700 Add construct_ prefix to name of private construct functions
  • 8ceb5e9 Release 1.0.94
  • b9009ab Merge pull request #399 from dtolnay/okvalue
  • 863791a Align naming between Ok function argument and its documentation
  • 2081692 Merge pull request #398 from zertosh/ok_doc_format
  • cc2cecb Fix anyhow::Ok rustdoc code formatting
  • Additional commits viewable in compare view

Updates cargo from 0.82.0 to 0.85.0

Commits
  • 66221ab Docs for optional registry JSON fields (#14839)
  • 7a98817 Docs for optional registry JSON fields
  • d58c3c4 Allow registries to omit empty/default fields in JSON (#14838)
  • 37b289f Allow registries to omit empty/default fields in JSON
  • 866eafe docs(unstable): Link to -Zwarnings issue, tracking issue (#14836)
  • 9433b60 docs(unstable): Link to -Zwarnings issue, tracking issue
  • 010f171 fix(): error context for git_fetch refspec not found (#14806)
  • 43a5dee fix(git): added extra error context for a revision that doesn't exist
  • 309b2ce refactor(git): extracted fetch logic into different functions
  • f3edba9 test(git): added tests for issue rust-lang#14621
  • Additional commits viewable in compare view

Updates cargo_metadata from 0.18.1 to 0.19.1

Commits
  • 8f4c3a8 Merge pull request #276 from sunshowers/fromstr-display
  • e6c0f06 Merge pull request #278 from oli-obk/push-qxuollxmvlzn
  • 61ceb9a Pacify clippy
  • eae17fb Bump msrv to keep in sync with our dependencies
  • 2983f51 add FromStr and Display impls for TargetKind and CrateType
  • 834207b Merge pull request #273 from regexident/update-dependencies
  • 4373396 Update dependencies
  • af70fe5 Merge pull request #272 from regexident/prepare-v0.19.0
  • 3f2e39d Apply suggestions from code review
  • e8cfa29 Prepare release of v0.19.0
  • Additional commits viewable in compare view

Updates cargo-util-schemas from 0.5.0 to 0.7.1

Commits

Updates clap from 4.5.18 to 4.5.28

Release notes

Sourced from clap's releases.

v4.5.28

[4.5.28] - 2025-02-03

Features

  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown

v4.5.27

[4.5.27] - 2025-01-20

Documentation

  • Iterate on tutorials and reference based on feedback

v4.5.26

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

v4.5.25

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size

v4.5.24

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument

v4.5.23

[4.5.23] - 2024-12-05

Fixes

  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

[4.5.22] - 2024-12-03

Fixes

  • (assert) Catch bugs with arguments requiring themself

v4.5.21

... (truncated)

Changelog

Sourced from clap's changelog.

[4.5.28] - 2025-02-03

Features

  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown

[4.5.27] - 2025-01-20

Documentation

  • Iterate on tutorials and reference based on feedback

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument

[4.5.23] - 2024-12-05

Fixes

  • (parser) When check allow_negative_numbers, allow E again

[4.5.22] - 2024-12-03

Fixes

  • (assert) Catch bugs with arguments requiring themself

[4.5.21] - 2024-11-13

Fixes

  • (parser) Ensure defaults are filled in on error with ignore_errors(true)

[4.5.20] - 2024-10-08

... (truncated)

Commits

Updates fs-err from 2.11.0 to 3.1.0

Changelog

Sourced from fs-err's changelog.

3.1.0

  • Added new wrappers for create_new and options functions on File (#69)

3.0.0

  • Error messages now include the original message from std::io::Error by default (#60). Previously this was exposed through the Error::source() method. For example, previously a message would look like:

    failed to open file `file.txt`
    

    and you would have to remember to print the source, or use a library like anyhow to print the full chain of source errors. The new error message includes the cause by default

    failed to open file `file.txt`: The system cannot find the file specified. (os error 2)
    

    Note that the original error is no longer exposed though Error::source() by default. If you need access to it, you can restore the previous behaviour with the expose_original_error feature flag.

  • The io_safety feature flag has been removed, and this functionality is now always enabled on Rust versions which support it (1.63.0 and greater).

  • Removed deprecated APIs: File::from_options, tokio::symlink

Commits

Updates home from 0.5.9 to 0.5.11

Commits
  • addcc8c Update release information for home 0.5.11 (#14939)
  • e5c4dc6 Limit release trigger to 0.* tags (#14940)
  • f18cbda Limit release trigger to 0.* tags
  • 20ec18a Update home changelog
  • 014378f Clarify status of home_dir
  • 769f622 test(build-std): dont require rustup (#14933)
  • 80409f7 test(build-std): dont require rustup
  • 7847c03 fix(base): Support bases in patches in virtual manifests (#14931)
  • 5b8b2ac fix(base): Support bases in patches in virtual manifests
  • 2d23b94 test(base): Verify bases in patches in virtual manifests
  • Additional commits viewable in compare view

Updates pathdiff from 0.2.1 to 0.2.3

Commits
  • 5180ff5 Bump to 0.2.3
  • 695a66b Merge pull request #16 from t4lz/fix-docs-build2
  • 0b55ff6 Set doc_cfg on docs.rs builds
  • 1439731 Publish 0.2.2 (docs/tests changes)
  • 69ab874 Merge pull request #12 from Manishearth/inconsistent
  • 03cefb5 remove inconsistent test
  • da05c66 Merge pull request #11 from 9999years/substitute-vars-in-tests
  • e13fdc5 Add doctests for relative paths
  • 4ec30a1 Substitute variables in tests
  • a78acde Merge pull request #7 from sunshowers/windows
  • Additional commits viewable in compare view

Updates semver from 1.0.23 to 1.0.25

Release notes

Sourced from semver's releases.

1.0.25

  • Enable serde impls on play.rust-lang.org (#330, thanks @​jofas)

1.0.24

  • Optimize Ord impls for semver::Prerelease and semver::BuildMetadata (#328, thanks @​Eh2406)
Commits
  • b1e2848 Release 1.0.25
  • 1fb55fc Merge pull request 330 from jofas/serde-on-playground
  • 2bf9708 Enabled 'serde' feature on playground
  • 6f4069d Release 1.0.24
  • d03aba3 Touch up PR 328
  • 238757d Merge pull request #328 from Eh2406/master
  • 75856ef faster Ord when Eq
  • 89504eb Prevent upload-artifact step from causing CI failure
  • d1b17a9 Upload CI Cargo.lock for reproducing failures
  • 4ea60ae Resolve doc_lazy_continuation clippy lint
  • Additional commits viewable in compare view

Updates serde from 1.0.210 to 1.0.217

Release notes

Sourced from serde's releases.

v1.0.217

  • Support serializing externally tagged unit variant inside flattened field (#2786, thanks @​Mingun)

v1.0.216

  • Mark all generated impls with #[automatically_derived] to exclude from code coverage (#2866, #2868, thanks @​tdittr)

v1.0.215

  • Produce warning when multiple fields or variants have the same deserialization name (#2855, #2856, #2857)

v1.0.214

  • Implement IntoDeserializer for all Deserializers in serde::de::value module (#2568, thanks @​Mingun)

v1.0.213

  • Fix support for macro-generated with attributes inside a newtype struct (#2847)

v1.0.212

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#2845)

v1.0.211

  • Improve error reporting about mismatched signature in with and default attributes (#2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#2821)
Commits
  • 930401b Release 1.0.217
  • cb6eaea Fix roundtrip inconsistency:
  • b6f339c Resolve repr_packed_without_abi clippy lint in tests
  • 2a5caea Merge pull request #2872 from dtolnay/ehpersonality
  • b9f93f9 Add no-std CI on stable compiler
  • eb5cd47 Drop #[lang = "eh_personality"] from no-std test
  • 8478a3b Merge pull request #2871 from dtolnay/nostdstart
  • dbb9091 Replace #[start] with extern fn main
  • ad8dd41 Release 1.0.216
  • f91d2ed Merge pull request #2868 from dtolnay/automaticallyderived
  • Additional commits viewable in compare view

Updates toml_edit from 0.22.22 to 0.22.23

Commits
  • 15496f1 chore: Release
  • 1131ce8 docs: Update changelog
  • 4776fca Merge pull request #827 from epage/winnow07
  • 754769b chore: Upgrade to Winnow 0.7
  • 9415da2 refactor(parser): Switch to ModalParser
  • 5dfa5b0 chore: Upgrade to winnow 0.6.26
  • e92c3b6 Merge pull request #825 from slivingston/update-docs
  • 017a74d docs(readme): Update example to prefer DocumentMut
  • a07313e chore(deps): Update Rust Stable to v1.84 (#822)
  • 8da356f chore(deps): Update compatible (dev) (#821)
  • Additional commits viewable in compare view

Updates url from 2.5.2 to 2.5.4

Release notes

Sourced from url's releases.

v2.5.4

What's Changed

  • Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" by @​valenting in servo/rust-url#999
  • Updates the MSRV to 1.63 required though the libc v0.2.164 dependency

Full Changelog: servo/rust-url@v2.5.3...v2.5.4

v2.5.3

What's Changed

New Contributors

Full Changelog: servo/rust-url@v2.5.2...v2.5.3

Commits

Updates winnow from 0.7.0 to 0.7.1

Changelog

Sourced from winnow's changelog.

[0.7.1] - 2025-02-03

Fixes

  • Don't panic when calling .next(), .next(), .finish() on iterator
Commits

Updates clap-cargo from 0.14.1 to 0.15.2

Changelog

Sourced from clap-cargo's changelog.

[0.15.2] - 2025-01-14

[0.15.1] - 2025-01-03

Fix

  • Reduce Cargo.lock content

[0.15.0] - 2025-01-02

Breaking Changes

  • Upgraded cargo_metadata to 0.19
Commits
  • 5451e8b chore: Release clap-cargo version 0.15.2
  • 1e4a403 docs: Remove bad dep-add block
  • 3eadd0f chore: Release clap-cargo version 0.15.1
  • 427af69 docs: Update changelog
  • a37548f Merge pull request #79 from dtolnay-contrib/deps
  • 80914f3 chore: Omit serde/serde_json from lockfiles not using cargo_metadata
  • 9b76d52 chore: Release clap-cargo version 0.15.0
  • bb2590c docs: Update changelog
  • b44569a Merge pull request #78 from epage/renovate/cargo_metadata-0.x
  • 28a8c00 chore(deps)!: Update Rust crate cargo_metadata to 0.19
  • Additional commits viewable in compare view

Updates fake from 2.10.0 to 3.1.0

Changelog

Sourced from fake's changelog.

v3.1.0 (2024-12-27)

Commits

Updates googletest from 0.12.0 to 0.13.0

Release notes

Sourced from googletest's releases.

v0.13.0

API Changes

  • Note that the minimum supported Rust version has increased from 1.66 to 1.70.

  • Rename #[googletest::test] to #[googletest::gtest] and add it to the prelude.

    Note that #[googletest::test] will not be deprecated because this spelling is useful for compatibility with the rstest crate.

  • Add assert_pred! to prelude.

New Features

  • Add test fixture support for synchronous tests.

    Various traits to represent different types of test fixtures have been added. The core Fixture trait may be used like this:

    struct MyFixture {...}
    

    impl Fixture for MyFixture { fn set_up() -> Result<MyFixture> { Ok(MyFixture {...}) }

    fn tear_down(self) -&gt; Result&lt;()&gt; {
        Ok(())
    }
    

    }

    #[googletest::test] fn test_with_fixture(my_fixture: &MyFixture) {...}

    ConsumableFixture has only a set_up method and no tear_down method.

    FixtureOf<T> adapts a T: Default into a ConsumableFixture.

    StaticFixture has a set_up_once method which is called only once before any tests are run.

  • Add impl Matcher<&()> for ().

  • Handle the printing of arguments passed to gtest macros that do not implement Debug using inherent method specialization.

  • Generalize verify_pred! such that it can take any expression and provide meaningful output of intermediate values on failure.

  • Add support for printing the two sides of a binary operator and traversing inside a unary operator in verify_pred!.

    For example, an assertion of the form verify_pred!(a == b) will print both the left and right-hand sides when it fails.

... (truncated)

Commits
  • f02ad6a Bump the version number in Cargo.toml to 0.13.
  • e516f1c Check for newline terminators in summarize_diff when line diff sees no differ...
  • 5e28dbe Merge pull request #497 from yaxum62:bool_matcher
  • a591055 fix format
  • b293a60 fix typo
  • 4901d42 Reorder functions and adds more documents and tests.
  • 8dfc566 Add BoolMatcher that matches bool value and reference.
  • 684afc1 Adjust newlines between the description and diff to improve matcher output co...
  • 43a95ea Add support for sequences (ordered and unordered) for assert_that.
  • 0d71c7a Merge pull request #493 from YaxinCheng:main
  • Additional commits viewable in compare view

Updates insta from 1.40.0 to 1.41.1

Release notes

Sourced from insta's releases.

1.41.1

Release Notes

  • Re-release of 1.41.0 to generate release artifacts correctly.

Install cargo-insta 1.41.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-installer.ps1 | iex"

Download cargo-insta 1.41.1

File Platform Checksum
cargo-insta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cargo-insta-x86_64-apple-darwin.tar.xz Intel macOS checksum
cargo-insta-x86_64-pc-windows-msvc.zip x64 Windows checksum
cargo-insta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cargo-insta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

1.41.0

  • Experimental support for binary snapshots. #610 (Florian Plattner)

  • --force-update-snapshots now causes cargo-insta to write every snapshot, regardless of whether snapshots fully match, and now implies --accept. This allows for --force-update-snapshots to update inline snapshots' delimiters and indentation.

    For the previous behavior of --force-update-snapshots, which limited writes to snapshots which didn't fully match, use --require-full-match. The main difference between --require-full-match and the existing behavior of --force-update-snapshots is a non-zero exit code on any snapshots which don't fully match.

    Like the previous behavior or --force-update-snapshots, --require-full-match doesn't track inline snapshots' delimiters or indentation, so can't update if those don't match. #644

  • Inline snapshots only use # characters as delimiters when required. #603

  • Warnings for undiscovered snapshots are more robust, and include files with custom snapshot extensions. #637

  • Insta runs correctly on packages which reference rust files in a parent path. #626

  • Warnings are printed when any snapshot uses a legacy format. #599

  • cargo insta --version now prints a version. #665

... (truncated)

Changelog

Sourced from insta's changelog.

1.41.1

  • Re-release of 1.41.1 to generate release artifacts correctly.

1.41.0

  • Experimental support for binary snapshots. #610 (Florian Plattner)

  • --force-update-snapshots now causes cargo-insta to write every snapshot, regardless of whether snapshots fully match, and now implies --accept. This allows for --force-update-snapshots to update inline snapshots' delimiters and indentation.

    For the previous behavior of --force-update-snapshots, which limited writes to snapshots which didn't fully match, use --require-full-match. The main difference between --require-full-match and the existing behavior of --force-update-snapshots is a non-zero exit code on any snapshots which don't fully match.

    Like the previous behavior of --force-update-snapshots, --require-full-match doesn't track inline snapshots' delimiters or indentation, so can't update if those don't match. #644

  • Inline snapshots only use # characters as delimiters when required. #603

  • Warnings for undiscovered snapshots are more robust, and include files with custom snapshot extensions. #637

  • Insta runs correctly on packages which reference rust files in a parent path. #626

  • Warnings are printed when any snapshot uses a legacy format. #599

  • cargo insta --version now prints a version. #665

  • insta now internally uses INSTA_UPDATE=force rather than INSTA_FORCE_UPDATE=1. (This doesn't affect users of cargo-insta, which handles this internally.) #482

  • cargo-insta's integration tests continue to grow over the past couple of versions, and now offer coverage of most of cargo-insta's interface.

Commits

Updates serde_json from 1.0.128 to 1.0.138

Release notes

Sourced from serde_json's releases.

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)

v1.0.135

v1.0.134

  • Add RawValue associated constants for literal null, true, false (#1221, thanks @​bheylin)

v1.0.133

  • Implement From<[T; N]> for serde_json::Value (#1215)

v1.0.132

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#1206)

v1.0.131

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#1135, thanks @​swlynch99)

v1.0.130

  • Support converting and deserializing Number from i128 and u128 (#1141, thanks @​druide)

v1.0.129

Commits
  • c916099 Release 1.0.138
  • dc29e48 Move BufReader to caller
  • 29122f9 Sort imports from PR 1237
  • d33c1b5 Merge pull request #1237 from JonathanBrouwer/master
  • 8c2d800 Add more warnings to apply buffering on docs of affected functions
  • 65bbd1a Fix example of from_reader not applying buffering when it should

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 3, 2025
@eopb eopb force-pushed the dependabot/cargo/cargo-dependencies-2932c5a630 branch from 041958f to 3baee4e Compare February 7, 2025 15:27
@eopb eopb force-pushed the dependabot/cargo/cargo-dependencies-2932c5a630 branch from 3baee4e to 884b2d9 Compare February 7, 2025 15:35
eopb added a commit that referenced this pull request Feb 7, 2025
@eopb eopb force-pushed the dependabot/cargo/cargo-dependencies-2932c5a630 branch from 884b2d9 to 71f4418 Compare February 7, 2025 15:45
eopb and others added 2 commits February 7, 2025 15:58
This is too painful to maintain
…pdates

Bumps the cargo-dependencies group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.95` |
| [cargo](https://github.com/rust-lang/cargo) | `0.82.0` | `0.85.0` |
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.18.1` | `0.19.1` |
| [cargo-util-schemas](https://github.com/rust-lang/cargo) | `0.5.0` | `0.7.1` |
| [fs-err](https://github.com/andrewhickman/fs-err) | `2.11.0` | `3.1.0` |
| [home](https://github.com/rust-lang/cargo) | `0.5.9` | `0.5.11` |
| [pathdiff](https://github.com/Manishearth/pathdiff) | `0.2.1` | `0.2.3` |
| [semver](https://github.com/dtolnay/semver) | `1.0.23` | `1.0.25` |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.217` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.22` | `0.22.23` |
| [url](https://github.com/servo/rust-url) | `2.5.2` | `2.5.4` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.7.0` | `0.7.1` |
| [clap-cargo](https://github.com/crate-ci/clap-cargo) | `0.14.1` | `0.15.2` |
| [fake](https://github.com/cksac/fake-rs) | `2.10.0` | `3.1.0` |
| [googletest](https://github.com/google/googletest-rust) | `0.12.0` | `0.13.0` |
| [insta](https://github.com/mitsuhiko/insta) | `1.40.0` | `1.41.1` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.138` |
| [strip-ansi-escapes](https://github.com/luser/strip-ansi-escapes) | `0.2.0` | `0.2.1` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.16.0` |



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

Updates `cargo` from 0.82.0 to 0.85.0
- [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md)
- [Commits](rust-lang/cargo@0.82.0...0.85.0)

Updates `cargo_metadata` from 0.18.1 to 0.19.1
- [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.18.1...0.19.1)

Updates `cargo-util-schemas` from 0.5.0 to 0.7.1
- [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cargo/commits)

Updates `clap` from 4.5.18 to 4.5.28
- [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.18...clap_complete-v4.5.28)

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

Updates `home` from 0.5.9 to 0.5.11
- [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md)
- [Commits](rust-lang/cargo@home-0.5.9...home-0.5.11)

Updates `pathdiff` from 0.2.1 to 0.2.3
- [Commits](Manishearth/pathdiff@v0.2.1...v0.2.3)

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

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

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

Updates `url` from 2.5.2 to 2.5.4
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.2...v2.5.4)

Updates `winnow` from 0.7.0 to 0.7.1
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.0...v0.7.1)

Updates `clap-cargo` from 0.14.1 to 0.15.2
- [Changelog](https://github.com/crate-ci/clap-cargo/blob/master/CHANGELOG.md)
- [Commits](crate-ci/clap-cargo@v0.14.1...v0.15.2)

Updates `fake` from 2.10.0 to 3.1.0
- [Release notes](https://github.com/cksac/fake-rs/releases)
- [Changelog](https://github.com/cksac/fake-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cksac/fake-rs/commits/v3.1.0)

Updates `googletest` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/google/googletest-rust/releases)
- [Commits](google/googletest-rust@v0.12.0...v0.13.0)

Updates `insta` from 1.40.0 to 1.41.1
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.40.0...1.41.1)

Updates `serde_json` from 1.0.128 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.128...v1.0.138)

Updates `strip-ansi-escapes` from 0.2.0 to 0.2.1
- [Commits](https://github.com/luser/strip-ansi-escapes/commits)

Updates `tempfile` from 3.13.0 to 3.16.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.13.0...v3.16.0)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: cargo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cargo_metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cargo-util-schemas
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: fs-err
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: home
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: pathdiff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: winnow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap-cargo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: fake
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: googletest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: strip-ansi-escapes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@eopb eopb force-pushed the dependabot/cargo/cargo-dependencies-2932c5a630 branch from 71f4418 to 35367fd Compare February 7, 2025 15:58
@eopb eopb merged commit 4fae020 into main Feb 7, 2025
14 checks passed
@eopb eopb deleted the dependabot/cargo/cargo-dependencies-2932c5a630 branch February 7, 2025 16:05
eopb added a commit that referenced this pull request Feb 7, 2025
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