Skip to content

Commit

Permalink
Merge pull request #47 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.7
  • Loading branch information
haraldh authored Mar 12, 2024
2 parents b1bcb80 + fbae6b3 commit 28d58c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -46,7 +46,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.6", features = ["base64", "hex"] }
serde_with = { version = "3.7", features = ["base64", "hex"] }
sha2 = "0.10.8"
signature = "2.2.0"
teepot = { path = "crates/teepot" }
Expand Down

0 comments on commit 28d58c7

Please sign in to comment.