diff --git a/Cargo.toml b/Cargo.toml index 38ad281..d7ff25e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ lexical-core = { version = "0.8.5", default-features = false, features = [ "parse-floats", ] } reqwest = { version = "0.11", features = ["blocking", "json"], optional = true } -tabled = { version = "0.14.0", optional = true } +tabled = { version = "0.15.0", optional = true } openssl = { version = "0.10", features = ["vendored"], optional = true } [target.wasm32-unknown-unknown.dependencies]