mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Require chrono >= 0.4.32
It's required for teloxide's usages of chrono::Duration::try_seconds: https://github.com/chronotope/chrono/commit/a2820c4
This commit is contained in:
parent
617197a1c7
commit
8364eeae4b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ once_cell = "1.5.0"
|
|||
takecell = "0.1"
|
||||
take_mut = "0.2"
|
||||
rc-box = "1.1.1"
|
||||
chrono = { version = "0.4.30", default-features = false }
|
||||
chrono = { version = "0.4.32", default-features = false }
|
||||
either = "1.6.1"
|
||||
bitflags = { version = "1.2" }
|
||||
|
||||
|
|
Loading…
Reference in a new issue