Skip to content

Commit

Permalink
Update thiserror requirement from 1 to 2 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 5379187 commit 241264a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rust_decimal = { version = "1.36", features = ["serde-float"] }
serde = { version = "1", features = ["derive"] }
serde_json = { package = "serde_json_path_to_error", version = "0.1" }
serde_repr = "0.1"
thiserror = "1"
thiserror = "2"
tracing = "0.1"
tokio = { version = "1.37", features = ["macros"]}

Expand Down

0 comments on commit 241264a

Please sign in to comment.