Skip to content

Commit 70b0fea

Browse files
authored
Merge pull request #2004 from input-output-hk/jpraynaud/1943-update-depedencies-distribution-2442
Chore: update dependencies for distribution `2442`
2 parents 0dbfeab + 376c2ad commit 70b0fea

File tree

30 files changed

+2188
-1541
lines changed

30 files changed

+2188
-1541
lines changed

Cargo.lock

Lines changed: 606 additions & 309 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/protocol-demo/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithrildemo"
3-
version = "0.1.42"
3+
version = "0.1.43"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }
@@ -11,14 +11,14 @@ repository = { workspace = true }
1111
[dependencies]
1212
base64 = "0.22.1"
1313
blake2 = "0.10.6"
14-
clap = { version = "4.5.17", features = ["derive"] }
14+
clap = { version = "4.5.20", features = ["derive"] }
1515
hex = "0.4.3"
1616
log = "0.4.22"
1717
mithril-common = { path = "../../mithril-common", features = ["fs"] }
1818
mithril-doc = { path = "../../internal/mithril-doc" }
1919
rand_chacha = "0.3.1"
2020
rand_core = "0.6.4"
21-
serde = { version = "1.0.209", features = ["derive"] }
21+
serde = { version = "1.0.210", features = ["derive"] }
2222
serde_json = "1.0.128"
2323

2424
[target.'cfg(not(windows))'.dependencies]

docs/website/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-doc",
3-
"version": "0.1.42",
3+
"version": "0.1.43",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

examples/client-cardano-stake-distribution/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-cardano-stake-distribution"
33
description = "Mithril client cardano stake distribution example"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"
@@ -10,8 +10,8 @@ license = "Apache-2.0"
1010
repository = "https://github.com/input-output-hk/mithril/"
1111

1212
[dependencies]
13-
anyhow = "1.0.86"
14-
clap = { version = "4.5.17", features = ["derive", "env"] }
13+
anyhow = "1.0.89"
14+
clap = { version = "4.5.20", features = ["derive", "env"] }
1515
mithril-client = { path = "../../mithril-client", features = ["unstable"] }
1616
slog = "2.7.0"
1717
slog-async = "2.8.0"

examples/client-cardano-transaction/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-cardano-transaction"
33
description = "Mithril client cardano-transaction example"
4-
version = "0.1.12"
4+
version = "0.1.13"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"
@@ -10,8 +10,8 @@ license = "Apache-2.0"
1010
repository = "https://github.com/input-output-hk/mithril/"
1111

1212
[dependencies]
13-
anyhow = "1.0.86"
14-
clap = { version = "4.5.17", features = ["derive", "env"] }
13+
anyhow = "1.0.89"
14+
clap = { version = "4.5.20", features = ["derive", "env"] }
1515
mithril-client = { path = "../../mithril-client" }
1616
slog = "2.7.0"
1717
slog-async = "2.8.0"

examples/client-mithril-stake-distribution/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-mithril-stake-distribution"
33
description = "Mithril client stake distribution example"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"
@@ -10,8 +10,8 @@ license = "Apache-2.0"
1010
repository = "https://github.com/input-output-hk/mithril/"
1111

1212
[dependencies]
13-
anyhow = "1.0.86"
14-
clap = { version = "4.5.17", features = ["derive", "env"] }
13+
anyhow = "1.0.89"
14+
clap = { version = "4.5.20", features = ["derive", "env"] }
1515
mithril-client = { path = "../../mithril-client" }
1616
slog = "2.7.0"
1717
slog-async = "2.8.0"
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-snapshot"
33
description = "Mithril client snapshot example"
4-
version = "0.1.16"
4+
version = "0.1.17"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"
@@ -10,10 +10,10 @@ license = "Apache-2.0"
1010
repository = "https://github.com/input-output-hk/mithril/"
1111

1212
[dependencies]
13-
anyhow = "1.0.86"
14-
async-trait = "0.1.82"
15-
clap = { version = "4.5.17", features = ["derive", "env"] }
16-
futures = "0.3.30"
13+
anyhow = "1.0.89"
14+
async-trait = "0.1.83"
15+
clap = { version = "4.5.20", features = ["derive", "env"] }
16+
futures = "0.3.31"
1717
indicatif = "0.17.8"
1818
mithril-client = { path = "../../mithril-client", features = ["fs"] }
1919
tokio = { version = "1.40.0", features = ["full"] }

flake.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/mithril-build-script/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-build-script"
3-
version = "0.2.10"
3+
version = "0.2.11"
44
description = "A toolbox for Mithril crates build scripts"
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)