fix(deps): update rust crate vcard4 to 0.7.0
Some checks failed
Checking Renovate configuration / validate (pull_request) Successful in 1m18s
Build and test / Clippy (pull_request) Failing after 1m17s
Checking yaml / Run yamllint (pull_request) Successful in 3s
Build and test / Tests (pull_request) Failing after 1m25s
Build and test / Build AMD64 (pull_request) Failing after 1m11s
Build and test / Generate Documentation (pull_request) Successful in 1m14s

This commit is contained in:
Renovate 2025-08-01 13:24:51 +10:00
parent 2de111fb78
commit 042079d0ec
2 changed files with 57 additions and 36 deletions

View file

@ -32,7 +32,7 @@ serde = { version = "1.0.213", features = ["derive"] }
tabled = "0.16.0"
tokio = { version = "1.41.0", features = ["full"] }
uuid = { version = "1.11.0", features = ["serde", "v4"] }
vcard4 = "0.5.2"
vcard4 = "0.7.0"
[build-dependencies]
openapiv3 = "2.0.0"