Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 5bc64a4 commit ff3a2e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ documentation = "https://docs.rs/brainterpreter"
clap = { version = "4", optional = true, features = ["derive"] }
env_logger = { version = "0.11.0", optional = true }
log = "0.4.20"
thiserror = "1"
thiserror = "1.0.59"

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
Expand Down

0 comments on commit ff3a2e5

Please sign in to comment.