Skip to content

Commit

Permalink
Merge pull request #114 from FedericoBruzzone/dependabot/cargo/dirs-6…
Browse files Browse the repository at this point in the history
….0.0

Bump dirs from 5.0.1 to 6.0.0
  • Loading branch information
Andreal2000 authored Jan 13, 2025
2 parents 7e79a91 + 51ac2b5 commit 55ac095
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 55ac095

Please sign in to comment.