Skip to content

Commit

Permalink
build(deps): bump the backend-deps group in /src-tauri with 4 updates
Browse files Browse the repository at this point in the history
Bumps the backend-deps group in /src-tauri with 4 updates: [flate2](https://github.com/rust-lang/flate2-rs), [reqwest](https://github.com/seanmonstar/reqwest), [tar](https://github.com/alexcrichton/tar-rs) and [tempfile](https://github.com/Stebalien/tempfile).


Updates `flate2` from 1.0.33 to 1.0.34
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/flate2-rs@1.0.33...1.0.34)

Updates `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)

Updates `tar` from 0.4.41 to 0.4.42
- [Commits](alexcrichton/tar-rs@0.4.41...0.4.42)

Updates `tempfile` from 3.12.0 to 3.13.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.12.0...v3.13.0)

---
updated-dependencies:
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-deps
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-deps
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-deps
- dependency-name: tempfile
  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 Sep 30, 2024
1 parent ad5b775 commit b5af5e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions src-tauri/Cargo.lock

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

6 changes: 3 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dir-diff = "0.3.3"
directories = "5.0.1"
rustc-serialize = "0.3"
fern = { version = "0.6.1", features = ["date-based", "colored"] }
flate2 = "1.0.33"
flate2 = "1.0.34"
fs_extra = "1.3.0"
futures-util = "0.3.30"
glob = "0.3.1"
Expand All @@ -32,7 +32,7 @@ semver = "1.0.23"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.128"
sysinfo = "0.31.3"
tar = "0.4.41"
tar = "0.4.42"
tauri = { version = "1.8.0", features = ["api-all", "devtools", "reqwest-client"] }
thiserror = "1.0.64"
tokio = { version = "1", features = ["full"] }
Expand All @@ -41,7 +41,7 @@ walkdir = "2.5.0"
wgpu = "22.1.0"
zip = { version = "2.2.0", features = ["deflate-zlib-ng"] }
zip-extract = "0.2.1"
tempfile = "3.12.0"
tempfile = "3.13.0"
native-dialog = "0.7.0"
tokio-util = "0.7.12"

Expand Down

0 comments on commit b5af5e0

Please sign in to comment.