Browse Source

Bump comfy-table from 7.0.0 to 7.0.1 (#3047)

Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/nukesor/comfy-table/releases)
- [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nukesor/comfy-table/compare/v7.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: comfy-table
  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>
pull/3025/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
7f50108942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      boa_tester/Cargo.toml

4
Cargo.lock generated

@ -907,9 +907,9 @@ dependencies = [
[[package]] [[package]]
name = "comfy-table" name = "comfy-table"
version = "7.0.0" version = "7.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9e1f7e5d046697d34b593bdba8ee31f4649366e452a2ccabb3baf3511e503d1" checksum = "9ab77dbd8adecaf3f0db40581631b995f312a8a5ae3aa9993188bb8f23d83a5b"
dependencies = [ dependencies = [
"crossterm", "crossterm",
"strum", "strum",

2
boa_tester/Cargo.toml

@ -27,7 +27,7 @@ rayon = "1.7.0"
toml = "0.7.4" toml = "0.7.4"
color-eyre = "0.6.2" color-eyre = "0.6.2"
phf = { version = "0.11.1", features = ["macros"] } phf = { version = "0.11.1", features = ["macros"] }
comfy-table = "7.0.0" comfy-table = "7.0.1"
serde_repr = "0.1.12" serde_repr = "0.1.12"
[features] [features]

Loading…
Cancel
Save