Skip to content

Commit 998ce9e

Browse files
Update thiserror requirement from 1.0.24 to 2.0.11
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.24...2.0.11) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2373ed6 commit 998ce9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

open-build-service-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ url = "2.5.4"
1313
quick-xml = { version = "0.23.1", features = [ "serialize" ] }
1414
serde = { version = "1.0.125", features = [ "derive" ] }
1515
chrono = { version = "0.4", features = [ "serde" ] }
16-
thiserror = "1.0.24"
16+
thiserror = "2.0.11"
1717
futures = "0.3.14"
1818
bytes = "1.0.1"
1919
base16ct = { version = "0.1", features = ["std"] }

oscrc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ serde = { version = "1.0.125",features = [ "derive" ] }
1111
serde_ini = "0.2.0"
1212
secret-service = "2.0.1"
1313
url = { version = "2.5.4", features = [ "serde" ] }
14-
thiserror = "1.0.24"
14+
thiserror = "2.0.11"

0 commit comments

Comments
 (0)