Skip to content

Commit

Permalink
Bump dirs from 5.0.1 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [dirs](https://github.com/soc/dirs-rs) from 5.0.1 to 6.0.0.
- [Commits](https://github.com/soc/dirs-rs/commits)

---
updated-dependencies:
- dependency-name: dirs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 7e79a91 commit 51ac2b5
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 6 deletions.
49 changes: 45 additions & 4 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tdjson = "1.8.29"
[dependencies]
config = "0.15.4"
crossterm = { version = "0.28.1", features = ["event-stream"] }
dirs = "5.0.1"
dirs = "6.0.0"
futures = "0.3.31"
lazy_static = "1.5.0"
ratatui = "0.29.0"
Expand All @@ -62,7 +62,7 @@ signal-hook = "0.3.17"
clap = { version = "4.5.26", features = ["derive"] }

[build-dependencies]
dirs = "5.0.1"
dirs = "6.0.0"
reqwest = { version = "0.12.12", features = ["blocking"] }
zip = { version = "2.2.2" }
tdlib-rs = "1.0.5"
Expand Down

0 comments on commit 51ac2b5

Please sign in to comment.