Skip to content

Commit

Permalink
Update thiserror requirement from 1.0 to 2.0
Browse files Browse the repository at this point in the history
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.0...2.0.0)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent c7673ef commit e8d5ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/argmin-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ num-traits = { version = "0.2" }
num-integer = { version = "0.1" }
rand = { version = "0.8.3" }
anyhow = { version = "1.0" }
thiserror = { version = "1.0" }
thiserror = { version = "2.0" }

cfg-if = "1"

Expand Down
2 changes: 1 addition & 1 deletion crates/argmin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ paste = "1"
num-traits = "0.2"
rand = "0.8.5"
rand_xoshiro = "0.6.0"
thiserror = "1.0"
thiserror = "2.0"
argmin-math = { path = "../argmin-math", version = "0.4", default-features = false, features = ["primitives"] }
# optional
ctrlc = { version = "3.2.4", features = ["termination"], optional = true }
Expand Down

0 comments on commit e8d5ab9

Please sign in to comment.