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.8
This commit is contained in:
parent
dc2118037d
commit
e61e970e16
2 changed files with 6 additions and 6 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue