Skip to content

Commit

Permalink
build(deps): bump tempfile from 3.14.0 to 3.16.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.14.0 to 3.16.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.14.0...v3.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent 30ad499 commit 0f679ee
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 12 deletions.
51 changes: 41 additions & 10 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 frost-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tokio = { version = "1.42", features = ["full"] }
serdect = "0.3.0"
bech32 = "0.11.0"
postcard = "1.1.1"
tempfile = "3.14.0"
tempfile = "3.16.0"
serde_json = "1.0"
frost-core = { version = "2.0.0", features = ["serde"] }
frost-ed25519 = { version = "2.0.0", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion frostd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serdect = { version = "0.3.0" }
serde_json = "1.0.134"
snow = "0.9.6"
tokio = { version = "1.42", features = ["full"] }
tempfile = "3.14.0"
tempfile = "3.16.0"
tower-http = { version = "0.6.2", features = ["trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Expand Down

0 comments on commit 0f679ee

Please sign in to comment.