chore(deps): update rust crate serde_with to 3.7

This commit is contained in:
renovate[bot] 2024-03-12 09:50:19 +00:00 committed by GitHub
parent b1bcb801d5
commit fbae6b3027
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

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