fix(deps): update rust crate vcard4 to 0.7.0
Some checks failed
Checking Renovate configuration / validate (pull_request) Successful in 2m20s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Build and test / Build AMD64 (pull_request) Failing after 2m41s
Build and test / Tests (pull_request) Failing after 3m9s
Build and test / Generate Documentation (pull_request) Successful in 3m16s
Build and test / Clippy (pull_request) Failing after 5m50s

This commit is contained in:
Renovate 2025-11-18 23:04:24 +00:00
parent 888636498a
commit 762828d1fa
2 changed files with 24 additions and 23 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"