Bump tabled from 0.11.1 to 0.12.0 (#1052)

Bumps [tabled](https://github.com/zhiburt/tabled) from 0.11.1 to 0.12.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-11 20:07:43 +02:00 committed by GitHub
parent 60e272f0c1
commit 4b45f9de89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -2426,9 +2426,9 @@ dependencies = [
[[package]]
name = "papergrid"
version = "0.8.2"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15c9836ed7642a9b6660873b3736609e7c66e791e53a6416a9fab49d9de9b13"
checksum = "1fdfe703c51ddc52887ad78fc69cd2ea78d895ffcd6e955c9d03566db8ab5bb1"
dependencies = [
"bytecount",
"fnv",
@ -3442,9 +3442,9 @@ dependencies = [
[[package]]
name = "tabled"
version = "0.11.1"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7063646fafe5b37f3d5a064dbda6717844d2574f8756c798a51599022753e252"
checksum = "da1a2e56bbf7bfdd08aaa7592157a742205459eff774b73bc01809ae2d99dc2a"
dependencies = [
"papergrid",
"tabled_derive",

View file

@ -35,7 +35,7 @@ reqwest = { version = "0.11.17", features = ["gzip"] }
ring = "0.16.20"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
tabled = "0.11.1"
tabled = "0.12.0"
toml = "0.7.3"
tokio = { version = "1.28.1", features = ["full"] }
futures = "0.3.27"