From ef5debe474d7a3c63ce17dab91b6406a7c44bd2e Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Mon, 22 Dec 2025 00:25:51 +0100 Subject: [PATCH] chore(deps): run cargo shear --- Cargo.lock | 1 - Cargo.toml | 13 ------------- benches/Cargo.toml | 1 - 3 files changed, 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13d80048..847dc9d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2716,7 +2716,6 @@ version = "0.1.8" dependencies = [ "codspeed-criterion-compat", "iai-callgrind", - "paste", "semver 1.0.27", "slang_solidity", "solang-parser", diff --git a/Cargo.toml b/Cargo.toml index 380be72c..b44de4ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,13 +107,11 @@ alloy-json-abi = "1.3" ruint = { version = "1.16", features = ["num-integer"] } num-bigint = "0.4" -num-integer = "0.1" num-rational = "0.4" num-traits = "0.2" # CLI clap = "4.4" -clap_builder = "4.4" # diagnostics anstream = "0.6.18" @@ -131,7 +129,6 @@ quote = "1.0" syn = "2.0" derive_more = { version = "2.0", features = ["full"] } -match_cfg = "0.1" strum = "0.27" thiserror = ">=1" @@ -147,39 +144,29 @@ tracing = "0.1" criterion = { package = "codspeed-criterion-compat", version = "4", default-features = false, features = [ "cargo_bench_support", ] } -rand = "0.9" regex = "1.10" snapbox = { version = "0.6", features = ["json"] } tempfile = "3.9" -tester = "0.9" # misc -arrayvec = "0.7" bitflags = "2.4" bumpalo = "3.14" cfg-if = "1.0" -const_format = "0.2" -dashmap = "6.0" either = "1" -hex = { package = "const-hex", version = "1.10" } index_vec = "0.1.3" indexmap = "2.2" itertools = ">=0.10, <=0.14" itoa = "1.0" inturn = "0.1.0" libc = "0.2" -md-5 = "0.10" memchr = "2.7" once_map = { version = "0.4.20", default-features = false, features = ["std"] } paste = "1.0" -petgraph = "0.8" rustc-hash = "2.0" -scc = "2" scoped-tls = "1.0" semver = "1.0" smallvec = { version = "1", features = ["const_generics", "union"] } thread_local = "1.1" -typed-arena = "2.0" unicode-width = "0.2" vergen = "8" diff --git a/benches/Cargo.toml b/benches/Cargo.toml index 340f6764..7bf08123 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -27,7 +27,6 @@ tree-sitter-solidity = "=1.2.12" [dev-dependencies] criterion.workspace = true iai-callgrind = "0.16" -paste.workspace = true [features] ci = []