Skip to content

Commit 2241482

Browse files
authored
Merge pull request #6 from rinja-rs/dependabot/cargo/thiserror-2.0.3
Update thiserror requirement from 1.0.63 to 2.0.3
2 parents f64253a + b81d4e1 commit 2241482

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)