Skip to content

Commit

Permalink
build(deps): bump fern in /src-tauri in the backend-deps group
Browse files Browse the repository at this point in the history
Bumps the backend-deps group in /src-tauri with 1 update: [fern](https://github.com/daboross/fern).


Updates `fern` from 0.6.2 to 0.7.0
- [Release notes](https://github.com/daboross/fern/releases)
- [Changelog](https://github.com/daboross/fern/blob/main/CHANGELOG.md)
- [Commits](daboross/fern@fern-0.6.2...fern-0.7.0)

---
updated-dependencies:
- dependency-name: fern
  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 21, 2024
1 parent 2a2d167 commit dd440fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
22 changes: 5 additions & 17 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chrono = "0.4.38"
dir-diff = "0.3.3"
directories = "5.0.1"
rustc-serialize = "0.3"
fern = { version = "0.6.1", features = ["date-based", "colored"] }
fern = { version = "0.7.0", features = ["date-based", "colored"] }
flate2 = "1.0.34"
fs_extra = "1.3.0"
futures-util = "0.3.31"
Expand Down

0 comments on commit dd440fa

Please sign in to comment.