File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
1919serde_derive = " 1.0"
2020serde_json = " 1.0"
2121thiserror = " 1.0"
22- tokio = { version = " 1.20 " , features = [" full" ] }
22+ tokio = { version = " 1.21 " , features = [" full" ] }
2323validator = { version = " 0.16" , features = [" derive" ] }
2424
2525[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ models errors. The module structure is divided by communication channel.
1616
1717## 📡 Supported Channels
1818- [ SMS] ( https://www.infobip.com/docs/api/channels/sms )
19- - [ WhatsApp] ( https://www.infobip.com/docs/api/channels/whatsapp ) (partially, in progress)
19+ - [ WhatsApp] ( https://www.infobip.com/docs/api/channels/whatsapp )
2020
2121More Channels to be added in the near future!
2222
Original file line number Diff line number Diff line change 77//!
88//! ## Supported Channels
99//! - [SMS](https://www.infobip.com/docs/api/channels/sms)
10- //! - [WhatsApp](https://www.infobip.com/docs/api/channels/whatsapp) (partially, in progress)
10+ //! - [WhatsApp](https://www.infobip.com/docs/api/channels/whatsapp)
1111//!
1212//! More Channels to be added in the near future!
1313//!
You can’t perform that action at this time.
0 commit comments