mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
fixup serde_with_macros
version
This commit is contained in:
parent
2013940c64
commit
69f7a8b434
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ log = "0.4"
|
|||
|
||||
serde = { version = "1.0.114", features = ["derive"] }
|
||||
serde_json = "1.0.55"
|
||||
serde_with_macros = "2.0.0"
|
||||
serde_with_macros = "1.5.2"
|
||||
uuid = { version = "1.1.0", features = ["v4"] } # for attaching input files
|
||||
|
||||
derive_more = "0.99.9"
|
||||
|
|
Loading…
Reference in a new issue