Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to ^1.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 19, 2023
1 parent 8a1a0f9 commit 362f19c
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 @@ num-traits = "^0.2.17"
rand = "^0.8.5"
structopt = "^0.3.26"
termion = "^2.0.1"
thiserror = "^1.0.49"
thiserror = "^1.0.50"
ratatui = { version = "^0.23.0", features = [
"termion",
], default-features = false }
Expand Down

0 comments on commit 362f19c

Please sign in to comment.