Skip to content

Commit

Permalink
Merge pull request #325 from nyx-space/dependabot/cargo/tabled-0.16.0
Browse files Browse the repository at this point in the history
Update tabled requirement from 0.15.0 to 0.16.0
  • Loading branch information
ChristopherRabotin authored Aug 6, 2024
2 parents 6af5c26 + 4f13654 commit f06ebeb
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 @@ -32,7 +32,7 @@ lexical-core = { version = "0.8.5", default-features = false, features = [
"parse-floats",
] }
reqwest = { version = "0.12", features = ["blocking", "json"], optional = true }
tabled = { version = "0.15.0", optional = true }
tabled = { version = "0.16.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 }
Expand Down

0 comments on commit f06ebeb

Please sign in to comment.