Skip to content

Commit a8a2e12

Browse files
Bump a few dependency minimums
1 parent 2440549 commit a8a2e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rbase64 = "2"
2222
percent-encoding = { version = "2", optional = true }
2323
tabled = { version = "0.17", features = ["derive", "macros"], optional = true }
2424

25-
reqwest = { version = "0.12", features = [
25+
reqwest = { version = "0.12.11", features = [
2626
"json",
2727
"multipart",
2828
], optional = true }
@@ -32,7 +32,7 @@ thiserror = { version = "2", optional = true }
3232

3333
[dev-dependencies]
3434
amqprs = { version = "2"}
35-
cargo-nextest = "0.9.84"
35+
cargo-nextest = "0.9.87"
3636

3737
[features]
3838
default = ["core", "blocking"]

0 commit comments

Comments
 (0)