Skip to content

Commit 4e9ef75

Browse files
authored
Merge pull request #2388 from input-output-hk/jpraynaud/2332-upgrade-dependencies-distribution-2513
Chore: update dependencies for distribution `2513`
2 parents 12cd9c8 + 5a28ae7 commit 4e9ef75

File tree

39 files changed

+2331
-2087
lines changed

39 files changed

+2331
-2087
lines changed

Cargo.lock

Lines changed: 794 additions & 581 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithrildemo"
3-
version = "0.1.48"
3+
version = "0.1.49"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }
@@ -10,14 +10,14 @@ repository = { workspace = true }
1010

1111
[dependencies]
1212
blake2 = "0.10.6"
13-
clap = { version = "4.5.28", features = ["derive"] }
13+
clap = { version = "4.5.32", features = ["derive"] }
1414
hex = "0.4.3"
1515
mithril-common = { path = "../../mithril-common", features = ["fs"] }
1616
mithril-doc = { path = "../../internal/mithril-doc" }
1717
rand_chacha = "0.3.1"
1818
rand_core = "0.6.4"
19-
serde = { version = "1.0.217", features = ["derive"] }
20-
serde_json = "1.0.138"
19+
serde = { version = "1.0.219", features = ["derive"] }
20+
serde_json = "1.0.140"
2121

2222
[target.'cfg(not(windows))'.dependencies]
2323
# non-windows: use default rug backend

docs/website/package-lock.json

Lines changed: 1081 additions & 787 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-doc",
3-
"version": "0.1.52",
3+
"version": "0.1.53",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -24,7 +24,7 @@
2424
"clsx": "^2.1.1",
2525
"react": "^18.3.1",
2626
"react-dom": "^18.3.1",
27-
"redocusaurus": "^2.2.1",
27+
"redocusaurus": "^2.2.2",
2828
"rehype-katex": "^7.0.1",
2929
"remark-math": "^6.0.0"
3030
},
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-cardano-database-v2"
33
description = "Mithril client Cardano database example"
4-
version = "0.0.2"
4+
version = "0.0.3"
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.95"
14-
async-trait = "0.1.86"
15-
clap = { version = "4.5.28", features = ["derive", "env"] }
13+
anyhow = "1.0.97"
14+
async-trait = "0.1.88"
15+
clap = { version = "4.5.32", features = ["derive", "env"] }
1616
futures = "0.3.31"
1717
indicatif = "0.17.11"
1818
mithril-client = { path = "../../mithril-client", features = ["fs", "unstable"] }
19-
tokio = { version = "1.43.0", features = ["full"] }
19+
tokio = { version = "1.44.1", features = ["full"] }
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-cardano-database"
33
description = "Mithril client Cardano database example"
4-
version = "0.1.26"
4+
version = "0.1.27"
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.95"
14-
async-trait = "0.1.86"
15-
clap = { version = "4.5.28", features = ["derive", "env"] }
13+
anyhow = "1.0.97"
14+
async-trait = "0.1.88"
15+
clap = { version = "4.5.32", features = ["derive", "env"] }
1616
futures = "0.3.31"
1717
indicatif = "0.17.11"
1818
mithril-client = { path = "../../mithril-client", features = ["fs"] }
19-
tokio = { version = "1.43.0", features = ["full"] }
19+
tokio = { version = "1.44.1", features = ["full"] }
Lines changed: 4 additions & 4 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.9"
4+
version = "0.1.10"
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.95"
14-
clap = { version = "4.5.28", features = ["derive", "env"] }
13+
anyhow = "1.0.97"
14+
clap = { version = "4.5.32", features = ["derive", "env"] }
1515
mithril-client = { path = "../../mithril-client" }
1616
slog = "2.7.0"
1717
slog-async = "2.8.0"
1818
slog-term = "2.9.1"
19-
tokio = { version = "1.43.0", features = ["full"] }
19+
tokio = { version = "1.44.1", features = ["full"] }
Lines changed: 4 additions & 4 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.19"
4+
version = "0.1.20"
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.95"
14-
clap = { version = "4.5.28", features = ["derive", "env"] }
13+
anyhow = "1.0.97"
14+
clap = { version = "4.5.32", features = ["derive", "env"] }
1515
mithril-client = { path = "../../mithril-client" }
1616
slog = "2.7.0"
1717
slog-async = "2.8.0"
1818
slog-term = "2.9.1"
19-
tokio = { version = "1.43.0", features = ["full"] }
19+
tokio = { version = "1.44.1", features = ["full"] }
Lines changed: 4 additions & 4 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.7"
4+
version = "0.2.8"
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.95"
14-
clap = { version = "4.5.28", features = ["derive", "env"] }
13+
anyhow = "1.0.97"
14+
clap = { version = "4.5.32", features = ["derive", "env"] }
1515
mithril-client = { path = "../../mithril-client" }
1616
slog = "2.7.0"
1717
slog-async = "2.8.0"
1818
slog-term = "2.9.1"
19-
tokio = { version = "1.43.0", features = ["full"] }
19+
tokio = { version = "1.44.1", features = ["full"] }

examples/client-wasm-nodejs/package-lock.json

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

0 commit comments

Comments
 (0)