Skip to content

Commit

Permalink
build(deps): bump postcard from 1.0.10 to 1.1.1
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and istankovic committed Dec 18, 2024
1 parent 6f36a04 commit 1d014e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 keystore-dump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clap = { version = "4", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
serde_json.workspace = true
serde.workspace = true
postcard = { version = "1.0", default-features = false, features = ["use-std"] }
postcard = { version = "1.1", default-features = false, features = ["use-std"] }
hex.workspace = true
serde-transcode = "1"

Expand Down
2 changes: 1 addition & 1 deletion keystore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ hex.workspace = true
zeroize = { workspace = true, features = ["zeroize_derive"] }
async-trait.workspace = true
async-lock.workspace = true
postcard = { version = "1.0", default-features = false, features = ["use-std"] }
postcard = { version = "1.1", default-features = false, features = ["use-std"] }
sha2.workspace = true
serde_json.workspace = true

Expand Down

0 comments on commit 1d014e5

Please sign in to comment.