Skip to content

Commit

Permalink
chore: downgrade thiserror
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed Nov 9, 2024
1 parent 62d0bd3 commit c025f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ bytes = "1.8.0"
futures-util = "0.3.31"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
thiserror = "2.0.0"
tokio = "1.41.0"
thiserror = "1.0.68"
tokio = "1.41.1"
tracing = "0.1.40"

0 comments on commit c025f71

Please sign in to comment.