Skip to content

Commit 8a646ff

Browse files
authored
Merge pull request #2279 from input-output-hk/djo/2207/upgrade-dependencies
Chore: upgrade dependencies
2 parents 2c175d0 + 89ca0a2 commit 8a646ff

File tree

34 files changed

+6710
-7254
lines changed

34 files changed

+6710
-7254
lines changed

Cargo.lock

Lines changed: 2708 additions & 2623 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.47"
3+
version = "0.1.48"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }
@@ -11,15 +11,15 @@ repository = { workspace = true }
1111
[dependencies]
1212
base64 = "0.22.1"
1313
blake2 = "0.10.6"
14-
clap = { version = "4.5.23", features = ["derive"] }
14+
clap = { version = "4.5.28", features = ["derive"] }
1515
hex = "0.4.3"
16-
log = "0.4.22"
16+
log = "0.4.25"
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"
2121
serde = { version = "1.0.217", features = ["derive"] }
22-
serde_json = "1.0.134"
22+
serde_json = "1.0.138"
2323

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

docs/devbook/upgrade-repository-dependencies/upgrade_dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ for package_json_file in $(find . -name package.json | grep -v "/node_modules/"
6464
done
6565

6666
make -C mithril-client-wasm ci-test-install
67-
make -C examples/client-wasm-nodejs ci-test-install
68-
make -C examples/client-wasm-web ci-test-install
67+
make -C examples/client-wasm-nodejs install
68+
make -C examples/client-wasm-web install
6969
make -C mithril-explorer install
7070
make -C docs/website install
7171

docs/website/package-lock.json

Lines changed: 2634 additions & 2264 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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-doc",
3-
"version": "0.1.51",
3+
"version": "0.1.52",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -16,15 +16,15 @@
1616
"pretty:write": "prettier --write '**/*.{js,md}'"
1717
},
1818
"dependencies": {
19-
"@docusaurus/core": "^3.6.3",
20-
"@docusaurus/plugin-client-redirects": "^3.6.3",
21-
"@docusaurus/plugin-sitemap": "^3.6.3",
22-
"@docusaurus/preset-classic": "^3.6.3",
23-
"@docusaurus/theme-mermaid": "^3.6.3",
19+
"@docusaurus/core": "^3.7.0",
20+
"@docusaurus/plugin-client-redirects": "^3.7.0",
21+
"@docusaurus/plugin-sitemap": "^3.7.0",
22+
"@docusaurus/preset-classic": "^3.7.0",
23+
"@docusaurus/theme-mermaid": "^3.7.0",
2424
"clsx": "^2.1.1",
2525
"react": "^18.3.1",
2626
"react-dom": "^18.3.1",
27-
"redocusaurus": "^2.2.0",
27+
"redocusaurus": "^2.2.1",
2828
"rehype-katex": "^7.0.1",
2929
"remark-math": "^6.0.0"
3030
},
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.8"
4+
version = "0.1.9"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"
@@ -11,9 +11,9 @@ repository = "https://github.com/input-output-hk/mithril/"
1111

1212
[dependencies]
1313
anyhow = "1.0.95"
14-
clap = { version = "4.5.23", features = ["derive", "env"] }
14+
clap = { version = "4.5.28", 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.42.0", features = ["full"] }
19+
tokio = { version = "1.43.0", features = ["full"] }
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.18"
4+
version = "0.1.19"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"
@@ -11,9 +11,9 @@ repository = "https://github.com/input-output-hk/mithril/"
1111

1212
[dependencies]
1313
anyhow = "1.0.95"
14-
clap = { version = "4.5.23", features = ["derive", "env"] }
14+
clap = { version = "4.5.28", 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.42.0", features = ["full"] }
19+
tokio = { version = "1.43.0", features = ["full"] }
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.6"
4+
version = "0.2.7"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"
@@ -11,9 +11,9 @@ repository = "https://github.com/input-output-hk/mithril/"
1111

1212
[dependencies]
1313
anyhow = "1.0.95"
14-
clap = { version = "4.5.23", features = ["derive", "env"] }
14+
clap = { version = "4.5.28", 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.42.0", features = ["full"] }
19+
tokio = { version = "1.43.0", 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-snapshot"
33
description = "Mithril client snapshot example"
4-
version = "0.1.23"
4+
version = "0.1.24"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"
@@ -11,9 +11,9 @@ repository = "https://github.com/input-output-hk/mithril/"
1111

1212
[dependencies]
1313
anyhow = "1.0.95"
14-
async-trait = "0.1.83"
15-
clap = { version = "4.5.23", features = ["derive", "env"] }
14+
async-trait = "0.1.86"
15+
clap = { version = "4.5.28", features = ["derive", "env"] }
1616
futures = "0.3.31"
17-
indicatif = "0.17.9"
17+
indicatif = "0.17.11"
1818
mithril-client = { path = "../../mithril-client", features = ["fs"] }
19-
tokio = { version = "1.42.0", features = ["full"] }
19+
tokio = { version = "1.43.0", features = ["full"] }

examples/client-wasm-nodejs/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.

0 commit comments

Comments
 (0)