Skip to content

Commit

Permalink
chore: update thiserror dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolv-Apneseth committed Dec 10, 2024
1 parent bc6b1d2 commit e8d3972
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ strum = { workspace = true }
url = { workspace = true }
reqwest = { version = "0.12.8", features = ["json"] }
serde = { version = "^1.0", features = ["derive"] }
thiserror = { version = "1.0.64" }
thiserror = { version = "2.0.6" }

[dev-dependencies]
tokio = { workspace = true }
Expand Down

0 comments on commit e8d3972

Please sign in to comment.