Bump tabled from 0.8.0 to 0.10.0 (#793)

Bumps [tabled](https://github.com/zhiburt/tabled) from 0.8.0 to 0.10.0.
- [Release notes](https://github.com/zhiburt/tabled/releases)
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zhiburt/tabled/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-10-23 12:17:43 +02:00 committed by GitHub
parent a67b513238
commit 8644dfbb85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View file

@ -2152,9 +2152,9 @@ dependencies = [
[[package]]
name = "papergrid"
version = "0.5.1"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453cf71f2a37af495a1a124bf30d4d7469cfbea58e9f2479be9d222396a518a2"
checksum = "1526bb6aa9f10ec339fb10360f22c57edf81d5678d0278e93bc12a47ffbe4b01"
dependencies = [
"bytecount",
"fnv",
@ -3015,9 +3015,9 @@ dependencies = [
[[package]]
name = "tabled"
version = "0.8.0"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5b2f8c37d26d87d2252187b0a45ea3cbf42baca10377c7e7eaaa2800fa9bf97"
checksum = "56c3ee73732ffceaea7b8f6b719ce3bb17f253fa27461ffeaf568ebd0cdb4b85"
dependencies = [
"papergrid",
"tabled_derive",
@ -3026,9 +3026,9 @@ dependencies = [
[[package]]
name = "tabled_derive"
version = "0.4.0"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9ee618502f497abf593e1c5c9577f34775b111480009ffccd7ad70d23fcaba8"
checksum = "beca1b4eaceb4f2755df858b88d9b9315b7ccfd1ffd0d7a48a52602301f01a57"
dependencies = [
"heck",
"proc-macro-error",

View file

@ -35,7 +35,7 @@ reqwest = { version = "0.11.12", features = ["gzip"] }
ring = "0.16.20"
serde = { version = "1.0.146", features = ["derive"] }
serde_json = "1.0.87"
tabled = "0.8.0"
tabled = "0.10.0"
tokio = { version = "1.21.2", features = ["full"] }
toml = "0.5.9"
futures = "0.3.25"