Merge pull request #1474 from comit-network/dependabot/cargo/comfy-table-7.1.0

build(deps): bump comfy-table from 6.1.4 to 7.1.0
This commit is contained in:
Byron Hambly 2023-12-12 20:11:36 +02:00 committed by GitHub
commit 66283194e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 56 deletions

View file

@ -19,7 +19,7 @@ bdk = "0.28"
big-bytes = "1"
bitcoin = { version = "0.29", features = [ "rand", "serde" ] }
bmrng = "0.5"
comfy-table = "6.1"
comfy-table = "7.1"
config = { version = "0.13", default-features = false, features = [ "toml" ] }
conquer-once = "0.4"
curve25519-dalek = { package = "curve25519-dalek-ng", version = "4" }