mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-06 00:33:39 +00:00
* Bump sendgrid from 0.12.1 to 0.13.0 Bumps [sendgrid](https://github.com/gsquire/sendgrid-rs) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/gsquire/sendgrid-rs/releases) - [Commits](https://github.com/gsquire/sendgrid-rs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Use the ? formatting option to use the Debug rather than Display trait Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
21 lines
519 B
TOML
21 lines
519 B
TOML
[package]
|
|
name = "rfd-notify"
|
|
version = "0.1.0"
|
|
authors = ["Dave Gallant <davegallant@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
sendgrid = { version = "0.13.0", features = ["rustls"] }
|
|
toml = "0.5.6"
|
|
serde_derive = "1.0.112"
|
|
serde = "1.0.116"
|
|
reqwest = { version = "0.10", default-features = false, features = ["json", "rustls-tls"] }
|
|
tokio = { version = "0.2", features = ["full"] }
|
|
serde_json = "1.0.58"
|
|
log = "0.4"
|
|
pretty_env_logger = "0.4.0"
|
|
regex = "1.3.9"
|
|
rust-crypto = "^0.2"
|
|
sled = "0.34.4"
|
|
clap = "2.33.3"
|