Skip to content

Commit

Permalink
Update Rust crate reqwest to v0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent 5d802ce commit 6410d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nom = "=7.1.3"
notify = "=6.1.1"
oauth2 = "=4.4.2"
regex = "=1.10.4"
reqwest = { version = "=0.11.23", features = ["json", "multipart"] }
reqwest = { version = "=0.12.4", features = ["json", "multipart"] }
rev_lines = "=0.3.0"
serde_json = "=1.0.115"
serde = { version = "=1.0.197", features = ["derive"] }
Expand Down

0 comments on commit 6410d31

Please sign in to comment.