Skip to content

Commit

Permalink
Bump tempfile from 3.14.0 to 3.15.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.14.0 to 3.15.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.14.0...v3.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and smoelius committed Jan 13, 2025
1 parent a51ce79 commit 162ef1f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
22 changes: 20 additions & 2 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions cargo-afl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ anyhow = { version = "1.0", features = ["backtrace"] }
clap = { version = "4.5", features = ["cargo", "derive"] }
home = "0.5"
rustc_version = "0.4"
tempfile = "3.14"
tempfile = "3.15"
xdg = "2.5"

[dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }
clap = { version = "4.5", features = ["cargo", "derive", "string"] }
home = "0.5"
rustc_version = "0.4"
tempfile = "3.14"
tempfile = "3.15"
xdg = "2.5"

[dev-dependencies]
assert_cmd = "2.0"
ctor = "0.2"
predicates = "3.1"
tempfile = "3.14"
tempfile = "3.15"

[features]
default = []
Expand Down

0 comments on commit 162ef1f

Please sign in to comment.