Skip to content

Commit

Permalink
Merge pull request #357 from kbknapp/issue-350
Browse files Browse the repository at this point in the history
Bump tempfile due to RUSTSEC-2023-0018
  • Loading branch information
kbknapp authored Jun 19, 2023
2 parents 5ad17e2 + 900325e commit 8c978a1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 20 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="v0.13.1"></a>
### v0.13.1 (2023-06-19)

#### Maintenance

* bump `tempfile` due to [RUSTSEC-2023-0018](https://rustsec.org/advisories/RUSTSEC-2023-0018)

<a name="v0.13.0"></a>
### v0.13.0 (2023-06-19)

Expand Down
27 changes: 9 additions & 18 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-outdated"
version = "0.13.0"
version = "0.13.1"
authors = [
"Kevin K. <[email protected]>",
"Frederick Z. <[email protected]>",
Expand Down Expand Up @@ -35,7 +35,7 @@ serde = {version="1.0.114", features = ["derive"]}
serde_derive = "1.0.114"
serde_json = "1.0.56"
tabwriter = "1.2.1"
tempfile = "3"
tempfile = "3.6"
toml = "0.7.4"
clap = { version = "4.1.4", features = ["derive"] }
strum = { version = "0.25.0", features = ["derive"] }
Expand Down

0 comments on commit 8c978a1

Please sign in to comment.