Skip to content

Commit

Permalink
chore: bump strum (#7010)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Feb 4, 2024
1 parent f53fb3a commit 7922fd5
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 25 deletions.
55 changes: 34 additions & 21 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ alloy-dyn-abi = "0.6.2"
alloy-json-abi = "0.6.2"
alloy-sol-types = "0.6.2"
syn-solidity = "0.6.0"
alloy-chains = "0.1"

alloy-chains = "0.1.10"
alloy-rlp = "0.3.3"
solang-parser = "=0.3.3"

Expand All @@ -186,6 +186,7 @@ rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
base64 = "0.21"
strum = "0.26"
toml = "0.8"
tracing = "0.1"
tracing-subscriber = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/chisel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ semver = "1"
serde_json.workspace = true
serde.workspace = true
solang-parser.workspace = true
strum = { version = "0.25", features = ["derive"] }
strum = { workspace = true, features = ["derive"] }
time = { version = "0.3", features = ["formatting"] }
tokio = { version = "1", features = ["full"] }
yansi = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ regex = { version = "1", default-features = false }
rpassword = "7"
serde.workspace = true
strsim = "0.10"
strum = { version = "0.25", features = ["derive"] }
strum = { workspace = true, features = ["derive"] }
thiserror = "1"
tokio = { version = "1", features = ["macros"] }
tracing-error = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/forge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ semver = "1"
serde_json.workspace = true
similar = { version = "2", features = ["inline"] }
solang-parser.workspace = true
strum = { version = "0.25", features = ["derive"] }
strum = { workspace = true, features = ["derive"] }
thiserror = "1"
tokio = { version = "1", features = ["time"] }
watchexec = "2.3.2"
Expand Down

0 comments on commit 7922fd5

Please sign in to comment.