diff --git a/Cargo.toml b/Cargo.toml index 9a392d7..17b421b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ lexical-core = { version = "1.0.1", default-features = false, features = [ "parse-integers", "parse-floats", ] } -tabled = { version = "0.19.0", optional = true } +tabled = { version = "0.20.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 }