Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 23bcfdc

Browse files
Merge #3543
3543: Bump tempfile from 3.1.0 to 3.2.0 r=mergify[bot] a=dependabot[bot] Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.1.0 to 3.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Stebalien/tempfile/blob/master/NEWS">tempfile's changelog</a>.</em></p> <blockquote> <h1>3.2.0</h1> <p>Features:</p> <ul> <li>Bump rand dependency to <code>0.8</code>.</li> <li>Bump cfg-if dependency to <code>1.0</code></li> </ul> <p>Other than that, this release mostly includes small cleanups and simplifications.</p> <p>Breaking: The minimum rust version is now <code>1.40.0</code>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Stebalien/tempfile/commits">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.1.0&new-version=3.2.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 </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents fbf4038 + ee6421a commit 23bcfdc

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

Cargo.lock

Lines changed: 18 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cnd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ proptest = "0.10.1"
6666
regex = "1.4"
6767
serde_urlencoded = "0.7"
6868
spectral = { version = "0.6", default-features = false }
69-
tempfile = "3.1.0"
69+
tempfile = "3.2.0"

0 commit comments

Comments
 (0)