Skip to content

Commit

Permalink
[CHORE] Update Rust crate reqwest to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 23, 2024
1 parent 36f973a commit acc2984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owmods_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
opener = "0.6.1"
directories = "5.0.1"
reqwest = { version = "0.11.27", default-features = false, features = [
reqwest = { version = "0.12.1", default-features = false, features = [
"blocking",
"json",
"rustls-tls",
Expand Down

0 comments on commit acc2984

Please sign in to comment.