Skip to content

Commit

Permalink
build(deps): bump serdect from 0.2.0 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [serdect](https://github.com/RustCrypto/formats) from 0.2.0 to 0.3.0.
- [Commits](RustCrypto/formats@serdect/v0.2.0...serdect/v0.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 54537ba commit 994f703
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
20 changes: 15 additions & 5 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 coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hex = { version = "0.4", features = ["serde"] }
thiserror = "2.0"
rand = "0.8"
serde_json = "1.0"
serdect = { version = "0.2.0" }
serdect = { version = "0.3.0" }
itertools = "0.13.0"
exitcode = "1.1.2"
clap = { version = "4.5.23", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion frost-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ directories = "5.0.1"
dirs = "5.0.1"
hex = "0.4.3"
tokio = { version = "1.42", features = ["full"] }
serdect = "0.2.0"
serdect = "0.3.0"
bech32 = "0.11.0"
postcard = "1.1.1"
tempfile = "3.14.0"
Expand Down
2 changes: 1 addition & 1 deletion frostd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hex = "0.4"
rand = "0.8"
rcgen = "0.13.1"
serde = { version = "1.0", features = ["derive"] }
serdect = { version = "0.2.0" }
serdect = { version = "0.3.0" }
serde_json = "1.0.134"
snow = "0.9.6"
tokio = { version = "1.42", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion participant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rand = "0.8"
eyre = "0.6.12"
exitcode = "1.1.2"
serde_json = "1.0"
serdect = { version = "0.2.0" }
serdect = { version = "0.3.0" }
clap = { version = "4.5.23", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
message-io = "0.18"
Expand Down

0 comments on commit 994f703

Please sign in to comment.