Skip to content

Commit

Permalink
chore(deps): breaking bumps (#8719)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Aug 22, 2024
1 parent 8b4d447 commit 5c52be6
Show file tree
Hide file tree
Showing 10 changed files with 132 additions and 139 deletions.
145 changes: 69 additions & 76 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ chrono = { version = "0.4", default-features = false, features = [
"std",
] }
color-eyre = "0.6"
derive_more = "0.99"
derive_more = { version = "1.0", features = ["full"] }
dunce = "1"
evm-disassembler = "0.5"
eyre = "0.6"
Expand All @@ -244,7 +244,7 @@ tracing = "0.1"
tracing-subscriber = "0.3"
vergen = { version = "8", default-features = false }
indexmap = "2.2"
tikv-jemallocator = "0.5.4"
tikv-jemallocator = "0.6"
url = "2"
num-format = "0.4.4"
yansi = { version = "1.0", features = ["detect-tty", "detect-env"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/chisel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ eyre.workspace = true
regex = "1"
reqwest.workspace = true
revm.workspace = true
rustyline = "12"
rustyline = "14"
semver.workspace = true
serde_json.workspace = true
serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/chisel/src/solidity_helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ impl Highlighter for SolidityHelper {
Self::highlight(line)
}

fn highlight_char(&self, line: &str, pos: usize) -> bool {
fn highlight_char(&self, line: &str, pos: usize, _forced: bool) -> bool {
pos == line.len()
}

Expand Down
Loading

0 comments on commit 5c52be6

Please sign in to comment.