Skip to content

Commit

Permalink
Bump the cargo group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 4 updates in the /src-tauri directory: [tauri](https://github.com/tauri-apps/tauri), [serde_json](https://github.com/serde-rs/json), [tauri-plugin-fs](https://github.com/tauri-apps/plugins-workspace) and [tauri-build](https://github.com/tauri-apps/tauri).


Updates `tauri` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.4...tauri-v2.0.5)

Updates `serde_json` from 1.0.128 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.128...1.0.132)

Updates `tauri-plugin-fs` from 2.0.1 to 2.0.3
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.0.1...fs-v2.0.3)

Updates `tauri-build` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-build-v2.0.1...tauri-build-v2.0.2)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tauri-plugin-fs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tauri-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent ffa2f5f commit eedd74a
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 19 deletions.
65 changes: 49 additions & 16 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 @@ -10,15 +10,15 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "2.0.1", features = [] }
tauri-build = { version = "2.0.2", features = [] }

[dependencies]
tauri = { version = "2.0.4", features = [] }
tauri = { version = "2.0.5", features = [] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
epub = "2.1.2"
zip = "2.2.0"
tauri-plugin-fs = "2.0.1"
tauri-plugin-fs = "2.0.3"

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
Expand Down

0 comments on commit eedd74a

Please sign in to comment.