-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
caf8c56
commit 7d71a03
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "carapax" | ||
description = "A Telegram Bot Framework" | ||
version = "0.20.0" | ||
version = "0.21.0" | ||
authors = ["Ross Nomann <[email protected]>"] | ||
edition = "2021" | ||
readme = "./README.md" | ||
|
@@ -31,7 +31,7 @@ log = "0.4" | |
nonzero_ext = { version = "0.3", optional = true } | ||
seance = { version = "0.12", optional = true } | ||
serde = { version = "1.0", optional = true } | ||
tgbot = "0.26" | ||
tgbot = "0.27" | ||
tokio = "1.38" | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters