Skip to content

Commit 4e846ee

Browse files
committed
refactor: move ciborium to workspace dependencies
1 parent 328062c commit 4e846ee

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ async-trait = "0.1.89"
5757
chrono = { version = "0.4.45", features = ["serde"] }
5858
clap = { version = "4.6.1", features = ["derive", "env"] }
5959
config = "0.15.25"
60+
ciborium = "0.2.2"
6061
digest = { version = "0.10.7", features = ["alloc"] }
6162
hex = "0.4.3"
6263
mockall = "0.15.0"

internal/mithril-protocol-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include = ["**/*.rs", "Cargo.toml", "README.md", ".gitignore"]
1212
[dependencies]
1313
anyhow = { workspace = true }
1414
async-trait = { workspace = true }
15-
ciborium = "0.2.2"
15+
ciborium = { workspace = true }
1616
fixed = "1.31.0"
1717
hex = { workspace = true }
1818
mithril-aggregator-client = { path = "../mithril-aggregator-client" }

mithril-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ bech32 = "0.12.0"
3939
bincode = { version = "=2.0.1", features = ["serde"] }
4040
blake2 = "0.10.6"
4141
chrono = { workspace = true }
42-
ciborium = "0.2.2"
42+
ciborium = { workspace = true }
4343
digest = { workspace = true }
4444
ed25519-dalek = { version = "2.2.0", features = ["rand_core", "serde"] }
4545
fixed = "1.31.0"

mithril-stm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ anyhow = { workspace = true }
4646
blake2 = "0.10.6"
4747
# Enforce blst portable feature for runtime detection of Intel ADX instruction set.
4848
blst = { version = "0.3.16", features = ["portable"] }
49-
ciborium = "0.2.2"
49+
ciborium = { workspace = true }
5050
digest = { workspace = true }
5151
ff = { version = "0.13.1", optional = true }
5252
group = { version = "0.13.0", optional = true }

0 commit comments

Comments
 (0)