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

dep: bump the deps group across 1 directory with 10 updates #684

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2025

Bumps the deps group with 10 updates in the / directory:

Package From To
log 0.4.25 0.4.26
thiserror 2.0.11 2.0.12
insta 1.42.1 1.42.2
serde 1.0.217 1.0.218
serde_json 1.0.138 1.0.140
clap 4.5.27 4.5.31
trycmd 0.15.8 0.15.9
rustflags 0.1.6 0.1.7
smallvec 1.13.2 1.14.0
owo-colors 4.1.0 4.2.0

Updates log from 0.4.25 to 0.4.26

Release notes

Sourced from log's releases.

0.4.26

What's Changed

Full Changelog: rust-lang/log@0.4.25...0.4.26

Changelog

Sourced from log's changelog.

[0.4.26] - 2025-02-18

What's Changed

Full Changelog: rust-lang/log@0.4.25...0.4.26

Commits

Updates thiserror from 2.0.11 to 2.0.12

Release notes

Sourced from thiserror's releases.

2.0.12

  • Prevent elidable_lifetime_names pedantic clippy lint in generated impl (#413)
Commits
  • 95a5126 Release 2.0.12
  • 76490f7 Merge pull request #413 from dtolnay/elidablelifetime
  • 9f27b76 Ignore elidable_lifetime_names pedantic clippy lint
  • daf2a6f Resolve some elidable_lifetime_names pedantic clippy lint
  • 5f07160 Point standard library links to stable
  • 6706a51 Convert html links to intra-doc links
  • 2706873 More precise gitignore patterns
  • 70bc20d Remove **/*.rs.bk from project-specific gitignore
  • See full diff in compare view

Updates insta from 1.42.1 to 1.42.2

Release notes

Sourced from insta's releases.

1.42.2

Release Notes

  • Support other indention characters than spaces in inline snapshots. #679
  • Fix an issue where multiple targets with the same root would cause too many pending snapshots to be reported. #730
  • Hide unseen option in CLI, as it's pending deprecation. #732
  • Stop \t and \x1b (ANSI color escape) from causing snapshots to be escaped. #715
  • Improved handling of inline snapshots within allow_duplicates! { .. }. #712

Install cargo-insta 1.42.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download cargo-insta 1.42.2

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
Changelog

Sourced from insta's changelog.

1.42.2

  • Support other indention characters than spaces in inline snapshots. #679
  • Fix an issue where multiple targets with the same root would cause too many pending snapshots to be reported. #730
  • Hide unseen option in CLI, as it's pending deprecation. #732
  • Stop \t and \x1b (ANSI color escape) from causing snapshots to be escaped. #715
  • Improved handling of inline snapshots within allow_duplicates! { .. }. #712
Commits
  • e81bae9 Bump versions to 1.42.2 (#733)
  • df78d98 Hide unseen from --help (#732)
  • 7a5e938 Fix duplicate snapshots on multiple targets with identical roots (#730)
  • b72bfba Improve functional test docs (#731)
  • e6469ac Qualify all references in macros to avoid name clashes (#729)
  • b6ecee1 Add changelog for INSTA_WORKSPACE_ROOT at compile time (#727)
  • ef4703f Allow setting INSTA_WORKSPACE_ROOT at compile time (#726)
  • 04a98c3 Fix inline snapshot handling within allow_duplicates! block (#722)
  • 24f32aa Fix crash on scanning indentation of arbitrary lines (#723)
  • 759283e [ISSUE-718] Allow specifying cargo-nextest bin (#721)
  • Additional commits viewable in compare view

Updates serde from 1.0.217 to 1.0.218

Release notes

Sourced from serde's releases.

v1.0.218

  • Documentation improvements
Commits
  • 7bfd518 Release 1.0.218
  • 723a949 Merge pull request #2895 from dtolnay/stabledoc
  • 2b44efb Point standard library links to stable
  • 03dc0fc Merge pull request #2894 from dtolnay/doclink
  • 85cb0c4 Convert html links to intra-doc links
  • abe7194 Update ui test suite to nightly-2025-02-12
  • aaccac7 Unset doc-scrape-examples for lib target
  • 7cd4d84 Update ui test suite to nightly-2025-02-07
  • 04ff3e8 More precise gitignore patterns
  • dc3031b Remove *.sw[po] from gitignore
  • Additional commits viewable in compare view

Updates serde_json from 1.0.138 to 1.0.140

Release notes

Sourced from serde_json's releases.

v1.0.140

  • Documentation improvements

v1.0.139

  • Documentation improvements
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 clap from 4.5.27 to 4.5.31

Release notes

Sourced from clap's releases.

v4.5.31

[4.5.31] - 2025-02-24

Features

  • Add ValueParserFactory for Saturating<T>

v4.5.30

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

v4.5.29

[4.5.29] - 2025-02-11

Fixes

  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

v4.5.28

[4.5.28] - 2025-02-03

Features

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

Sourced from clap's changelog.

[4.5.31] - 2025-02-24

Features

  • Add ValueParserFactory for Saturating<T>

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

[4.5.29] - 2025-02-11

Fixes

  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

[4.5.28] - 2025-02-03

Features

  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown
Commits
  • acf9abb chore: Release
  • 9186a18 docs: Update changelog
  • 233c316 Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...
  • 13931a2 Merge pull request #5923 from Reverier-Xu/master
  • 536e29f feat(builder): Add ValueParserFactory for Saturating\<T>
  • 45ed71c chore: Avoid using gen for rust 2024 preserved keyword
  • 5029bb3 chore: Avoid using gen for rust 2024 preserved keyword
  • 8a1d59b chore(deps): Update Rust Stable to v1.85 (#5921)
  • 9caee53 docs(changelog): Clarify 5.0.0
  • cb2352f Merge pull request #5918 from epage/test
  • Additional commits viewable in compare view

Updates trycmd from 0.15.8 to 0.15.9

Commits

Updates rustflags from 0.1.6 to 0.1.7

Release notes

Sourced from rustflags's releases.

0.1.7

  • Documentation improvements
Commits

Updates smallvec from 1.13.2 to 1.14.0

Release notes

Sourced from smallvec's releases.

v1.14.0

What's Changed

New Contributors

Full Changelog: servo/rust-smallvec@v1.13.2...v1.14.0

Commits
  • 174f4f0 Version 1.14.0
  • eaeb871 Bump locked hongfuzz version
  • cd9f7d3 Implement MallocSizeOf for SmallVec (v1)
  • 03d9069 Make test_size test aware of target pointer width and "union" feature.
  • See full diff in compare view

Updates owo-colors from 4.1.0 to 4.2.0

Release notes

Sourced from owo-colors's releases.

owo-colors 4.2.0

Added

  • Style::prefix_formatter and Style::suffix_formatter return Display formatters for the prefix and the suffix of a style, respectively.
  • All the *Display types now have an into_styled function that converts those types into a Styled, erasing type parameters.
  • Even more methods are now const.

Changed

  • The Color and DynColor traits are now explicitly marked sealed (i.e. downstream crates cannot implement them).

    These traits were already effectively sealed due to a number of hidden methods that were not part of the API, but they are now explicitly so. In that sense this is not a breaking change, so it's being released under a new minor version rather than a major version.

owo-colors 4.1.1

Added

  • The vast majority of owo-colors is now usable in const contexts.

Fixed

  • Documentation for Stream is now rendered properly. Thanks purplesyringa for the contribution!
  • Replace brittle const-promotion-based unsafe code with safe code. Thanks Manish for the contribution!

Other

For information about earlier versions, see the commit history.

Changelog

Sourced from owo-colors's changelog.

4.2.0 - 2025-02-22

Added

  • Style::prefix_formatter and Style::suffix_formatter return Display formatters for the prefix and the suffix of a style, respectively.
  • All the *Display types now have an into_styled function that converts those types into a Styled, erasing type parameters.
  • Even more methods are now const.

Changed

  • The Color and DynColor traits are now explicitly marked sealed (i.e. downstream crates cannot implement them).

    These traits were already effectively sealed due to a number of hidden methods that were not part of the API, but they are now explicitly so. In that sense this is not a breaking change, so it's being released under a new minor version rather than a major version.

4.1.1 - 2025-02-22

Added

  • The vast majority of owo-colors is now usable in const contexts.

Fixed

  • Documentation for Stream is now rendered properly. Thanks purplesyringa for the contribution!
  • Replace brittle const-promotion-based unsafe code with safe code. Thanks Manish for the contribution!

Other

For information about earlier versions, see the commit history.

Commits
  • 6d12fd4 [owo-colors] version 4.2.0
  • 376c775 prepare release
  • 730073c add StylePrefixFormatter and StyleSuffixFormatter
  • fb62f7a make even more methods const
  • dbc2166 add into_styled to erase type parameters
  • 1ae3d92 explicitly mark Color and DynColor sealed
  • 6198625 make fg and bg const
  • 49a5c83 use a scope guard to reset overrides
  • b039f05 add write permissions
  • a5ccf48 one more fix
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 deps group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [log](https://github.com/rust-lang/log) | `0.4.25` | `0.4.26` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.11` | `2.0.12` |
| [insta](https://github.com/mitsuhiko/insta) | `1.42.1` | `1.42.2` |
| [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.218` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.138` | `1.0.140` |
| [clap](https://github.com/clap-rs/clap) | `4.5.27` | `4.5.31` |
| [trycmd](https://github.com/assert-rs/snapbox) | `0.15.8` | `0.15.9` |
| [rustflags](https://github.com/dtolnay/rustflags) | `0.1.6` | `0.1.7` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.13.2` | `1.14.0` |
| [owo-colors](https://github.com/owo-colors/owo-colors) | `4.1.0` | `4.2.0` |



Updates `log` from 0.4.25 to 0.4.26
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.25...0.4.26)

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

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

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

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

Updates `clap` from 4.5.27 to 4.5.31
- [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.27...v4.5.31)

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

Updates `rustflags` from 0.1.6 to 0.1.7
- [Release notes](https://github.com/dtolnay/rustflags/releases)
- [Commits](dtolnay/rustflags@0.1.6...0.1.7)

Updates `smallvec` from 1.13.2 to 1.14.0
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.13.2...v1.14.0)

Updates `owo-colors` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/owo-colors/owo-colors/releases)
- [Changelog](https://github.com/owo-colors/owo-colors/blob/main/CHANGELOG.md)
- [Commits](owo-colors/owo-colors@v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: trycmd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: rustflags
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: smallvec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: owo-colors
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 5, 2025
@V0ldek V0ldek merged commit 7ddd7ef into main Mar 5, 2025
50 checks passed
@V0ldek V0ldek deleted the dependabot/cargo/deps-aa55aa8943 branch March 5, 2025 23:38
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