summaryrefslogtreecommitdiffstats
path: root/src/git/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-01 11:59:52 +0000
committerTim Oram <dev@mitmaro.ca>2023-08-01 09:39:51 -0230
commit914f8f67afe2df555d0221f779736dc91ebdb244 (patch)
treea0cf7fddea278eac14ecbf7d7485bb1404a5ec47 /src/git/Cargo.toml
parent2bf09e1663e1426ee0533dd85428f7dea624ae2e (diff)
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] <support@github.com>
Diffstat (limited to 'src/git/Cargo.toml')
-rw-r--r--src/git/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"