Skip to content

Commit 4fa3a18

Browse files
committed
chore: bump thiserror to v2
1 parent bdd1fcf commit 4fa3a18

File tree

2 files changed

+29
-9
lines changed

2 files changed

+29
-9
lines changed

Cargo.lock

Lines changed: 28 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ regex = "1"
2121
serde = { version = "1", features = ["derive"] }
2222
serde_json = "1"
2323
serde_with = { version = "3", features = ["indexmap_2"] }
24-
thiserror = "1"
24+
thiserror = "2"
2525

2626
[features]
2727
mmap = ["dep:mmap-rs"]

0 commit comments

Comments
 (0)