diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b1eb6e8..f0f5248 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -24,7 +24,7 @@ tokio = { version = "1.2", features = ["fs", "rt"]} tracing = "0.1.23" tracing-futures = "0.2" -multipart = { version = "0.17", default-features = false, features = ["client"] } +multipart = { version = "0.18", default-features = false, features = ["client"] } pw-telegram-bot-raw-fork = { version = "0.9.1", path = "../raw" }