diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-11 14:41:41 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-11 14:41:41 -0500 |
| commit | 1a225e21622194a5c62953052810e495cfced4cf (patch) | |
| tree | 26eed698ab505b25dc12bccff05948ccce7a0364 /Cargo.toml | |
| parent | 0caf8ad82b163e852963bf9c3b9573c4cd391518 (diff) | |
chore(crates): bump thiserror from 1.0.64 to 2.0.3 (#31)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.64 to 2.0.3.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.64...2.0.3)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ reqwest = { version = "0.12", default-features = false, features = [ ] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -thiserror = "1.0" +thiserror = "2.0" tokio = { version = "1.40", features = ["macros", "rt-multi-thread"] } tracing = "0.1" tracing-subscriber = { version = "0.3" } |
