Skip to content

Commit f4b66dc

Browse files
Update tabled requirement from =0.17 to =0.18
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](zhiburt/tabled@0.17.0...0.17.0) --- updated-dependencies: - dependency-name: tabled dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8796cbc commit f4b66dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ crc32fast = "1.4.2"
3232
der = { version = "0.7.8", features = ["derive", "alloc", "real"] }
3333
log = "0.4"
3434
pretty_env_logger = "0.5"
35-
tabled = "=0.17"
35+
tabled = "=0.19"
3636
nalgebra = { version = "0.33", default-features = true, features = [
3737
"serde-serialize",
3838
] }

0 commit comments

Comments
 (0)