Skip to content

Commit

Permalink
build(deps): bump the backend-deps group in /src-tauri with 2 updates
Browse files Browse the repository at this point in the history
Bumps the backend-deps group in /src-tauri with 2 updates: [futures-util](https://github.com/rust-lang/futures-rs) and [sysinfo](https://github.com/GuillaumeGomez/sysinfo).


Updates `futures-util` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

Updates `sysinfo` from 0.31.4 to 0.32.0
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.31.4...v0.32.0)

---
updated-dependencies:
- dependency-name: futures-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-deps
- dependency-name: sysinfo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 88f93aa commit 2e9bf32
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions src-tauri/Cargo.lock

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

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ rustc-serialize = "0.3"
fern = { version = "0.6.1", features = ["date-based", "colored"] }
flate2 = "1.0.34"
fs_extra = "1.3.0"
futures-util = "0.3.30"
futures-util = "0.3.31"
glob = "0.3.1"
log = "0.4.21"
reqwest = { version = "0.12", features = ["json"] }
rev_buf_reader = "0.3.0"
semver = "1.0.23"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.128"
sysinfo = "0.31.3"
sysinfo = "0.32.0"
tar = "0.4.42"
tauri = { version = "1.8.0", features = ["api-all", "devtools", "reqwest-client"] }
thiserror = "1.0.64"
Expand Down

0 comments on commit 2e9bf32

Please sign in to comment.