Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the rust-dependencies group with 3 updates in the / directory: test-strategy, clap and tempfile.

Updates test-strategy from 0.4.0 to 0.4.1

Commits
  • b329f56 Version 0.4.1.
  • e42b8bb Add support for Error Types that Don't Implement std::error::Error.
  • 1b119bf Add tests with modified prop_assert.
  • 2459c8d Support #[proptest] attribute for functions with explicit return types.
  • ac9e736 Update proptest to 1.6.0.
  • 2d5f10e Add link to ProptestConfig.
  • d5012fa Update compile error message.
  • ae150cf Clippy.
  • 0512d8b Update tasks.json.
  • See full diff in compare view

Updates clap from 4.5.32 to 4.5.34

Release notes

Sourced from clap's releases.

v4.5.34

[4.5.34] - 2025-03-27

Fixes

  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group
Changelog

Sourced from clap's changelog.

[4.5.34] - 2025-03-27

Fixes

  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group
Commits
  • 5d2cdac chore: Release
  • f1c10eb docs: Update changelog
  • a4d1a7f chore(ci): Take a break from template updates
  • e95ed39 Merge pull request #5775 from vivienm/master
  • 18f8d4c chore(deps): Update Rust Stable to v1.82 (#5788)
  • f35d8e0 Merge pull request #5787 from epage/template
  • 1389d7d chore: Update from '_rust/main' template
  • dbc9faa chore(ci): Initialize git for template update
  • 3dac2f3 chore(ci): Get history for template update
  • e1f77da chore(ci): Fix branch for template update
  • Additional commits viewable in compare view

Updates tempfile from 3.19.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.
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 <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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 27, 2025
@jhamman
Copy link
Member

jhamman commented Mar 28, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/rust-dependencies-1b2b67c50c branch from 82ff248 to 32b3f7f Compare March 28, 2025 15:19
@paraseba
Copy link
Collaborator

@dependabot rebase

Bumps the rust-dependencies group with 3 updates in the / directory: [test-strategy](https://github.com/frozenlib/test-strategy), [clap](https://github.com/clap-rs/clap) and [tempfile](https://github.com/Stebalien/tempfile).


Updates `test-strategy` from 0.4.0 to 0.4.1
- [Commits](frozenlib/test-strategy@v0.4.0...v0.4.1)

Updates `clap` from 4.5.32 to 4.5.34
- [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.32...clap_complete-v4.5.34)

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

---
updated-dependencies:
- dependency-name: test-strategy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/rust-dependencies-1b2b67c50c branch from 32b3f7f to 554b04a Compare March 28, 2025 15:43
@paraseba paraseba self-requested a review March 28, 2025 16:04
@paraseba paraseba merged commit 72a9b28 into main Mar 28, 2025
8 checks passed
@paraseba paraseba deleted the dependabot/cargo/rust-dependencies-1b2b67c50c branch March 28, 2025 16:04
dcherian added a commit that referenced this pull request Mar 31, 2025
* main: (29 commits)
  Release version 0.2.11 (#879)
  Release version v0.2.10 (#877)
  One more GC bugfix (#878)
  Remove cache entries during GC (#875)
  Add lookup_snapshot (#876)
  Add logging to GC and expiration (#874)
  Fix ref delete during ref expiration (#873)
  Bump the rust-dependencies group across 1 directory with 3 updates (#872)
  `expire_ref` can now edit snapshot pointed by refs (#870)
  Fix repo serialization with default commit metadata (#863)
  Fix bug in expiration that creates a commit loop (#869)
  Uncomment `delete_branch` in stateful repo ops test (#866)
  Add upstream dev CI (#862)
  Add optional default commit metadata to `Repository` (#860)
  Update GC docstrings (#858)
  Add expiration/GC notebook (#857)
  Small docs polish (#856)
  Release version 0.2.9 (#855)
  Add support for virtual chunks in GCS (#853)
  Cargo deny is smarter in new Rust version (#854)
  ...
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.

3 participants