mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-30 03:10:25 +00:00
Bump tabled from 0.12.0 to 0.12.1
Bumps [tabled](https://github.com/zhiburt/tabled) from 0.12.0 to 0.12.1. - [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:
parent
5ce77e1202
commit
4773b2b71d
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -3442,9 +3442,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tabled"
|
||||
version = "0.12.0"
|
||||
version = "0.12.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "da1a2e56bbf7bfdd08aaa7592157a742205459eff774b73bc01809ae2d99dc2a"
|
||||
checksum = "994ca3cfbe91dd1756a82a605a150fd7c9d9196cddc7af0612c1999cef224588"
|
||||
dependencies = [
|
||||
"papergrid",
|
||||
"tabled_derive",
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ reqwest = { version = "0.11.18", features = ["gzip"] }
|
|||
ring = "0.16.20"
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
tabled = "0.12.0"
|
||||
tabled = "0.12.1"
|
||||
toml = "0.7.4"
|
||||
tokio = { version = "1.28.2", features = ["full"] }
|
||||
futures = "0.3.27"
|
||||
|
|
|
|||
Loading…
Reference in a new issue