From 37306605aee8f633171ae3900f5322f84df20e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:52:47 +0000 Subject: [PATCH] Update tabled requirement from 0.14.0 to 0.15.0 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](https://github.com/zhiburt/tabled/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: tabled dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]