Skip to content

Commit

Permalink
Bump fern from 0.6.2 to 0.7.0 in /src-tauri
Browse files Browse the repository at this point in the history
Bumps [fern](https://github.com/daboross/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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 87faad6 commit 0d25490
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 @@ -13,7 +13,7 @@ tauri-build = { version = "2.0.0-rc.7", features = [] }
[dependencies]
ctrlc = "3.4.5"
fastrand = "2.1.1"
fern = { version = "0.6.2", features = ["colored"] }
fern = { version = "0.7.0", features = ["colored"] }
futures = "0.3.31"
futures-util = "0.3.30"
http = "1.1.0"
Expand Down

0 comments on commit 0d25490

Please sign in to comment.