Skip to content

Commit a46c177

Browse files
Update Rust crate reqwest to 0.12.0
1 parent c2ac319 commit a46c177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ required-features = ["explain"]
2222
actix-web = "4.3.1"
2323
chrono = { version = "0.4.29", features = ["time", "serde"] }
2424
config = "0.13.4"
25-
reqwest = { version = "0.11.23", features = ["json", "blocking"] }
25+
reqwest = { version = "0.12.0", features = ["json", "blocking"] }
2626
serde = { version = "1.0.195", features = ["derive"] }
2727
tokio = { version = "1.28.1", features = ["full"] }
2828
tracing = { version = "0.1.40", features = ["log"] }

0 commit comments

Comments
 (0)