Skip to content

Commit

Permalink
fix(deps): update rust crate async-tempfile to 0.6.0 (#30)
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
NINNiT and renovate[bot] committed Sep 20, 2024
1 parent 3f57739 commit 118b71c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 apps/xenbakd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ serde_json = "1.0.113"
clap = { version = "4.5.0", features = ["derive"] }
async-compression = { version = "0.4.6", features = ["zstd", "tokio", "gzip"] }
uuid = { version = "1.7.0", features = ["v4"] }
async-tempfile = { version = "0.5.0", features = ["uuid"] }
async-tempfile = { version = "0.6.0", features = ["uuid"] }

0 comments on commit 118b71c

Please sign in to comment.