Skip to content

Commit

Permalink
chore(deps): Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ferdinand committed Nov 14, 2024
1 parent 8e94e39 commit dba6bad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ colored = "2.1"
clap = { version = "4", features = ["derive", "cargo", "wrap_help", "unicode", "string"] }
criterion = { version = "0.5", features = ["html_reports"] }
directories = "5"
fs-err = "2.11.0"
fs-err = "3.0"
get-size = "0.1.4"
indexmap = { version = "2.5.0", features = ["rayon"] }
insta = "1.41.0"
Expand All @@ -85,7 +85,7 @@ serde_json = "1.0"
strum = { version = "0.26", features = ["derive"] }
syn = "2.0"
test-strategy = "0.4.0"
thiserror = "1.0"
thiserror = "2.0"
twenty-first = "0.43.0"
unicode-width = "0.2"
divan = "0.1.14"
Expand Down
2 changes: 1 addition & 1 deletion triton-isa/src/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ pub enum InstructionError {
#[error("assertion failed: {0}")]
AssertionFailed(AssertionError),

#[error("vector assertion failed because stack[{0}] != stack[{}]: {1}", .0 + Digest::LEN)]
#[error("vector assertion failed because stack[{0}] != stack[{r}]: {1}", r = .0 + Digest::LEN)]
VectorAssertionFailed(usize, AssertionError),

#[error("0 does not have a multiplicative inverse")]
Expand Down

0 comments on commit dba6bad

Please sign in to comment.