Skip to content

Commit

Permalink
Merge branch 'levsha/chore-IDX-3017-Move-rcgen-to-the-workspace-to-ke…
Browse files Browse the repository at this point in the history
…ep-the-same-version' into 'master'

chore(IDX-3017): Move rcgen to the workspace to keep the same version

 

See merge request dfinity-lab/public/ic!16558
  • Loading branch information
rumenov committed Dec 7, 2023
2 parents 9d0e5f7 + 4ad1af1 commit a592071
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 39 deletions.
43 changes: 10 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -478,6 +478,7 @@ prometheus-http-query = { version = "0.6.6", default_features = false, features
] }
prost = "0.12.3"
prost-build = "0.12.3"
rcgen = { version = "0.11.1", features = ["zeroize"] }
reqwest = { version = "0.11.22", default-features = false, features = [
"blocking",
"json",
Expand Down
Expand Up @@ -30,7 +30,7 @@ opentelemetry = { version = "0.20", features = ["metrics"] }
opentelemetry-prometheus = "0.13.0"
pem = "1.1.0"
prometheus = { workspace = true }
rcgen = "0.10.0"
rcgen = { workspace = true }
reqwest = { workspace = true }
serde = { workspace = true }
serde_cbor = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion rs/boundary_node/ic_boundary/Cargo.toml
Expand Up @@ -55,7 +55,7 @@ moka = { version = "0.12", features = ["future"] }
prometheus = { workspace = true }
rand = "0.8.4"
rayon = "1.5.3"
rcgen = "0.10.0"
rcgen = { workspace = true }
regex = "1.3.9"
# same feature as in bazel
reqwest = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion rs/crypto/internal/crypto_lib/tls/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ ic-crypto-internal-basic-sig-ed25519 = { path = "../basic_sig/ed25519" }
ic-crypto-secrets-containers = { path = "../../../secrets_containers" }
ic-types = { path = "../../../../types/types" }
rand = "0.8"
rcgen = { version = "0.11.1", features = ["zeroize"] }
rcgen = { workspace = true }
serde = { workspace = true }
time = "0.3.20"
zeroize = { version = "1.4.3", features = ["zeroize_derive"] }
Expand Down
2 changes: 1 addition & 1 deletion rs/crypto/internal/crypto_service_provider/Cargo.toml
Expand Up @@ -44,7 +44,7 @@ prost = { workspace = true }
rand = "0.8"
rand_chacha = "0.3"
rayon = "1.8"
rcgen = "0.10.0"
rcgen = { workspace = true }
serde = { workspace = true }
serde_bytes = { workspace = true }
serde_cbor = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion rs/rust_canisters/canister_test/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ description.workspace = true
documentation.workspace = true

[dependencies]
backoff = "0.3.0"
backoff = { workspace = true }
candid = { workspace = true }
cargo_metadata = "0.14.2"
dfn_candid={path="../dfn_candid"}
Expand Down
2 changes: 1 addition & 1 deletion rs/tests/Cargo.toml
Expand Up @@ -131,7 +131,7 @@ quickcheck = "1.0.3"
rand = "0.8"
rand_chacha = "0.3"
rayon = "1"
rcgen = "0.10.0"
rcgen = { workspace = true }
regex = "1.5.0"
registry-canister = { path = "../registry/canister" }
reqwest = { workspace = true }
Expand Down

0 comments on commit a592071

Please sign in to comment.