Skip to content

Commit

Permalink
Merge pull request #27622 from AleoHQ/dependabot/cargo/testnet3/tempf…
Browse files Browse the repository at this point in the history
…ile-3.10.0

Bump tempfile from 3.9.0 to 3.10.0
  • Loading branch information
d0cd authored Feb 10, 2024
2 parents d397ef6 + 049014e commit a0cbb54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 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 compiler/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ features = [ "derive" ]
version = "0.8.25"

[dev-dependencies.tempfile]
version = "3.9"
version = "3.10"

[features]
default = [ ]
Expand Down
2 changes: 1 addition & 1 deletion utils/retriever/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ version = "2.9"
version = "1.9.4"
path = "../../compiler/passes"
[dependencies]
tempfile = "3.8.1"
tempfile = "3.10.0"

0 comments on commit a0cbb54

Please sign in to comment.