fix(deps): update rust crate tabled to 0.20.0
Some checks failed
Checking Renovate configuration / validate (pull_request) Successful in 1m37s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Build and test / Build AMD64 (pull_request) Failing after 1m16s
Build and test / Generate Documentation (pull_request) Failing after 1m20s
Build and test / Clippy (pull_request) Failing after 1m18s
Build and test / Tests (pull_request) Failing after 1m15s

This commit is contained in:
Renovate 2025-08-01 15:06:44 +10:00
parent 47c039cc71
commit 7f341f130f
2 changed files with 39 additions and 31 deletions

View file

@ -29,7 +29,7 @@ readonly = "0.2.12"
regress = "0.10.1"
reqwest = { version = "0.12.8", features = ["json", "stream"] }
serde = { version = "1.0.213", features = ["derive"] }
tabled = "0.16.0"
tabled = "0.20.0"
tokio = { version = "1.41.0", features = ["full"] }
uuid = { version = "1.11.0", features = ["serde", "v4"] }
vcard4 = "0.5.2"