From 619023eb9e4977a8c6b4d1db6a5dc16ec7659ed2 Mon Sep 17 00:00:00 2001 From: fredo Date: Wed, 4 Jun 2025 14:44:54 +0200 Subject: [PATCH] chore: update dependencies, bum version to 0.1.2 --- Cargo.lock | 10 +++++----- Cargo.toml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c5dcd3..12e04cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1067,7 +1067,7 @@ dependencies = [ [[package]] name = "assertion-da-client" version = "0.1.2" -source = "git+ssh://git@github.com/phylaxsystems/assertion-da.git?tag=0.1.2#48edd1137fedbca4f84413ebb84adb2a9af67888" +source = "git+https://github.com/phylaxsystems/assertion-da.git?tag=0.1.2#48edd1137fedbca4f84413ebb84adb2a9af67888" dependencies = [ "alloy 0.11.1", "assertion-da-core", @@ -1082,7 +1082,7 @@ dependencies = [ [[package]] name = "assertion-da-core" version = "0.1.2" -source = "git+ssh://git@github.com/phylaxsystems/assertion-da.git?tag=0.1.2#48edd1137fedbca4f84413ebb84adb2a9af67888" +source = "git+https://github.com/phylaxsystems/assertion-da.git?tag=0.1.2#48edd1137fedbca4f84413ebb84adb2a9af67888" dependencies = [ "alloy 0.11.1", "serde", @@ -1091,7 +1091,7 @@ dependencies = [ [[package]] name = "assertion-da-server" version = "0.1.2" -source = "git+ssh://git@github.com/phylaxsystems/assertion-da.git?tag=0.1.2#48edd1137fedbca4f84413ebb84adb2a9af67888" +source = "git+https://github.com/phylaxsystems/assertion-da.git?tag=0.1.2#48edd1137fedbca4f84413ebb84adb2a9af67888" dependencies = [ "alloy 0.11.1", "alloy-dyn-abi", @@ -1134,7 +1134,7 @@ dependencies = [ [[package]] name = "assertion-executor" -version = "0.1.1" +version = "0.1.2" dependencies = [ "alloy 0.11.1", "alloy-consensus 0.11.1", @@ -3002,7 +3002,7 @@ dependencies = [ [[package]] name = "int-test-utils" version = "0.1.0" -source = "git+ssh://git@github.com/phylaxsystems/int-test-utils.git?rev=1c2fd92#1c2fd92fc7db4fae45243043c9c6798cdf92beaf" +source = "git+https://github.com/phylaxsystems/int-test-utils.git?rev=60cd1fa#60cd1fae57bd1650ff667d53eecee81a17555b47" dependencies = [ "alloy 0.11.1", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 0a7551f..3934b35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "assertion-executor" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies] @@ -13,7 +13,7 @@ tracing = "0.1.40" zerocopy = { version = "0.8.3", features = ["derive"] } tempfile = "3.13.0" parking_lot = "0.12.1" -assertion-da-client = { git = "ssh://git@github.com/phylaxsystems/assertion-da.git", tag = "0.1.2" } +assertion-da-client = { git = "https://github.com/phylaxsystems/assertion-da.git", tag = "0.1.2" } bincode = "1.3.3" anyhow = "1.0.89" clap = { version = "4.4.3", features = ["derive"] } @@ -75,10 +75,10 @@ rand = "0.8.0" serde_json = "1.0.133" tempfile = "3.13.0" alloy-eip7702 = "0.5.1" -assertion-da-server = { git = "ssh://git@github.com/phylaxsystems/assertion-da.git", tag = "0.1.2" } +assertion-da-server = { git = "https://github.com/phylaxsystems/assertion-da.git", tag = "0.1.2" } criterion = { version = "0.5.1" } bollard = "0.18" -int-test-utils = { git = "ssh://git@github.com/phylaxsystems/int-test-utils.git", rev = "1c2fd92" } +int-test-utils = { git = "https://github.com/phylaxsystems/int-test-utils.git", rev = "60cd1fa" } assertion-executor = { path = ".", features = ["test"] } futures = "0.3.31"