Skip to content

Commit

Permalink
Bump a few dependency minimums
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 27, 2024
1 parent 2440549 commit a8a2e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rbase64 = "2"
percent-encoding = { version = "2", optional = true }
tabled = { version = "0.17", features = ["derive", "macros"], optional = true }

reqwest = { version = "0.12", features = [
reqwest = { version = "0.12.11", features = [
"json",
"multipart",
], optional = true }
Expand All @@ -32,7 +32,7 @@ thiserror = { version = "2", optional = true }

[dev-dependencies]
amqprs = { version = "2"}
cargo-nextest = "0.9.84"
cargo-nextest = "0.9.87"

[features]
default = ["core", "blocking"]
Expand Down

0 comments on commit a8a2e12

Please sign in to comment.