Skip to content

Commit

Permalink
Update Rust crate reqwest to v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent 1cf1520 commit b0a5e78
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.5"
reqwest = { version = "=0.11.23", features = ["json", "multipart"] }
reqwest = { version = "=0.12.6", features = ["json", "multipart"] }
rev_lines = "=0.3.0"
serde_json = "=1.0.122"
serde = { version = "=1.0.204", features = ["derive"] }
Expand Down

0 comments on commit b0a5e78

Please sign in to comment.