@@ -12,8 +12,7 @@ path = "src/anvil.rs"
1212required-features = [" cli" ]
1313
1414[build-dependencies ]
15- # used to generate constants
16- vergen = { version = " 7.0" , default-features = false , features = [" build" , " rustc" , " git" ] }
15+ vergen = { version = " 8" , default-features = false , features = [" build" , " git" , " git2" ] }
1716
1817[dependencies ]
1918# foundry internal
@@ -27,7 +26,7 @@ forge = { path = "../forge", optional = true }
2726foundry-config = { path = " ../config" }
2827
2928# evm support
30- bytes = " 1.1 .0"
29+ bytes = " 1.4 .0"
3130ethers = { workspace = true , features = [" ws" ] }
3231trie-db = { version = " 0.23" }
3332hash-db = { version = " 0.15" }
@@ -37,7 +36,7 @@ memory-db = { version = "0.29" }
3736axum = { version = " 0.5" , features = [" ws" ] }
3837hyper = " 0.14"
3938tower = " 0.4"
40- tower-http = { version = " 0.3 " , features = [" trace" ] }
39+ tower-http = { version = " 0.4 " , features = [" trace" ] }
4140
4241# tracing
4342tracing = " 0.1"
@@ -50,20 +49,20 @@ futures = "0.3"
5049async-trait = " 0.1"
5150
5251# misc
53- serde_json = " 1.0.67 "
52+ serde_json = " 1.0.95 "
5453serde = { version = " 1.0" , features = [" derive" ] }
55- thiserror = " 1.0.30 "
56- yansi = " 0.5.1 "
57- tempfile = " 3.3.0 "
54+ thiserror = " 1.0"
55+ yansi = " 0.5"
56+ tempfile = " 3.5 "
5857
5958# cli
60- clap = { version = " 4.0 " , features = [" derive" , " env" , " wrap_help" ], optional = true }
61- clap_complete = { version = " 4.0 " , optional = true }
62- chrono = " 0.4.19 "
63- auto_impl = " 0.5 .0"
59+ clap = { version = " 4.2 " , features = [" derive" , " env" , " wrap_help" ], optional = true }
60+ clap_complete = { version = " 4.2 " , optional = true }
61+ chrono = " 0.4.24 "
62+ auto_impl = " 1 .0"
6463ctrlc = { version = " 3" , optional = true }
6564fdlimit = { version = " 0.2.1" , optional = true }
66- clap_complete_fig = " 4.0 "
65+ clap_complete_fig = " 4.2 "
6766ethereum-forkid = " 0.11"
6867
6968# ethers
@@ -75,9 +74,9 @@ ethers = { workspace = true, features = ["rustls", "ws"] }
7574[dev-dependencies ]
7675ethers = { workspace = true , features = [" abigen" ] }
7776ethers-solc = { workspace = true , features = [" project-util" , " full" ] }
78- pretty_assertions = " 1.2.1 "
77+ pretty_assertions = " 1.3.0 "
7978tokio = { version = " 1" , features = [" full" ] }
80- crc = " 3.0.0 "
79+ crc = " 3.0.1 "
8180
8281[features ]
8382default = [" cli" ]
0 commit comments