Skip to content

Commit

Permalink
Merge pull request #73 from svenstaro/dependabot/cargo/all-dependenci…
Browse files Browse the repository at this point in the history
…es-19b8cb34fa

Update thiserror requirement from 1.0 to 2.0 in the all-dependencies group
  • Loading branch information
svenstaro authored Dec 1, 2024
2 parents 728b234 + 1d69418 commit 003e884
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 @@ -23,7 +23,7 @@ clap = { version = "4", features = ["derive", "wrap_help"] }
chrono = { version = "0.4", features = ["serde"] }
deunicode = "1.0"
rust_decimal = { version = "1.0", features = ["serde"] }
thiserror = "1.0"
thiserror = "2.0"
log = "0.4"
pest = "2"
pest_derive = "2"
Expand Down

0 comments on commit 003e884

Please sign in to comment.