Skip to content

Commit

Permalink
Update clap
Browse files Browse the repository at this point in the history
  • Loading branch information
tapnisu committed Mar 4, 2024
1 parent 1ec6da8 commit 6b228d0
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]
clap = { version = "4.3", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
home = "0.5"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
Expand Down

0 comments on commit 6b228d0

Please sign in to comment.