Skip to content

Commit

Permalink
fix(deps): update rust crate tempfile to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2023
1 parent 16df032 commit e794b3b
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 44 deletions.
150 changes: 107 additions & 43 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ serde_yaml = { version = "0.9", optional = true }
sha2 = "0.10.7"
similar = { version = "2.2", default-features = false, features = ["text"] }
tap = "1.0"
tempfile = "3.6"
tempfile = "3.9"
thiserror = "1.0.40"
time = { version = "0.3", default-features = false, features = ["formatting", "macros", "serde", "std"] }
tokio = { version = "1.28", default-features = false, features = ["rt-multi-thread", "fs", "io-util", "macros"] }
Expand Down

0 comments on commit e794b3b

Please sign in to comment.