Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and smoelius committed Aug 5, 2024
1 parent 16aba25 commit 92f75a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 9 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.10"
tempfile = "3.11"
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.10"
tempfile = "3.11"
xdg = "2.5"

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

[features]
default = []
Expand Down

0 comments on commit 92f75a0

Please sign in to comment.