Skip to content

Commit bc23fa1

Browse files
authored
chore: update thiserror to 2.0 (#263)
this commit updates the `thiserror` dependency. this dependency is updated to use the 2.0 release. Signed-off-by: katelyn martin <[email protected]>
1 parent 0fa575e commit bc23fa1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -29,7 +29,7 @@ log = "0.4"
2929
nix = { version = "0.26", default-features = false, features = ["signal", "fs"] }
3030
parking_lot = "0.12"
3131
tempfile = "3.1"
32-
thiserror = "1.0"
32+
thiserror = "2.0"
3333
findshlibs = "0.10"
3434
cfg-if = "1.0"
3535
smallvec = "1.7"

0 commit comments

Comments
 (0)