Skip to content

Commit

Permalink
Merge pull request #71 from matter-labs/renovate/serde_with-3.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate serde_with to 3.8
  • Loading branch information
haraldh authored Apr 29, 2024
2 parents dc21180 + e61e970 commit 827b6e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rustls-pemfile = "2"
sec1 = { version = "0.7.3", features = ["der"], default-features = false }
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1"
serde_with = { version = "3.7", features = ["base64", "hex"] }
serde_with = { version = "3.8", features = ["base64", "hex"] }
sha2 = "0.10.8"
signature = "2.2.0"
teepot = { path = "crates/teepot" }
Expand Down

0 comments on commit 827b6e8

Please sign in to comment.