Skip to content

Commit

Permalink
Bump tempfile from 3.8.0 to 3.8.1
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.0 to 3.8.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 27, 2023
1 parent 8b3df2e commit 254576f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 17 deletions.
37 changes: 23 additions & 14 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 crates/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ parity-wasm = { version = "0.45.0", features = ["sign_ext"] }
semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.107"
tempfile = "3.8.0"
tempfile = "3.8.1"
term_size = "0.3.2"
url = { version = "2.4.1", features = ["serde"] }
wasm-opt = { version = "=0.116.0", deafult-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ which = "5.0.0"
assert_cmd = "2.0.12"
regex = "1.10.2"
predicates = "3.0.4"
tempfile = "3.8.0"
tempfile = "3.8.1"

[features]
# This `std` feature is required for testing using an inline contract's metadata, because `ink!` annotates the metadata
Expand Down
2 changes: 1 addition & 1 deletion crates/extrinsics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ink_metadata = "5.0.0-alpha"
assert_cmd = "2.0.12"
regex = "1.10.2"
predicates = "3.0.4"
tempfile = "3.8.0"
tempfile = "3.8.1"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }

[features]
Expand Down

0 comments on commit 254576f

Please sign in to comment.