Skip to content

Commit 620ce14

Browse files
chore(deps): update thiserror requirement from 1.0.60 to 2.0.3 (#100)
* chore(deps): update thiserror requirement from 1.0.60 to 2.0.3 Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.60...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update dependencies --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oleksii Shmalko <[email protected]>
1 parent a0c4741 commit 620ce14

File tree

2 files changed

+513
-386
lines changed

2 files changed

+513
-386
lines changed

eppo_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ reqwest = { version = "0.12.4", features = ["json"] }
3030
semver = { version = "1.0.22", features = ["serde"] }
3131
serde = { version = "1.0.198", features = ["derive", "rc"] }
3232
serde_json = "1.0.116"
33-
thiserror = "1.0.60"
33+
thiserror = "2.0.3"
3434
tokio = { version = "1.34.0", features = ["rt", "time"] }
3535
url = "2.5.0"
3636

0 commit comments

Comments
 (0)