Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2023
1 parent 2af04d9 commit 0b86eca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
22 changes: 3 additions & 19 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tauri-build = { version = "1.5.1", features = [] }
tauri = { version = "1.5.4", features = ["reqwest-native-tls-vendored", "shell-open", "window-close", "window-maximize", "window-minimize", "window-start-dragging", "window-unmaximize"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11.22", features = ["blocking", "json"] }
reqwest = { version = "0.11.23", features = ["blocking", "json"] }
ts-rs = "7.0"
scraper = "0.18.1"
sled = "0.34.7"
Expand Down

0 comments on commit 0b86eca

Please sign in to comment.