fix(deps): update rust crate tabled to 0.20.0
Some checks failed
Checking Renovate configuration / validate (pull_request) Successful in 2m24s
Build and test / Build AMD64 (pull_request) Failing after 2m53s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Build and test / Tests (pull_request) Failing after 3m12s
Build and test / Clippy (pull_request) Failing after 4m4s
Build and test / Generate Documentation (pull_request) Failing after 4m24s

This commit is contained in:
Renovate 2025-08-25 14:00:27 +10:00
parent cdf0a1173a
commit 8c8537148c
2 changed files with 33 additions and 37 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"