Bump tabled from 0.12.0 to 0.12.2 (#3305)

Bumps [tabled](https://github.com/zhiburt/tabled) from 0.12.0 to 0.12.2.
- [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-patch
...

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-06-21 22:38:47 +09:00 committed by GitHub
parent 6c42cf1ea2
commit 7bf49c2531
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

@ -2468,9 +2468,9 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
[[package]]
name = "tabled"
version = "0.12.0"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da1a2e56bbf7bfdd08aaa7592157a742205459eff774b73bc01809ae2d99dc2a"
checksum = "0ce69a5028cd9576063ec1f48edb2c75339fd835e6094ef3e05b3a079bf594a6"
dependencies = [
"papergrid",
"tabled_derive",

View File

@ -11,7 +11,7 @@ function_router = { path = "../../examples/function_router" }
tokio = { version = "1.28", features = ["full"] }
jemallocator = "0.5.0"
average = "0.13.1"
tabled = "0.12.0"
tabled = "0.12.2"
indicatif = "0.17.5"
serde = { version = "1.0.162", features = ["derive"] }
serde_json = "1.0.96"