mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 19:49:19 +01:00
commit
5a2bf5e1d9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ log = "0.4"
|
||||||
|
|
||||||
serde = { version = "1.0.114", features = ["derive"] }
|
serde = { version = "1.0.114", features = ["derive"] }
|
||||||
serde_json = "1.0.55"
|
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
|
uuid = { version = "1.1.0", features = ["v4"] } # for attaching input files
|
||||||
|
|
||||||
derive_more = "0.99.9"
|
derive_more = "0.99.9"
|
||||||
|
|
Loading…
Reference in a new issue