Bump tabled from 0.13.0 to 0.14.0 (#1202)

Bumps [tabled](https://github.com/zhiburt/tabled) from 0.13.0 to 0.14.0.
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zhiburt/tabled/compare/v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: tabled
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-12 21:53:19 +02:00 committed by GitHub
parent 8e3fed0086
commit 8c4490fe11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3567,9 +3567,9 @@ dependencies = [
[[package]]
name = "tabled"
version = "0.13.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d38d39c754ae037a9bc3ca1580a985db7371cd14f1229172d1db9093feb6739"
checksum = "dfe9c3632da101aba5131ed63f9eed38665f8b3c68703a6bb18124835c1a5d22"
dependencies = [
"papergrid",
"tabled_derive",

View file

@ -50,7 +50,7 @@ serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.104"
strum = {version = "0.25.0" , features = ["derive"] }
supports-color = "2.0.0"
tabled = "0.13.0"
tabled = "0.14.0"
tokio = { version = "1.29.1", features = ["full"] }
tokio-stream = "0.1.14"
toml = "0.7.6"