Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 27, 2024
1 parent adcf4a5 commit 6b452d1
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 @@ -10,7 +10,7 @@ edition = "2021"
chrono = "0.4.37"
futures = "0.3.30"
regex = "1.9.6"
reqwest = { version = "0.11.18", default-features = false, features = ["json", "rustls-tls"] }
reqwest = { version = "0.12.2", default-features = false, features = ["json", "rustls-tls"] }
serde = "1.0.197"
serde_json = "1.0.115"
clap = { version = "4.0.32", features = ["derive"] }
Expand Down

0 comments on commit 6b452d1

Please sign in to comment.