Skip to content

Commit

Permalink
Depend on less strict anyhow version
Browse files Browse the repository at this point in the history
  • Loading branch information
tapnisu committed Apr 5, 2024
1 parent 8c01817 commit 28fccbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Selfbot to send your incoming Discord messages to Telegram"
license = "MIT"

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
home = "0.5"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 28fccbc

Please sign in to comment.