Skip to content

Commit

Permalink
Merge pull request #225 from nyx-space/dependabot/cargo/tabled-0.12.0
Browse files Browse the repository at this point in the history
Update tabled requirement from 0.11.1 to 0.12.0
  • Loading branch information
ChristopherRabotin authored Apr 25, 2023
2 parents d2d2257 + 3208ff0 commit 692b222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pyo3 = { version = "0.18.1", features = ["extension-module"], optional = true }
num-traits = {version = "0.2.15", default-features = false, features = ["libm"]}
lexical-core = {version = "0.8.5", default-features = false, features = ["parse-integers", "parse-floats"]}
reqwest = { version = "0.11", features = ["blocking", "json"], optional = true}
tabled = {version = "0.11.1", optional = true}
tabled = {version = "0.12.0", optional = true}
openssl = { version = "0.10", features = ["vendored"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 692b222

Please sign in to comment.