Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2023
1 parent 6842aab commit 1e1984a
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 @@ -18,7 +18,7 @@ lazy_static = "1.4.0"
proc-macro2 = "1.0.66"
quote = "1.0.33"
syn = { version = "2.0.29", features = ["full", "extra-traits"] }
thiserror = "1.0.47"
thiserror = "1.0.48"
try_match = "0.4.1"
str_inflector = "0.12.0"

Expand Down

0 comments on commit 1e1984a

Please sign in to comment.