Skip to content

Commit

Permalink
chore(deps): bump tempfile from 3.7.1 to 3.8.0 in /rust (#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 6df749e commit 7ecbac2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions rust/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 rust/db_handling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ zeroize = { version = "1.6.0", optional = true, features = ["std"] }

[dev-dependencies]
pretty_assertions = { version = "1.4" }
tempfile = { version = "3.7" }
tempfile = { version = "3.8" }

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion rust/generate_message/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ tokio = { version = "1", features = ["full"] }
[dev-dependencies]
assert_cmd = "2.0"
defaults = {path = "../defaults", features = ["active"]}
tempfile = "3.7"
tempfile = "3.8"
2 changes: 1 addition & 1 deletion rust/navigator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ log = "0.4"

[dev-dependencies]
pretty_assertions = "1"
tempfile = "3.7"
tempfile = "3.8"
regex = { version = "1.9.3" }

sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"] }
Expand Down
2 changes: 1 addition & 1 deletion rust/transaction_parsing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ log = "0.4"
[dev-dependencies]
pretty_assertions = "1"
db_handling = {path = "../db_handling"}
tempfile = "3.7"
tempfile = "3.8"

[lib]
name = "transaction_parsing"
Expand Down
2 changes: 1 addition & 1 deletion rust/transaction_signing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sled = "0.34.6"
constants = { path = "../constants" }
db_handling = {path = "../db_handling"}
transaction_parsing = { path = "../transaction_parsing", default-features = false }
tempfile = "3.7"
tempfile = "3.8"

[lib]
name = "transaction_signing"
Expand Down

0 comments on commit 7ecbac2

Please sign in to comment.