cargo-bins / cargo-binstall

Binary installation for rust projects
GNU General Public License v3.0
1.62k stars 60 forks source link

build(deps): bump the deps group with 8 updates #1970

Closed dependabot[bot] closed 6 days ago

dependabot[bot] commented 6 days ago

Bumps the deps group with 8 updates:

Package From To
reflink-copy 0.1.19 0.1.20
clap 4.5.20 4.5.21
embed-resource 2.5.1 3.0.1
leon 3.0.1 3.0.2
thiserror 2.0.1 2.0.3
leon-macros 1.0.2 1.0.3
serde 1.0.214 1.0.215
flate2 1.0.34 1.0.35

Updates reflink-copy from 0.1.19 to 0.1.20

Release notes

Sourced from reflink-copy's releases.

v0.1.20

Other

  • Implement check_reflink_support for windows (#83)
  • Fail reflink_or_copy if target file already exist (#81)
  • Bump tempfile from 3.8.0 to 3.12.0 (#77)
Changelog

Sourced from reflink-copy's changelog.

0.1.20 - 2024-11-10

Other

  • Implement check_reflink_support for windows (#83)
  • Fail reflink_or_copy if target file already exist (#81)
  • Bump tempfile from 3.8.0 to 3.12.0 (#77)
Commits


Updates clap from 4.5.20 to 4.5.21

Release notes

Sourced from clap's releases.

v4.5.21

[4.5.21] - 2024-11-13

Fixes

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

Sourced from clap's changelog.

[4.5.21] - 2024-11-13

Fixes

  • (parser) Ensure defaults are filled in on error with ignore_errors(true)
Commits
  • 03d7226 chore: Release
  • 3df70fb docs: Update changelog
  • 3266c36 Merge pull request #5691 from epage/custom
  • 951762d feat(complete): Allow any OsString-compatible type to be a CompletionCandidate
  • bb6493e feat(complete): Offer - as a path option
  • 27b348d refactor(complete): Simplify ArgValueCandidates code
  • 49b8108 feat(complete): Add PathCompleter
  • 82a360a feat(complete): Add ArgValueCompleter
  • 47aedc6 fix(complete): Ensure paths are sorted
  • 431e2bc test(complete): Ensure ArgValueCandidates get filtered
  • Additional commits viewable in compare view


Updates embed-resource from 2.5.1 to 3.0.1

Commits
  • 9548d70 Document old backport-eligible branches in README
  • e235516 Bump version to 3.0.1
  • 35a9ac6 Use std::path::MAIN_SEPARATOR to join $OUT_DIR/lib$prefix.a on Win32 to fix b...
  • 95a3076 Bump version to 3.0.0
  • 0156d82 windows_msvc port
  • 54099ec non_windows port
  • 954319d embed_resource::compile*() returns new enum embed_resource::CompilationResult
  • See full diff in compare view


Updates leon from 3.0.1 to 3.0.2

Release notes

Sourced from leon's releases.

leon-v3.0.2

Other

  • (deps) Bump the deps group with 4 updates (#58)
  • (deps) Bump the deps group with 6 updates (#46)
Commits
  • cec1b8d chore: release (#60)
  • 54ec81d Create release-plz.yml
  • 58591f7 Build(deps): Bump the deps group in /crates/leon/fuzz with 2 updates (#59)
  • fb01f4e Build(deps): Bump the deps group with 4 updates (#58)
  • d0b4a19 Build(deps): Bump the deps group with 6 updates (#46)
  • 111dad3 Build(deps): Bump serde in /crates/leon/benches in the deps group (#47)
  • 7967a23 Build(deps): Bump the deps group in /crates/leon/benches with 1 update (#7)
  • 2209aba CI: Add cargo-hack feature check for leon
  • See full diff in compare view


Updates thiserror from 2.0.1 to 2.0.3

Release notes

Sourced from thiserror's releases.

2.0.3

  • Support the same Path field being repeated in both Debug and Display representation in error message (#383)
  • Improve error message when a format trait used in error message is not implemented by some field (#384)

2.0.2

  • Fix hang on invalid input inside #[error(...)] attribute (#382)
Commits
  • 15fd26e Release 2.0.3
  • 7046023 Simplify how has_bonus_display is accumulated
  • 9cc1d0b Merge pull request #384 from dtolnay/nowrap
  • 1d040f3 Use Var wrapper only for Pointer formatting
  • 6a6132d Extend no-display ui test to cover another fmt trait
  • a061beb Merge pull request #383 from dtolnay/both
  • 6388293 Support Display and Debug of same path in error message
  • dc0359e Defer binding_value construction
  • 520343e Add test of Debug and Display of paths
  • 49be39d Release 2.0.2
  • Additional commits viewable in compare view


Updates leon-macros from 1.0.2 to 1.0.3

Release notes

Sourced from leon-macros's releases.

leon-macros-v1.0.3

Other

  • (deps) Bump the deps group with 4 updates (#58)
  • (deps) Bump the deps group with 6 updates (#46)
Commits


Updates serde from 1.0.214 to 1.0.215

Release notes

Sourced from serde's releases.

v1.0.215

  • Produce warning when multiple fields or variants have the same deserialization name (#2855, #2856, #2857)
Commits
  • 8939af4 Release 1.0.215
  • fa5d58c Use ui test syntax that does not interfere with rustfmt
  • 1a3cf4b Update PR 2562 ui tests
  • 7d96352 Merge pull request #2857 from dtolnay/collide
  • 111ecc5 Update ui tests for warning on colliding aliases
  • edd6fe9 Revert "Add checks for conflicts for aliases"
  • a20e924 Revert "pacify clippy"
  • b1353a9 Merge pull request #2856 from dtolnay/dename
  • c59e876 Produce a separate warning for every colliding name
  • 7f1e697 Merge pull request #2855 from dtolnay/namespan
  • Additional commits viewable in compare view


Updates flate2 from 1.0.34 to 1.0.35

Release notes

Sourced from flate2's releases.

1.0.35 - security update to zlib-rs

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.0.34...1.0.35

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 6 days ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml