Skip to content

Commit d661911

Browse files
Update thiserror requirement from 1.0 to 2.0
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.6) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d6f018 commit d661911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ tracing-subscriber = "0.3"
134134
tracing-appender = "0.2"
135135
base64 = "0.22"
136136
num-traits = "0.2"
137-
thiserror = "1.0"
137+
thiserror = "2.0"
138138
static_assertions = "1.1.0"
139139
url = "2.1.1"
140140
chrono = "0.4.31"

0 commit comments

Comments
 (0)