diff --git a/Cargo.lock b/Cargo.lock index d14fe3ab5..afd253433 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7220,7 +7220,7 @@ dependencies = [ "sp-runtime 32.0.0", "sp-staking 27.0.0", "sp-std 14.0.0", - "synedrion 0.1.0 (git+https://github.com/entropyxyz/synedrion/?branch=hc/bump-deps-for-no-std-builds)", + "synedrion 0.1.0 (git+https://github.com/entropyxyz/synedrion/?rev=1d210d149dfeb0dca1dd41d7fac4d0bf03c686fa)", ] [[package]] @@ -13979,7 +13979,7 @@ checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" [[package]] name = "synedrion" version = "0.1.0" -source = "git+https://github.com/entropyxyz/synedrion/?branch=hc/bump-deps-for-no-std-builds#9c161a190eba877ca70a85cc0ea1777022baf6bc" +source = "git+https://github.com/entropyxyz/synedrion/?rev=1d210d149dfeb0dca1dd41d7fac4d0bf03c686fa#1d210d149dfeb0dca1dd41d7fac4d0bf03c686fa" dependencies = [ "base64 0.21.7", "bincode 2.0.0-rc.3", diff --git a/pallets/registry/Cargo.toml b/pallets/registry/Cargo.toml index 65bc5c8af..d8825e2a8 100644 --- a/pallets/registry/Cargo.toml +++ b/pallets/registry/Cargo.toml @@ -16,7 +16,7 @@ bip32 ={ version="0.5.2", default-features=false, features=["alloc"] } codec ={ package="parity-scale-codec", version="3.6.3", default-features=false, features=["derive"] } log ={ version="0.4.22", default-features=false } scale-info={ version="2.11", default-features=false, features=["derive"] } -synedrion ={ git="https://github.com/entropyxyz/synedrion/", branch="hc/bump-deps-for-no-std-builds", default-features=false } +synedrion ={ git="https://github.com/entropyxyz/synedrion/", rev="1d210d149dfeb0dca1dd41d7fac4d0bf03c686fa", default-features=false } frame-benchmarking={ version="29.0.0", default-features=false, optional=true } frame-support ={ version="29.0.0", default-features=false }