diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-23 21:14:04 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-23 21:14:04 +0000 |
| commit | 5bf86e458abc4a9b88840b547fc4b85e4798e4c2 (patch) | |
| tree | bdebf2795dbf0c242f6959d8c5e9ee96130e70ba /crates/git-tracker/Cargo.toml | |
| parent | 39669083fe3981c8431ecc52f237b2552d66013f (diff) | |
crates: bump thiserror from 1.0.63 to 1.0.64 (#49)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 1.0.64.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.64)
---
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/git-tracker/Cargo.toml b/crates/git-tracker/Cargo.toml index 4805502..3027769 100644 --- a/crates/git-tracker/Cargo.toml +++ b/crates/git-tracker/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] git2 = { version = "0.19.0", default-features = false, features = ["https"] } log.workspace = true -thiserror = "1.0.63" +thiserror = "1.0.64" [lints] workspace = true |
