Skip to content

Commit

Permalink
Merge pull request #1858 from input-output-hk/jpraynaud/1830-update-r…
Browse files Browse the repository at this point in the history
…ust-dependencies

Upgrade Rust dependencies
  • Loading branch information
jpraynaud authored Jul 26, 2024
2 parents 15873d1 + 8dbb76a commit a84e004
Show file tree
Hide file tree
Showing 20 changed files with 251 additions and 274 deletions.
437 changes: 207 additions & 230 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/protocol-demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithrildemo"
version = "0.1.39"
version = "0.1.40"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion examples/client-cardano-transaction/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "client-cardano-transaction"
description = "Mithril client cardano-transaction example"
version = "0.1.9"
version = "0.1.10"
authors = ["[email protected]", "[email protected]"]
documentation = "https://mithril.network/doc"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion examples/client-mithril-stake-distribution/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "client-mithril-stake-distribution"
description = "Mithril client stake distribution example"
version = "0.1.15"
version = "0.1.16"
authors = ["[email protected]", "[email protected]"]
documentation = "https://mithril.network/doc"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion examples/client-snapshot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "client-snapshot"
description = "Mithril client snapshot example"
version = "0.1.14"
version = "0.1.15"
authors = ["[email protected]", "[email protected]"]
documentation = "https://mithril.network/doc"
edition = "2021"
Expand Down
18 changes: 9 additions & 9 deletions flake.lock

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

2 changes: 1 addition & 1 deletion internal/mithril-build-script/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-build-script"
version = "0.2.7"
version = "0.2.8"
description = "A toolbox for Mithril crates build scripts"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion internal/mithril-doc-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-doc-derive"
version = "0.1.7"
version = "0.1.8"
description = "An internal macro to support documentation generation."
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion internal/mithril-doc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-doc"
version = "0.1.8"
version = "0.1.9"
description = "An internal crate to generate documentation."
authors = { workspace = true }
edition = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions internal/mithril-persistence/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-persistence"
version = "0.2.20"
version = "0.2.21"
description = "Common types, interfaces, and utilities to persist data for Mithril nodes."
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -28,7 +28,7 @@ tokio = { version = "1.37.0", features = ["sync"] }

[dev-dependencies]
mithril-common = { path = "../../mithril-common", features = ["test_tools"] }
mockall = "0.12.1"
mockall = "0.13.0"
slog-async = "2.8.0"
slog-scope = "4.4.0"
slog-term = "2.9.0"
Expand Down
8 changes: 4 additions & 4 deletions mithril-aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-aggregator"
version = "0.5.49"
version = "0.5.50"
description = "A Mithril Aggregator server"
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -29,7 +29,7 @@ hex = "0.4.3"
mithril-common = { path = "../mithril-common", features = ["full"] }
mithril-doc = { path = "../internal/mithril-doc" }
mithril-persistence = { path = "../internal/mithril-persistence" }
openssl = { version = "0.10.63", features = ["vendored"], optional = true }
openssl = { version = "0.10.66", features = ["vendored"], optional = true }
openssl-probe = { version = "0.1.5", optional = true }
rayon = "1.10.0"
reqwest = { version = "0.12.0", features = ["json"] }
Expand All @@ -56,7 +56,7 @@ warp = "0.3.6"
zstd = { version = "0.13.0", features = ["zstdmt"] }

[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemallocator = { version = "0.5.4", optional = true }
tikv-jemallocator = { version = "0.6.0", optional = true }

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
Expand All @@ -65,7 +65,7 @@ mithril-common = { path = "../mithril-common", features = [
"allow_skip_signer_certification",
"test_tools",
] }
mockall = "0.12.1"
mockall = "0.13.0"
slog-term = "2.9.0"
tempfile = "3.9.0"

Expand Down
4 changes: 2 additions & 2 deletions mithril-client-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client-cli"
version = "0.9.8"
version = "0.9.9"
description = "A Mithril Client"
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -34,7 +34,7 @@ human_bytes = { version = "0.4.3", features = ["fast"] }
indicatif = { version = "0.17.7", features = ["tokio"] }
mithril-client = { path = "../mithril-client", features = ["fs", "unstable"] }
mithril-doc = { path = "../internal/mithril-doc" }
openssl = { version = "0.10.63", features = ["vendored"], optional = true }
openssl = { version = "0.10.66", features = ["vendored"], optional = true }
openssl-probe = { version = "0.1.5", optional = true }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
Expand Down
2 changes: 1 addition & 1 deletion mithril-client-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client-wasm"
version = "0.3.7"
version = "0.3.8"
description = "Mithril client WASM"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions mithril-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client"
version = "0.8.9"
version = "0.8.10"
description = "Mithril client library"
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -72,7 +72,7 @@ mithril-common = { path = "../mithril-common", version = "=0.4", features = [
"random",
"test_tools",
] }
mockall = "0.12.1"
mockall = "0.13.0"
slog-async = "2.8.0"
slog-scope = "4.4.0"
slog-term = "2.9.0"
Expand Down
18 changes: 9 additions & 9 deletions mithril-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-common"
version = "0.4.37"
version = "0.4.38"
description = "Common types, interfaces, and utilities for Mithril nodes."
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -48,12 +48,12 @@ kes-summed-ed25519 = { version = "0.2.1", features = [
"sk_clone_enabled",
] }
nom = "7.1.3"
pallas-addresses = { version = "0.28.0", optional = true }
pallas-codec = { version = "0.28.0", optional = true }
pallas-hardano = { version = "0.28.0", optional = true }
pallas-network = { version = "0.28.0", optional = true }
pallas-primitives = { version = "0.28.0", optional = true }
pallas-traverse = { version = "0.28.0", optional = true }
pallas-addresses = { version = "0.29.0", optional = true }
pallas-codec = { version = "0.29.0", optional = true }
pallas-hardano = { version = "0.29.0", optional = true }
pallas-network = { version = "0.29.0", optional = true }
pallas-primitives = { version = "0.29.0", optional = true }
pallas-traverse = { version = "0.29.0", optional = true }
rand_chacha = "0.3.1"
rand_core = "0.6.4"
rayon = "1.8.1"
Expand Down Expand Up @@ -92,8 +92,8 @@ wasm-bindgen = "0.2.90"

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
mockall = "0.12.1"
pallas-crypto = "0.28.0"
mockall = "0.13.0"
pallas-crypto = "0.29.0"
rand_core = { version = "0.6.4", features = ["getrandom"] }
reqwest = { version = "0.12.0", features = ["json"] }
slog-async = "2.8.0"
Expand Down
2 changes: 1 addition & 1 deletion mithril-relay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-relay"
version = "0.1.21"
version = "0.1.22"
description = "A Mithril relay"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
8 changes: 4 additions & 4 deletions mithril-signer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-signer"
version = "0.2.169"
version = "0.2.170"
description = "A Mithril Signer"
authors = { workspace = true }
edition = { workspace = true }
Expand All @@ -19,7 +19,7 @@ hex = "0.4.3"
mithril-common = { path = "../mithril-common", features = ["full"] }
mithril-doc = { path = "../internal/mithril-doc" }
mithril-persistence = { path = "../internal/mithril-persistence" }
openssl = { version = "0.10.63", features = ["vendored"], optional = true }
openssl = { version = "0.10.66", features = ["vendored"], optional = true }
openssl-probe = { version = "0.1.5", optional = true }
prometheus = "0.13.3"
rand_chacha = "0.3.1"
Expand All @@ -39,12 +39,12 @@ thiserror = "1.0.56"
tokio = { version = "1.37.0", features = ["full"] }

[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemallocator = { version = "0.5.4", optional = true }
tikv-jemallocator = { version = "0.6.0", optional = true }

[dev-dependencies]
httpmock = "0.7.0"
mithril-common = { path = "../mithril-common" }
mockall = "0.12.1"
mockall = "0.13.0"
prometheus-parse = "0.2.5"
slog-term = "2.9.0"

Expand Down
2 changes: 1 addition & 1 deletion mithril-stm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-stm"
version = "0.3.25"
version = "0.3.26"
edition = { workspace = true }
authors = { workspace = true }
homepage = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-test-lab/mithril-aggregator-fake/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-aggregator-fake"
version = "0.3.5"
version = "0.3.6"
description = "Mithril Fake Aggregator for client testing"
authors = { workspace = true }
documentation = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-test-lab/mithril-end-to-end/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-end-to-end"
version = "0.4.23"
version = "0.4.24"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand Down

0 comments on commit a84e004

Please sign in to comment.