Skip to content

Chore: update dependencies for distribution 2442 #2004

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
915 changes: 606 additions & 309 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 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.42"
version = "0.1.43"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand All @@ -11,14 +11,14 @@ repository = { workspace = true }
[dependencies]
base64 = "0.22.1"
blake2 = "0.10.6"
clap = { version = "4.5.17", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
hex = "0.4.3"
log = "0.4.22"
mithril-common = { path = "../../mithril-common", features = ["fs"] }
mithril-doc = { path = "../../internal/mithril-doc" }
rand_chacha = "0.3.1"
rand_core = "0.6.4"
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"

[target.'cfg(not(windows))'.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions docs/website/package-lock.json

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

2 changes: 1 addition & 1 deletion docs/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mithril-doc",
"version": "0.1.42",
"version": "0.1.43",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
6 changes: 3 additions & 3 deletions examples/client-cardano-stake-distribution/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "client-cardano-stake-distribution"
description = "Mithril client cardano stake distribution example"
version = "0.1.1"
version = "0.1.2"
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
documentation = "https://mithril.network/doc"
edition = "2021"
Expand All @@ -10,8 +10,8 @@ license = "Apache-2.0"
repository = "https://github.com/input-output-hk/mithril/"

[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.17", features = ["derive", "env"] }
anyhow = "1.0.89"
clap = { version = "4.5.20", features = ["derive", "env"] }
mithril-client = { path = "../../mithril-client", features = ["unstable"] }
slog = "2.7.0"
slog-async = "2.8.0"
Expand Down
6 changes: 3 additions & 3 deletions 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.12"
version = "0.1.13"
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
documentation = "https://mithril.network/doc"
edition = "2021"
Expand All @@ -10,8 +10,8 @@ license = "Apache-2.0"
repository = "https://github.com/input-output-hk/mithril/"

[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.17", features = ["derive", "env"] }
anyhow = "1.0.89"
clap = { version = "4.5.20", features = ["derive", "env"] }
mithril-client = { path = "../../mithril-client" }
slog = "2.7.0"
slog-async = "2.8.0"
Expand Down
6 changes: 3 additions & 3 deletions 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.2.0"
version = "0.2.1"
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
documentation = "https://mithril.network/doc"
edition = "2021"
Expand All @@ -10,8 +10,8 @@ license = "Apache-2.0"
repository = "https://github.com/input-output-hk/mithril/"

[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.17", features = ["derive", "env"] }
anyhow = "1.0.89"
clap = { version = "4.5.20", features = ["derive", "env"] }
mithril-client = { path = "../../mithril-client" }
slog = "2.7.0"
slog-async = "2.8.0"
Expand Down
10 changes: 5 additions & 5 deletions 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.16"
version = "0.1.17"
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
documentation = "https://mithril.network/doc"
edition = "2021"
Expand All @@ -10,10 +10,10 @@ license = "Apache-2.0"
repository = "https://github.com/input-output-hk/mithril/"

[dependencies]
anyhow = "1.0.86"
async-trait = "0.1.82"
clap = { version = "4.5.17", features = ["derive", "env"] }
futures = "0.3.30"
anyhow = "1.0.89"
async-trait = "0.1.83"
clap = { version = "4.5.20", features = ["derive", "env"] }
futures = "0.3.31"
indicatif = "0.17.8"
mithril-client = { path = "../../mithril-client", features = ["fs"] }
tokio = { version = "1.40.0", features = ["full"] }
32 changes: 16 additions & 16 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.10"
version = "0.2.11"
description = "A toolbox for Mithril crates build scripts"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions 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.9"
version = "0.1.10"
description = "An internal macro to support documentation generation."
authors = { workspace = true }
edition = { workspace = true }
Expand All @@ -13,7 +13,7 @@ proc-macro = true

[dependencies]
quote = "1.0.37"
syn = { version = "2.0.77", features = ["full"] }
syn = { version = "2.0.79", features = ["full"] }

[features]
default = []
6 changes: 3 additions & 3 deletions 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.10"
version = "0.1.11"
description = "An internal crate to generate documentation."
authors = { workspace = true }
edition = { workspace = true }
Expand All @@ -10,12 +10,12 @@ repository = { workspace = true }
include = ["**/*.rs", "Cargo.toml", "README.md", ".gitignore"]

[dependencies]
clap = { version = "4.5.17", features = ["derive", "env"] }
clap = { version = "4.5.20", features = ["derive", "env"] }
config = "0.14.0"
mithril-doc-derive = { path = "../mithril-doc-derive" }

[dev-dependencies]
regex = "1.10.6"
regex = "1.11.0"

[features]
default = []
10 changes: 5 additions & 5 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.28"
version = "0.2.29"
description = "Common types, interfaces, and utilities to persist data for Mithril nodes."
authors = { workspace = true }
edition = { workspace = true }
Expand All @@ -12,18 +12,18 @@ repository = { workspace = true }
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
anyhow = "1.0.86"
async-trait = "0.1.82"
anyhow = "1.0.89"
async-trait = "0.1.83"
chrono = { version = "0.4.38", features = ["serde"] }
hex = "0.4.3"
mithril-common = { path = "../../mithril-common", features = ["fs"] }
semver = "1.0.23"
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
sha2 = "0.10.8"
slog = "2.7.0"
sqlite = { version = "0.36.1", features = ["bundled"] }
thiserror = "1.0.63"
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = ["sync"] }

[dev-dependencies]
Expand Down
20 changes: 10 additions & 10 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.81"
version = "0.5.82"
description = "A Mithril Aggregator server"
authors = { workspace = true }
edition = { workspace = true }
Expand All @@ -18,23 +18,23 @@ name = "cardano_transactions_get"
harness = false

[dependencies]
anyhow = "1.0.86"
async-trait = "0.1.82"
anyhow = "1.0.89"
async-trait = "0.1.83"
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.17", features = ["derive", "env", "cargo"] }
clap = { version = "4.5.20", features = ["derive", "env", "cargo"] }
cloud-storage = "0.11.1"
config = "0.14.0"
flate2 = "1.0.33"
flate2 = "1.0.34"
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.66", features = ["vendored"], optional = true }
openssl-probe = { version = "0.1.5", optional = true }
rayon = "1.10.0"
reqwest = { version = "0.12.7", features = ["json"] }
reqwest = { version = "0.12.8", features = ["json"] }
semver = "1.0.23"
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde_yaml = "0.9.34"
sha2 = "0.10.8"
Expand All @@ -45,8 +45,8 @@ slog = { version = "2.7.0", features = [
slog-async = "2.8.0"
slog-bunyan = "2.5.0"
sqlite = { version = "0.36.1", features = ["bundled"] }
tar = "0.4.41"
thiserror = "1.0.63"
tar = "0.4.42"
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = ["full"] }
tokio-util = { version = "0.7.12", features = ["codec"] }
typetag = "0.2.18"
Expand All @@ -71,7 +71,7 @@ mithril-common = { path = "../mithril-common", features = [
mockall = "0.13.0"
slog-scope = "4.4.0"
slog-term = "2.9.1"
tempfile = "3.12.0"
tempfile = "3.13.0"

[features]
default = ["jemallocator"]
Expand Down
14 changes: 7 additions & 7 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.14"
version = "0.9.15"
description = "A Mithril Client"
authors = { workspace = true }
edition = { workspace = true }
Expand All @@ -22,21 +22,21 @@ Run `mithril-client --help` to display the available options."""
assets = [["../target/release/mithril-client", "usr/bin/", "755"]]

[dependencies]
anyhow = "1.0.86"
async-trait = "0.1.82"
anyhow = "1.0.89"
async-trait = "0.1.83"
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.17", features = ["derive", "env"] }
clap = { version = "4.5.20", features = ["derive", "env"] }
cli-table = "0.4.9"
config = "0.14.0"
fs2 = "0.4.3"
futures = "0.3.30"
futures = "0.3.31"
human_bytes = { version = "0.4.3", features = ["fast"] }
indicatif = { version = "0.17.8", features = ["tokio"] }
mithril-client = { path = "../mithril-client", features = ["fs", "unstable"] }
mithril-doc = { path = "../internal/mithril-doc" }
openssl = { version = "0.10.66", features = ["vendored"], optional = true }
openssl-probe = { version = "0.1.5", optional = true }
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
slog = { version = "2.7.0", features = [
"max_level_trace",
Expand All @@ -46,7 +46,7 @@ slog-async = "2.8.0"
slog-bunyan = "2.5.0"
slog-scope = "4.4.0"
slog-term = "2.9.1"
thiserror = "1.0.63"
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = ["full"] }

[dev-dependencies]
Expand Down
Loading
Loading