Skip to content

Commit

Permalink
Update thiserror requirement from 1.0.24 to 2.0.1
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.40...2.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent b8e8c0a commit c040d75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/rust-releases-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/foresterre/rust-releases"
rust-version = "1.63"

[dependencies]
thiserror = "1.0.24"
thiserror = "2.0.1"
semver = "1.0.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/rust-releases-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ internal_dl_test = []

[dependencies]
directories-next = "2.0.0"
thiserror = "1.0.24"
thiserror = "2.0.1"
ureq = { version = "2.7.1", optional = true } # feature: http_client
2 changes: 1 addition & 1 deletion crates/rust-releases-rust-changelog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.67"
time = { version = "0.3.7", features = ["macros", "parsing"] }
rust-releases-core = { version = "^0.28.0", path = "../rust-releases-core" }
rust-releases-io = { version = "^0.28.0", path = "../rust-releases-io", features = ["http_client"] }
thiserror = "1.0.24"
thiserror = "2.0.1"

[dev-dependencies]
yare = "3.0.0"
2 changes: 1 addition & 1 deletion crates/rust-releases-rust-dist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aws-sdk-s3 = "1.13.0"

lazy_static = "1.4.0"
regex = "1.8.1"
thiserror = "1.0.40"
thiserror = "2.0.1"

[dependencies.tokio]
version = "1.28.0" # minimum is set because of RUSTSEC-2021-0124 advisory: https://rustsec.org/advisories/RUSTSEC-2021-0124
Expand Down

0 comments on commit c040d75

Please sign in to comment.