Skip to content

Commit

Permalink
Bump tempfile from 3.9.0 to 3.10.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.9.0 to 3.10.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.9.0...v3.10.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 Feb 6, 2024
1 parent 1cbb169 commit 049014e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion compiler/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ features = [ "derive" ]
version = "0.8.25"

[dev-dependencies.tempfile]
version = "3.9"
version = "3.10"

[features]
default = [ ]
Expand Down
2 changes: 1 addition & 1 deletion utils/retriever/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ version = "2.9"
version = "1.9.4"
path = "../../compiler/passes"
[dependencies]
tempfile = "3.8.1"
tempfile = "3.10.0"

0 comments on commit 049014e

Please sign in to comment.