Skip to content

Commit

Permalink
Bump tabled to 0.14 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Aug 7, 2023
1 parent 7c2b13b commit a1c1178
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 kittycad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ schemars = { version = "0.8", features = ["bytes", "chrono", "url", "uuid1"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_urlencoded = "^0.7"
tabled = { version = "0.12.0", features = ["color"], optional = true }
tabled = { version = "0.14.0", features = ["color"], optional = true }
thiserror = "1"
tokio = { version = "1.20.1", features = ["sync"] }
tracing = "^0.1"
Expand Down
2 changes: 1 addition & 1 deletion openapitor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ schemars = {{ version = "0.8", features = ["bytes", "chrono", "url", "uuid1"] }}
serde = {{ version = "1", features = ["derive"] }}
serde_json = "1"
serde_urlencoded = "^0.7"
tabled = {{ version = "0.12.0", features = ["color"], optional = true }}
tabled = {{ version = "0.14.0", features = ["color"], optional = true }}
thiserror = "1"
tokio = {{ version = "1.20.1", features = ["sync"] }}
tracing = "^0.1"
Expand Down

0 comments on commit a1c1178

Please sign in to comment.