From 914f8f67afe2df555d0221f779736dc91ebdb244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:59:52 +0000 Subject: Bump thiserror from 1.0.43 to 1.0.44 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.43 to 1.0.44. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.43...1.0.44) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/git/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/git/Cargo.toml') diff --git a/src/git/Cargo.toml b/src/git/Cargo.toml index 77605bd..7d6f37d 100644 --- a/src/git/Cargo.toml +++ b/src/git/Cargo.toml @@ -19,7 +19,7 @@ chrono = "0.4.26" lazy_static = "1.4.0" parking_lot = "0.12.1" tempfile = "3.7.0" -thiserror = "1.0.43" +thiserror = "1.0.44" [dependencies.git2] version = "=0.15.0" -- cgit v1.2.3