Skip to content

Commit

Permalink
Merge pull request #269 from nyx-space/dependabot/cargo/tabled-0.15.0
Browse files Browse the repository at this point in the history
Update tabled requirement from 0.14.0 to 0.15.0
  • Loading branch information
ChristopherRabotin authored Dec 20, 2023
2 parents e74c858 + 3730660 commit 2bfaad5
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 @@ -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]
Expand Down

0 comments on commit 2bfaad5

Please sign in to comment.