diff --git a/Cargo.toml b/Cargo.toml index 4d8b7edf..3478f490 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,11 +23,11 @@ path = "bin/builder.rs" [dependencies] init4-bin-base = { version = "0.18.0", features = ["perms", "aws", "pylon", "sse"] } -signet-constants = { version = "0.16.0-rc.17" } -signet-sim = { version = "0.16.0-rc.17" } -signet-tx-cache = { version = "0.16.0-rc.17" } -signet-types = { version = "0.16.0-rc.17" } -signet-zenith = { version = "0.16.0-rc.17" } +signet-constants = { version = "0.17.0" } +signet-sim = { version = "0.17.0" } +signet-tx-cache = { version = "0.17.0" } +signet-types = { version = "0.17.0" } +signet-zenith = { version = "0.17.0" } signet-block-processor = { git = "https://github.com/init4tech/node-components", tag = "v0.16.0-rc.10" } signet-genesis = { git = "https://github.com/init4tech/node-components", tag = "v0.16.0-rc.10" } @@ -67,7 +67,7 @@ url = "2.5.4" alloy-hardforks = "0.4.0" alloy-chains = "0.2" criterion = { version = "0.8.2", features = ["async_tokio"] } -signet-bundle = "0.16.0-rc.11" +signet-bundle = "0.17.0" [[bench]] name = "sim"