summaryrefslogtreecommitdiff
path: root/crates/git-tracker/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-22 20:18:25 +0000
committerGitHub <[email protected]>2024-07-22 20:18:25 +0000
commit612d4529b8a0900beab1b099fa0970c50414f1a0 (patch)
tree217f1bb4ae0b0d2d79f9cb3bde6b2ce0719e8199 /crates/git-tracker/Cargo.toml
parentbe780937a37e15461901045a933b5e037bae9569 (diff)
crates: bump thiserror from 1.0.62 to 1.0.63 (#25)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.62 to 1.0.63. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.62...1.0.63) --- 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/git-tracker/Cargo.toml')
-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 b7cc931..09584cb 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.62"
+thiserror = "1.0.63"
[lints.rust]
async_fn_in_trait = "allow"