Skip to content

Commit

Permalink
build(deps): bump postcard from 1.0.10 to 1.1.1 (#389)
Browse files Browse the repository at this point in the history
Bumps [postcard](https://github.com/jamesmunns/postcard) from 1.0.10 to 1.1.1.
- [Release notes](https://github.com/jamesmunns/postcard/releases)
- [Changelog](https://github.com/jamesmunns/postcard/blob/main/CHANGELOG.md)
- [Commits](jamesmunns/postcard@v1.0.10...postcard/v1.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 6d662b9 commit 13fe22d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -21,7 +21,7 @@ hex = "0.4.3"
tokio = { version = "1.41", features = ["full"] }
serdect = "0.2.0"
bech32 = "0.11.0"
postcard = "1.0.10"
postcard = "1.1.1"
tempfile = "3.14.0"
serde_json = "1.0"
frost-core = { version = "2.0.0", features = ["serde"] }
Expand Down

0 comments on commit 13fe22d

Please sign in to comment.