Skip to content

Commit

Permalink
Improve error handling
Browse files Browse the repository at this point in the history
Remove internal panics with results.
  • Loading branch information
aleics committed Feb 2, 2025
1 parent 06bbb9a commit 125df45
Show file tree
Hide file tree
Showing 6 changed files with 380 additions and 158 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ serde = { version = "1.0.217", features = ["derive"] }

[dev-dependencies]
lazy_static = "1.5.0"
rand = "0.8.5"
rand = "0.9.0"
reqwest = { version = "0.12.12", features = ["json"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
tokio-test = "0.4.4"

[features]
Expand Down
Loading

0 comments on commit 125df45

Please sign in to comment.