summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-15 20:23:15 +0000
committerGitHub <[email protected]>2024-07-15 20:23:15 +0000
commit9b0e19d603e35083fa4ffefb1aedf13d8cfa8501 (patch)
treeece1140c34555ae0338092dcf002a804a7667091 /crates
parent209f65a2b5f554d7bbee43b838b53046c8e5443c (diff)
crates: bump thiserror from 1.0.61 to 1.0.62 (#22)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.62. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.62) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'crates')
-rw-r--r--crates/git-tracker/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/git-tracker/Cargo.toml b/crates/git-tracker/Cargo.toml
index 60baa41..b7cc931 100644
--- a/crates/git-tracker/Cargo.toml
+++ b/crates/git-tracker/Cargo.toml
@@ -12,7 +12,7 @@ publish = false
[dependencies]
git2 = { workspace = true }
log = { workspace = true }
-thiserror = "1.0.61"
+thiserror = "1.0.62"
[lints.rust]
async_fn_in_trait = "allow"