From 77fca6ab1ee1662c81a24f6fd477499e31436c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Anda=20Estensen?= Date: Mon, 27 Jan 2025 11:15:06 +0100 Subject: [PATCH] chore(bolt-boost): pin git dep with tag --- bolt-boost/Cargo.lock | 6 +++--- bolt-boost/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bolt-boost/Cargo.lock b/bolt-boost/Cargo.lock index c5b435641..2fe66ff26 100644 --- a/bolt-boost/Cargo.lock +++ b/bolt-boost/Cargo.lock @@ -1343,7 +1343,7 @@ dependencies = [ [[package]] name = "cb-common" version = "0.5.0" -source = "git+https://github.com/commit-boost/commit-boost-client?rev=v0.5.0#704e9f19719211acfd1697fb8a083c2897aea1a9" +source = "git+https://github.com/commit-boost/commit-boost-client?tag=v0.5.0#704e9f19719211acfd1697fb8a083c2897aea1a9" dependencies = [ "aes 0.8.4", "alloy", @@ -1381,7 +1381,7 @@ dependencies = [ [[package]] name = "cb-metrics" version = "0.5.0" -source = "git+https://github.com/commit-boost/commit-boost-client?rev=v0.5.0#704e9f19719211acfd1697fb8a083c2897aea1a9" +source = "git+https://github.com/commit-boost/commit-boost-client?tag=v0.5.0#704e9f19719211acfd1697fb8a083c2897aea1a9" dependencies = [ "axum 0.7.9", "cb-common", @@ -1395,7 +1395,7 @@ dependencies = [ [[package]] name = "cb-pbs" version = "0.5.0" -source = "git+https://github.com/commit-boost/commit-boost-client?rev=v0.5.0#704e9f19719211acfd1697fb8a083c2897aea1a9" +source = "git+https://github.com/commit-boost/commit-boost-client?tag=v0.5.0#704e9f19719211acfd1697fb8a083c2897aea1a9" dependencies = [ "alloy", "async-trait", diff --git a/bolt-boost/Cargo.toml b/bolt-boost/Cargo.toml index 6588b6d56..dcfdeceab 100644 --- a/bolt-boost/Cargo.toml +++ b/bolt-boost/Cargo.toml @@ -42,8 +42,8 @@ alloy = { version = "0.8.3", features = ["signer-local", "provider-trace-api", " alloy-rlp = "0.3.11" # commit-boost -cb-common = { git = "https://github.com/commit-boost/commit-boost-client", rev = "v0.5.0" } -cb-pbs = { git = "https://github.com/commit-boost/commit-boost-client", rev = "v0.5.0" } +cb-common = { git = "https://github.com/commit-boost/commit-boost-client", tag = "v0.5.0" } +cb-pbs = { git = "https://github.com/commit-boost/commit-boost-client", tag = "v0.5.0" } # other rand = "0.8.5"