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

This commit is contained in:
Renovate 2025-08-01 14:14:11 +10:00
parent 97e9422a5a
commit 771406f260
2 changed files with 40 additions and 32 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"