Skip to content

Commit

Permalink
build(deps): bump tabled from 0.16.0 to 0.17.0 (#1176)
Browse files Browse the repository at this point in the history
Bumps [tabled](https://github.com/zhiburt/tabled) from 0.16.0 to 0.17.0.
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zhiburt/tabled/commits/0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 88ffae0 commit caf9225
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
34 changes: 16 additions & 18 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions bin/nanocl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test = []

[build-dependencies]
liquid = "0.26"
tabled = "0.16"
tabled = "0.17"
clap_mangen = { version = "0.2" }
clap = { version = "4.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -41,7 +41,7 @@ nanocl_error = { version = "0.5", features = ["io", "serde_json"] }
bollard-next = { version = "0.18.1" }
futures = "0.3"
serde_yaml = "0.9"
tabled = "0.16"
tabled = "0.17"
indicatif = "0.17"
serde_json = "1.0"
ntex = { version = "2", features = ["tokio", "openssl"] }
Expand Down

0 comments on commit caf9225

Please sign in to comment.