Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rossnomann committed Feb 2, 2022
1 parent 54a5e47 commit 7d26ce7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 0.11.0 (xx.01.2022)
## 0.11.0 (02.02.2022)

- Tokio 1.15 and tgbot 0.16 support.
- Tokio 1.16 and tgbot 0.17 support.
- New handlers API.
- Removed `async_trait` and `carapax-codegen` dependencies.
- Changed signature of `Handler` trait.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ futures-util = "0.3"
governor = { version = "0.4", optional = true }
log = "0.4"
nonzero_ext = { version = "0.3", optional = true }
seance = { version = "0.6", optional = true }
seance = { version = "0.7", optional = true }
serde = { version = "1.0", optional = true }
tgbot = "0.17"
tokio = "1.16"
Expand All @@ -38,7 +38,7 @@ dotenv = "0.15"
env_logger = "0.9"
regex = "1.5"
serde_json = "1.0"
tempfile = "3.2"
tempfile = "3.3"
tokio = { version = "1.16", features = ["macros", "rt-multi-thread"] }
toml = "0.5"

Expand Down

0 comments on commit 7d26ce7

Please sign in to comment.