From a9e7e96288bf24ed245de97aebaa2c5058e4572a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 11:50:00 -0400 Subject: [PATCH] build(deps): update self_update requirement from 0.36.0 to 0.37.0 (#50) Updates the requirements on [self_update](https://github.com/jaemk/self_update) to permit the latest version. - [Release notes](https://github.com/jaemk/self_update/releases) - [Changelog](https://github.com/jaemk/self_update/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaemk/self_update/commits) --- updated-dependencies: - dependency-name: self_update 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 e948bc4..ba472f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ crc32fast = "1.3.2" tempfile = "3.3.0" flate2 = "1.0.25" tar = "0.4.38" -self_update = "0.36.0" +self_update = "0.37.0" [build-dependencies] copy_to_output = "2.0.0"