Skip to content

Commit

Permalink
⬆️ Upgrade thiserror to 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Jan 9, 2025
1 parent 6320342 commit c526d6e
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 @@ -29,7 +29,7 @@ derive_more = { version = "1.0.0", features = ["display"] }
indexmap = "2.7.0"
ron = "0.8.1"
serde = { version = "1.0.217", features = ["derive"] }
thiserror = "2.0.6"
thiserror = "2.0.10"
tokio = { version = "1.42.0", features = ["rt"] }
tokio-util = { version = "0.7.13", features = ["rt"] }

Expand Down

0 comments on commit c526d6e

Please sign in to comment.