diff --git a/Cargo.toml b/Cargo.toml index 6e031db..5ea85d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,11 +28,11 @@ cfg-if = "1.0" futures = "0.3" indexmap = "2.6" -cloud-util = { package = "cloud-util", git = "https://github.com/cita-cloud/cloud-common-rs" } -cita_cloud_proto = { package = "cita_cloud_proto", git = "https://github.com/cita-cloud/cloud-common-rs" } +cloud-util = "=0.8.2" +cita_cloud_proto = "=6.7.4" -crypto_sm = { git = "https://github.com/cita-cloud/crypto_sm", package = "crypto", optional = true } -crypto_eth = { git = "https://github.com/cita-cloud/crypto_eth", package = "crypto", optional = true } +crypto_sm = { git = "https://github.com/cita-cloud/crypto_sm", package = "crypto", optional = true, branch = "v6.7.4" } +crypto_eth = { git = "https://github.com/cita-cloud/crypto_eth", package = "crypto", optional = true, branch = "v6.7.4" } [profile.release.package."*"] # Set the default for dependencies.