Skip to content

Commit

Permalink
chore(deps): bump reqwest from 0.12.7 to 0.12.8 in /webapp/native (#1301
Browse files Browse the repository at this point in the history
)

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.7 to 0.12.8.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.7...v0.12.8)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent a4dfad9 commit b512c27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions webapp/native/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 webapp/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tauri = { version = "1.8.0", features = [ "updater", "fs-read-dir", "protocol-as
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
sysinfo = { version = "0.31.4", features = ["apple-app-store"] }
dirs = "5.0.1"
reqwest = { version = "0.12.7", features = ["json", "stream"] }
reqwest = { version = "0.12.8", features = ["json", "stream"] }
chrono = "0.4.38"
serde_with = { version = "3.9.0", features = ["json"] }
uuid = { version = "1.10.0", features = ["v4"] }
Expand Down

0 comments on commit b512c27

Please sign in to comment.