Skip to content

Commit

Permalink
chore(deps): update multipart requirement from 0.17 to 0.18
Browse files Browse the repository at this point in the history
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)

---
updated-dependencies:
- dependency-name: multipart
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 29, 2022
1 parent df9e3f2 commit 697d173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit 697d173

Please sign in to comment.