diff --git a/Cargo.lock b/Cargo.lock index d070558b..ab02514a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1317,9 +1317,9 @@ dependencies = [ [[package]] name = "papergrid" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae7891b22598926e4398790c8fe6447930c72a67d36d983a49d6ce682ce83290" +checksum = "a2ccbe15f2b6db62f9a9871642746427e297b0ceb85f9a7f1ee5ff47d184d0c8" dependencies = [ "ansi-str", "ansitok", @@ -2136,9 +2136,9 @@ dependencies = [ [[package]] name = "tabled" -version = "0.12.2" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ce69a5028cd9576063ec1f48edb2c75339fd835e6094ef3e05b3a079bf594a6" +checksum = "dfe9c3632da101aba5131ed63f9eed38665f8b3c68703a6bb18124835c1a5d22" dependencies = [ "ansi-str", "ansitok", diff --git a/kittycad/Cargo.toml b/kittycad/Cargo.toml index 506e7b9e..fba3aeee 100644 --- a/kittycad/Cargo.toml +++ b/kittycad/Cargo.toml @@ -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" diff --git a/openapitor/src/lib.rs b/openapitor/src/lib.rs index 20102b67..eccded3b 100644 --- a/openapitor/src/lib.rs +++ b/openapitor/src/lib.rs @@ -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"