Skip to content

Commit

Permalink
chore(deps): update rust crate tempfile to 3.8 (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 21, 2023
1 parent 93de1bb commit 8213e5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 crates/async-tar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ futures="0.3"
tokio={version="1.29", features=["fs"]}

[dev-dependencies]
tempfile="3.7"
tempfile="3.8"
bytes = "1.4"
tokio-util = {version="0.7", features=["codec"]}
tokio={version="1.29", features=["macros", "rt"]}
Expand Down
2 changes: 1 addition & 1 deletion crates/file-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ asynch = ["tokio"]

[dev-dependencies]
env_logger = "0.10"
tempfile ="3.7"
tempfile ="3.8"
tokio = { version="1.29", features=["io-util", "macros",] }


0 comments on commit 8213e5c

Please sign in to comment.