Bump tabled from 0.12.1 to 0.12.2

Bumps [tabled](https://github.com/zhiburt/tabled) from 0.12.1 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>
This commit is contained in:
dependabot[bot] 2023-06-16 12:14:50 +00:00 committed by GitHub
parent d5fe4d65fc
commit 04b6c0ff4e
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

@ -3446,9 +3446,9 @@ dependencies = [
[[package]]
name = "tabled"
version = "0.12.1"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "994ca3cfbe91dd1756a82a605a150fd7c9d9196cddc7af0612c1999cef224588"
checksum = "0ce69a5028cd9576063ec1f48edb2c75339fd835e6094ef3e05b3a079bf594a6"
dependencies = [
"papergrid",
"tabled_derive",

View file

@ -35,7 +35,7 @@ reqwest = { version = "0.11.18", default-features = false, features = ["gzip", "
ring = "0.16.20"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.97"
tabled = "0.12.1"
tabled = "0.12.2"
toml = "0.7.4"
tokio = { version = "1.28.2", features = ["full"] }
futures = "0.3.27"