Skip to content

Commit

Permalink
Update tabled requirement from 0.15.0 to 0.16.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tabled](https://github.com/zhiburt/tabled) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent 6af5c26 commit 4f13654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lexical-core = { version = "0.8.5", default-features = false, features = [
"parse-floats",
] }
reqwest = { version = "0.12", features = ["blocking", "json"], optional = true }
tabled = { version = "0.15.0", optional = true }
tabled = { version = "0.16.0", optional = true }
openssl = { version = "0.10", features = ["vendored"], optional = true }
web-time = { version = "1.0.0", optional = true }
snafu = { version = "0.8.2", default-features = false }
Expand Down

0 comments on commit 4f13654

Please sign in to comment.