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

build(deps): bump tempfile from 3.7.0 to 3.7.1 #803

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Bumps tempfile from 3.7.0 to 3.7.1.

Changelog

Sourced from tempfile's changelog.

3.7.1

  • Tempfile builds on haiku again.
  • Under the hood, we've switched from the unlinkat/linkat syscalls to the regular unlink/link syscalls where possible.
Commits

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.0 to 3.7.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.7.0...v3.7.1)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 7, 2023
@simonsan simonsan merged commit 88f500e into main Aug 8, 2023
18 checks passed
@simonsan simonsan deleted the dependabot/cargo/tempfile-3.7.1 branch August 8, 2023 22:53
simonsan pushed a commit that referenced this pull request Aug 16, 2023
Squashed commit:

[edcd2df] Correct some docu

[d7bfe84] Don't use doccomments for repository paths

[d3ba595] document type parameters and more errors

[f9c371f] add more documentation XVII

[1a6f9ff] add more documentation XVI

[b149dbd] add more documentation XV

[669116b] Replace `22` with max_compression_level

[296b12e] Add TODO for docs

[3e1a0ad] build(deps): bump aho-corasick from 1.0.2 to 1.0.3 (#811)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

[f643c78] docs: Add `CONTRIBUTING.md` (#762)

[12185a5] build(deps): bump clap from 4.3.19 to 4.3.21 (#807)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

[88f500e] build(deps): bump tempfile from 3.7.0 to 3.7.1 (#803)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

[4dcdf2c] build(deps): bump filetime from 0.2.21 to 0.2.22 (#802)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

[87a4575] build(deps): bump serde from 1.0.181 to 1.0.183 (#801)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

[43d8dbd] build(deps): bump rustdoc-json from 0.8.6 to 0.8.7 (#794)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

[534b584] build(deps): bump serde_with from 3.1.0 to 3.2.0 (#795)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

[ee0130f] build(deps): bump public-api from 0.31.2 to 0.31.3 (#796)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

[604b226] build(deps): bump enum-map-derive from 0.12.0 to 0.13.0

Bumps [enum-map-derive](https://github.com/xfix/enum-map) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/xfix/enum-map/releases)
- [Changelog](https://github.com/xfix/enum-map/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xfix/enum-map/commits)

---
updated-dependencies:
- dependency-name: enum-map-derive
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

[d8085c1] build(deps): bump enum-map from 2.6.0 to 2.6.1 (#789)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

[77ddb1d] build(deps): bump indicatif from 0.17.5 to 0.17.6 (#790)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

[2be3301] Fix link in docs

[5927737] Make commands module crate public again

[ea25f7d] Rest of the fixes from the review

[9047ef0] fix some more stuff from the reviews

plus adding more errors to documentation

[e61c577] add fixes from review I

[5e23d19] add more documentation XIV

[5e63b49] add more documentation XIII

[a17f039] add more documentation XII

[e93b36b] add more documentation XI

[cc47099] add more documentation X

[ae2fc99] add more documentation IX

[f10811e] add more documentation VIII

[1ef1371] add more documentation VII

[5ee8d8a] add more documentation VI

[5d3270e] add more documentation V

[65dd893] add more documentation IV

[4d5b346] add more documentation III

[c0e2707] add more documentation II (+14 squashed commit)

Squashed commit:

[7696188a] add more documentation I (+4 squashed commit)

Squashed commit:

[90ad7f7] Add doctest example

[c9402e2] export compression range

[d487132] remove Sum trait from API

[fbafe6a] fix tests and warnings

[34972d3] Apply suggestions from code review

Co-authored-by: simonsan <[email protected]>

[19e5f01] document missing public items

[015d58f] document Repository

[981a3b5] Reword and document LsOptions

[fb327c8] Extract repofile related stuff

[f709dbb] document repoinfo

[972ef25] document restore

[35663a4] document copy/forget/prune/repair

[33079b6] overwork config/key options

[83b697e] overwork & document check API

[bfec212] overwork & document backup APIs

[5f22524] Overwork & document interfaces in SnapshotFiles

[039dba3] use AsRef<str> in interfaces (+1 squashed commits)

Squashed commits:

[5620b47] only keep needed items in API
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