Skip to content

Commit aa35cbc

Browse files
chore(deps): Bump the dependencies-minor-patch group in /src-tauri with 3 updates (#195)
chore(deps): Bump the dependencies-minor-patch group Bumps the dependencies-minor-patch group in /src-tauri with 3 updates: [serde_json](https://github.com/serde-rs/json), [reqwest](https://github.com/seanmonstar/reqwest) and [uuid](https://github.com/uuid-rs/uuid). Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.149...v1.0.150) Updates `reqwest` from 0.13.3 to 0.13.4 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.3...v0.13.4) Updates `uuid` from 1.23.1 to 1.23.2 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.1...v1.23.2) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies-minor-patch - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies-minor-patch - dependency-name: uuid dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d375558 commit aa35cbc

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src-tauri/Cargo.lock

Lines changed: 6 additions & 6 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
@@ -26,7 +26,7 @@ tauri-plugin-updater = "2"
2626
tauri-plugin-dialog = "2"
2727
serde = { version = "1", features = ["derive"] }
2828
serde_json = "1"
29-
reqwest = { version = "0.13.3", features = ["json", "stream"] }
29+
reqwest = { version = "0.13.4", features = ["json", "stream"] }
3030
tokio = { version = "1.52.3", features = ["macros"] }
3131
futures-util = "0.3.32"
3232
tokio-util = "0.7"

0 commit comments

Comments
 (0)