Skip to content

Commit

Permalink
[deps]: Update Rust crate tempfile to 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 6882a20 commit 7bd2e2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 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/bw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ bitwarden = { path = "../bitwarden", version = "0.4.0", features = [
bitwarden-cli = { path = "../bitwarden-cli", version = "0.1.0" }

[dev-dependencies]
tempfile = "3.9.0"
tempfile = "3.10.0"
2 changes: 1 addition & 1 deletion crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ uuid = { version = "^1.7.0", features = ["serde"] }
bitwarden = { path = "../bitwarden", version = "0.4.0", features = ["secrets"] }

[dev-dependencies]
tempfile = "3.9.0"
tempfile = "3.10.0"

0 comments on commit 7bd2e2b

Please sign in to comment.