Compare commits

...

2 commits

Author SHA1 Message Date
Renovate
29e8e4d8cd fix(deps): update rust crate tabled to 0.20.0
Some checks failed
Checking Renovate configuration / validate (pull_request) Successful in 1m43s
Build and test / Clippy (pull_request) Failing after 2m22s
Checking yaml / Run yamllint (pull_request) Successful in 5s
Build and test / Build AMD64 (pull_request) Failing after 2m29s
Build and test / Tests (pull_request) Failing after 2m35s
Build and test / Generate Documentation (pull_request) Failing after 1m2s
2025-08-01 15:32:02 +10:00
Renovate
5b703310ba chore(deps): lock file maintenance
All checks were successful
Build and test / Clippy (pull_request) Successful in 1m59s
Build and test / Build AMD64 (pull_request) Successful in 1m57s
Build and test / Generate Documentation (pull_request) Successful in 1m39s
Checking Renovate configuration / validate (pull_request) Successful in 1m50s
Checking yaml / Run yamllint (pull_request) Successful in 12s
Build and test / Tests (pull_request) Successful in 1m40s
2025-08-01 15:06:51 +10:00
2 changed files with 701 additions and 400 deletions

1099
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

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