Skip to content

Commit 5335bad

Browse files
Bump tabled from 0.17.0 to 0.18.0
Bumps [tabled](https://github.com/zhiburt/tabled) from 0.17.0 to 0.18.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d22da3 commit 5335bad

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modeling-cmds/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ serde = { version = "1.0.217", features = ["derive"] }
3535
serde_bytes = "0.11.15"
3636
serde_json = { version = "1.0.138", optional = true }
3737
slog = { version = "2.7.0", optional = true }
38-
tabled = { version = "0.17", optional = true }
38+
tabled = { version = "0.18", optional = true }
3939
ts-rs = { version = "10.1.0", optional = true, features = [
4040
"uuid-impl",
4141
"no-serde-warnings",

0 commit comments

Comments
 (0)