Skip to content

Commit b81d4e1

Browse files
Update thiserror requirement from 1.0.63 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.63...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f64253a commit b81d4e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ tinytemplate = { version = "*", optional = true, path = "tmpls/tinytemplate", pa
6363
ahash = { version = "0.8.11", features = ["no-rng"] }
6464
criterion = { version = "0.5.1", features = ["html_reports"] }
6565
pretty-error-debug = "0.3.0"
66-
thiserror = "1.0.63"
66+
thiserror = "2.0.3"
6767

6868
[build-dependencies]
6969
pretty-error-debug = "0.3.0"
7070
self_cell = "1.0.4"
71-
thiserror = "1.0.63"
71+
thiserror = "2.0.3"
7272

7373
[[bench]]
7474
name = "template-benchmark"

0 commit comments

Comments
 (0)