summaryrefslogtreecommitdiff
path: root/eth-wire/Cargo.toml
diff options
context:
space:
mode:
authorAntoine A <>2024-03-18 19:44:50 +0100
committerAntoine A <>2024-03-18 19:44:50 +0100
commit80ded0febe5acbfa64cef3d84846b4a1300ea97f (patch)
tree2fcea96184c7af490a8a1cd27ba556b0cb8416f1 /eth-wire/Cargo.toml
parent635e0e1d0ce6773f7bea4b4fed7c22f614ba2829 (diff)
downloaddepolymerization-master.tar.gz
depolymerization-master.tar.bz2
depolymerization-master.zip
Update dependencies and clean codeHEADmaster
Diffstat (limited to 'eth-wire/Cargo.toml')
-rw-r--r--eth-wire/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth-wire/Cargo.toml b/eth-wire/Cargo.toml
index 71e1cdc..fa63584 100644
--- a/eth-wire/Cargo.toml
+++ b/eth-wire/Cargo.toml
@@ -12,7 +12,7 @@ fail = []
[dependencies]
# Cli args
clap = { version = "4.4.6", features = ["derive"] }
-clap_lex = "0.6.0"
+clap_lex = "0.7.0"
# Serialization library
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"