chore(deps): update rust crate serde_with to 3.8

This commit is contained in:
renovate[bot] 2024-04-29 08:51:25 +00:00 committed by GitHub
parent dc2118037d
commit e61e970e16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -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" }