Skip to content

Commit

Permalink
bump tempfile to 3.4.0 (solana-labs#30727)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored and brooksprumo committed May 9, 2023
1 parent 0a62a13 commit 4831df5
Show file tree
Hide file tree
Showing 13 changed files with 289 additions and 63 deletions.
169 changes: 141 additions & 28 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 bucket_map/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ modular-bitfield = "0.11.2"
rand = "0.7.0"
solana-measure = { path = "../measure", version = "=1.14.18" }
solana-sdk = { path = "../sdk", version = "=1.14.18" }
tempfile = "3.3.0"
tempfile = "3.4.0"

[dev-dependencies]
fs_extra = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion clap-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ uriparse = "0.6.4"
url = "2.2.2"

[dev-dependencies]
tempfile = "3.3.0"
tempfile = "3.4.0"

[lib]
name = "solana_clap_utils"
Expand Down
2 changes: 1 addition & 1 deletion clap-v3-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ uriparse = "0.6.4"
url = "2.2.2"

[dev-dependencies]
tempfile = "3.3.0"
tempfile = "3.4.0"

[lib]
name = "solana_clap_v3_utils"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tiny-bip39 = "0.8.2"
[dev-dependencies]
solana-streamer = { path = "../streamer", version = "=1.14.18" }
solana-test-validator = { path = "../test-validator", version = "=1.14.18" }
tempfile = "3.3.0"
tempfile = "3.4.0"

[[bin]]
name = "solana"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ solana-transaction-status = { path = "../transaction-status", version = "=1.14.1
solana-version = { path = "../version", version = "=1.14.18" }
solana-vote-program = { path = "../programs/vote", version = "=1.14.18" }
sys-info = "0.9.1"
tempfile = "3.3.0"
tempfile = "3.4.0"
thiserror = "1.0"
tokio = { version = "~1.14.1", features = ["full"] }
trees = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ solana-sdk = { path = "../sdk", version = "=1.14.18" }
solana-stake-program = { path = "../programs/stake", version = "=1.14.18" }
solana-version = { path = "../version", version = "=1.14.18" }
solana-vote-program = { path = "../programs/vote", version = "=1.14.18" }
tempfile = "3.3.0"
tempfile = "3.4.0"

[[bin]]
name = "solana-genesis"
Expand Down
Loading

0 comments on commit 4831df5

Please sign in to comment.