Skip to content

Commit

Permalink
Bump tempfile from 3.11.0 to 3.12.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

---
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 Aug 16, 2024
1 parent d1ee8dc commit e205d2a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
25 changes: 17 additions & 8 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.11"
tempfile = "3.12"
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.11"
tempfile = "3.12"
xdg = "2.5"

[dev-dependencies]
assert_cmd = "2.0"
ctor = "0.2"
predicates = "3.1"
tempfile = "3.11"
tempfile = "3.12"

[features]
default = []
Expand Down

0 comments on commit e205d2a

Please sign in to comment.