Skip to content

Commit

Permalink
Bump tabled to 0.17.x
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 25, 2024
1 parent a4ec90d commit 9b0afd4
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 @@ -19,7 +19,7 @@ reqwest = { version = "0.12", features = [
], optional = true }
thiserror = { version = "2", optional = true }
percent-encoding = { version = "2", optional = true }
tabled = { version = "0.16", features = ["derive", "macros"], optional = true }
tabled = { version = "0.17", features = ["derive", "macros"], optional = true }

[dev-dependencies]
amqprs = { version = "2"}
Expand Down

0 comments on commit 9b0afd4

Please sign in to comment.