Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
bump thiserror to 2.0.3

Signed-off-by: Peter Nirschl <[email protected]>
  • Loading branch information
petermax2 committed Nov 18, 2024
1 parent eefe685 commit ac76eb5
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 34 deletions.
86 changes: 53 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ num-format = { version = "0.4.4", features = ["with-num-bigint"] }
regex = "1.10.5"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = { version = "1.0.117" }
thiserror = "1.0.61"
thiserror = "2.0.3"
toml = "0.8.14"

0 comments on commit ac76eb5

Please sign in to comment.