From 064b7318f027b843754a81c3621eb4690b324d44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 15:32:50 +0200 Subject: [PATCH] Bump github-parts from v0.3.0 to v0.4.0 (#22) Bumps [github-parts](https://github.com/devxbots/github-parts) from v0.3.0 to v0.4.0. - [Release notes](https://github.com/devxbots/github-parts/releases) - [Commits](https://github.com/devxbots/github-parts/compare/v0.3.0...f7f932c6e3a8bf0e4ddf2bcb5f0e8d962a4f7d22) --- updated-dependencies: - dependency-name: github-parts dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 254942f..5206b8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ publish = false name = "hello-world" [dependencies] -github-parts = { git = "https://github.com/devxbots/github-parts", tag = "v0.3.0" } +github-parts = { git = "https://github.com/devxbots/github-parts", tag = "v0.4.0" } axum = "0.5.6" chrono = "0.4.19"