Skip to content

Commit

Permalink
chore(deps): bump tabled from 0.7.0 to 0.15.0
Browse files Browse the repository at this point in the history
Bumps [tabled](https://github.com/zhiburt/tabled) from 0.7.0 to 0.15.0.
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](zhiburt/tabled@v0.7.0...v0.15.0)

---
updated-dependencies:
- dependency-name: tabled
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 10, 2024
1 parent 30ca810 commit b4947c6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ reqwest = { version = "0.11.25", features = ["json", "stream"] }
shadow-rs = { version = "0.11.0" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tabled = "0.7"
tabled = "0.15"
thiserror = "1.0.57"
tokio = { version = "1.26.0", features = ["full"] }
url = { version = "2.2.2" }
Expand Down

0 comments on commit b4947c6

Please sign in to comment.