Skip to content

Commit

Permalink
chore(deps): bump tempfile from 3.6.0 to 3.7.0 (#370)
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.6.0 to
3.7.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's
changelog</a>.</em></p>
<blockquote>
<h2>3.7.0</h2>
<p>BREAKING: This release updates the MSRV to 1.63. This isn't an
API-breaking change (so no major
release) but it's still a breaking change for some users.</p>
<ul>
<li>Update fastrand from 1.6 to 2.0</li>
<li>Update rustix to 0.38</li>
<li>Updates the MSRV to 1.63.</li>
<li>Provide AsFd/AsRawFd on wasi.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stebalien/tempfile/commit/d258544335e040e727cde095a468416910893a2a"><code>d258544</code></a>
chore: release 3.7.0</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/da36cd5ddd7adf84d1cacf17d6269f0597ac45f0"><code>da36cd5</code></a>
Provide implementations for I/O safety traits unconditionally (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/244">#244</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/74f9fbcbe1a09c1cc25cd91b9435981d308f77f3"><code>74f9fbc</code></a>
Update to rustix 0.38 and update MSRV to 1.63 (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/241">#241</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/1cff81e583ec483ca38acc7d8b46c64d292090e1"><code>1cff81e</code></a>
build(deps): update fastrand requirement from 1.6.0 to 2.0.0 (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/240">#240</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/c7d9afd91144edf17b67e8459fcfe6395f55b2b5"><code>c7d9afd</code></a>
Update/format changelog</li>
<li>See full diff in <a
href="https://github.com/Stebalien/tempfile/compare/v3.6.0...v3.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tempfile&package-manager=cargo&previous-version=3.6.0&new-version=3.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
nick-mobilecoin authored Jul 20, 2023
2 parents 2c38267 + 6ec29eb commit 62912f6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 43 deletions.
49 changes: 9 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dcap/ql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ sim = []

[dev-dependencies]
serial_test = { version = "2.0.0", default-features = false }
tempfile = "3.3.0"
tempfile = "3.7.0"
yare = "1.0.1"
2 changes: 1 addition & 1 deletion dcap/quoteverify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ once_cell = "1.17.0"
[dev-dependencies]
mc-sgx-dcap-sys-types = { path = "../sys/types", version = "=0.7.2" }
serial_test = { version = "2.0.0", default-features = false }
tempfile = "3.3.0"
tempfile = "3.7.0"
yare = "1.0.1"
2 changes: 1 addition & 1 deletion sdk-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ displaydoc = "0.2.3"
mc-sgx-core-build = { path = "../core/build", version = "=0.7.2" }

[dev-dependencies]
tempfile = "3.3.0"
tempfile = "3.7.0"

0 comments on commit 62912f6

Please sign in to comment.