Skip to content

Commit

Permalink
Update reqwest to version 0.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
luleyleo committed Sep 11, 2024
1 parent 4f49fc4 commit 9fbefa3
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 @@ -12,6 +12,6 @@ edition = "2021"

[dependencies]
chrono = "0.4"
reqwest = { version = "0.11", features = ["cookies", "json", "blocking"] }
reqwest = { version = "0.12", features = ["cookies", "json", "blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

0 comments on commit 9fbefa3

Please sign in to comment.