From 661238770947d158992e378dfeafe8dd037e163a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 08:07:39 +0000 Subject: [PATCH] chore(deps): update multipart requirement from 0.17 to 0.18 Updates the requirements on [multipart](https://github.com/abonander/multipart) to permit the latest version. - [Release notes](https://github.com/abonander/multipart/releases) - [Commits](https://github.com/abonander/multipart/commits) Signed-off-by: dependabot[bot] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index eef84bb9ef..343d0fadc9 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"] } telegram-bot-raw = { version = "0.9.0", path = "../raw" }