gofish_bot/Cargo.toml
dependabot[bot] 2a6ca9d23c
Bump warp from 0.3.1 to 0.3.3
Bumps [warp](https://github.com/seanmonstar/warp) from 0.3.1 to 0.3.3.
- [Release notes](https://github.com/seanmonstar/warp/releases)
- [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/warp/compare/v0.3.1...v0.3.3)

---
updated-dependencies:
- dependency-name: warp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 15:52:49 +00:00

25 lines
No EOL
575 B
TOML

[package]
name = "gofish"
version = "0.1.0"
authors = ["JasterV <jaster.victor@gmail.com>"]
edition = "2018"
[dependencies]
teloxide = { version="0.5.1", features = ["macros", "auto-send"] }
dotenv = "0.15.0"
log = "0.4.8"
thiserror = "1.0.x"
anyhow = "1.0.x"
pretty_env_logger = "0.4.0"
tokio = { version = "1.16.1", features = ["rt-multi-thread", "macros"] }
serde = "1.0.x"
rand = "0.8.4"
async-trait = "0.1.51"
lazy_static = "1.4.0"
dashmap = "4.0.2"
url = "2.2.2"
tokio-stream = "0.1.4"
# Used to setup a webhook
warp = "0.3.3"
reqwest = "0.11.4"
serde_json = "1.0.50"