Skip to content

Commit

Permalink
Bump tempfile from 3.6.0 to 3.7.0 in /crates
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.6.0 to 3.7.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.6.0...v3.7.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 Jul 21, 2023
1 parent 66f1a66 commit f9c144e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 32 deletions.
50 changes: 21 additions & 29 deletions crates/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 crates/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pretty_env_logger = "0.5.0"
log = "0.4.19"

[dev-dependencies]
tempfile = "3.6.0"
tempfile = "3.7.0"

[dependencies.bzl_gen_build_shared_types]
path = "../shared_types"
Expand Down
2 changes: 1 addition & 1 deletion crates/jarscanner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ zip = "0.6.6"
serde = { version = "1.0.174", features = ["derive"] }
serde_json = "1.0.103"
clap = { version = "4.3.16", features = ["derive"] }
tempfile = "3.6.0"
tempfile = "3.7.0"
tokio = { version = "1.29.1", features = ["full"] }

[dependencies.bzl_gen_build_shared_types]
Expand Down
2 changes: 1 addition & 1 deletion crates/python_extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pretty_env_logger = "0.5.0"
log = "0.4.19"

[dev-dependencies]
tempfile = "3.6.0"
tempfile = "3.7.0"

[dependencies.bzl_gen_build_shared_types]
path = "../shared_types"
Expand Down

0 comments on commit f9c144e

Please sign in to comment.