Skip to content

Commit af2d4a1

Browse files
chore: bump reqwest from 0.11.27 to 0.12.4 in /src-tauri
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.4. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.27...v0.12.4) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent edbce33 commit af2d4a1

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

src-tauri/Cargo.lock

Lines changed: 26 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ regex = "1.10"
4141
# Read out running application process names
4242
sysinfo = "0.30.12"
4343
# HTTP requests
44-
reqwest = { version = "0.11", features = ["blocking"] }
44+
reqwest = { version = "0.12", features = ["blocking"] }
4545
# Persistent store for settings
4646
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
4747
# JSON5 parsing support (allows comments in JSON)

0 commit comments

Comments
 (0)