mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
chore(deps): update rust crate serde_with to 3.7
This commit is contained in:
parent
b1bcb801d5
commit
fbae6b3027
2 changed files with 5 additions and 5 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue