Skip to content

Commit

Permalink
Update tempfile to 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Oct 30, 2023
1 parent 7853bfe commit d64d8be
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 31 deletions.
74 changes: 45 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ percent-encoding = "2"
rand = "0.8"
sha-1 = "0.10"
tee = "0.1"
tempfile = "3,<3.4" # Avoid windows-sys dependency.
tempfile = "3"
typenum = "1"
url = "2"

Expand Down Expand Up @@ -148,7 +148,7 @@ version = "0.1"
optional = true

[dev-dependencies]
tempfile = "3,<3.4" # Avoid windows-sys dependency.
tempfile = "3"

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit d64d8be

Please sign in to comment.