Skip to content

Commit c6726e8

Browse files
authored
Merge pull request #1919 from input-output-hk/djo/1901/update_dependencies_for_release_2437
Update dependencies for release 2437
2 parents ffdab78 + d64a18b commit c6726e8

File tree

30 files changed

+5922
-7142
lines changed

30 files changed

+5922
-7142
lines changed

Cargo.lock

Lines changed: 532 additions & 714 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithrildemo"
3-
version = "0.1.41"
3+
version = "0.1.42"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }
@@ -9,17 +9,17 @@ license = { workspace = true }
99
repository = { workspace = true }
1010

1111
[dependencies]
12-
base64 = "0.22.0"
12+
base64 = "0.22.1"
1313
blake2 = "0.10.6"
14-
clap = { version = "4.4.18", features = ["derive"] }
14+
clap = { version = "4.5.17", features = ["derive"] }
1515
hex = "0.4.3"
16-
log = "0.4.20"
16+
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.196", features = ["derive"] }
22-
serde_json = "1.0.113"
21+
serde = { version = "1.0.209", features = ["derive"] }
22+
serde_json = "1.0.128"
2323

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

docs/website/package-lock.json

Lines changed: 3131 additions & 1658 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-doc",
3-
"version": "0.1.40",
3+
"version": "0.1.41",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -16,9 +16,9 @@
1616
"pretty:write": "prettier --write '**/*.{js,md}'"
1717
},
1818
"dependencies": {
19-
"@docusaurus/core": "^3.4.0",
20-
"@docusaurus/preset-classic": "^3.4.0",
21-
"@docusaurus/theme-mermaid": "^3.4.0",
19+
"@docusaurus/core": "^3.5.2",
20+
"@docusaurus/preset-classic": "^3.5.2",
21+
"@docusaurus/theme-mermaid": "^3.5.2",
2222
"clsx": "^2.1.1",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",
Lines changed: 5 additions & 5 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.0"
4+
version = "0.1.1"
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.79"
14-
clap = { version = "4.4.18", features = ["derive", "env"] }
13+
anyhow = "1.0.86"
14+
clap = { version = "4.5.17", features = ["derive", "env"] }
1515
mithril-client = { path = "../../mithril-client", features = ["unstable"] }
1616
slog = "2.7.0"
1717
slog-async = "2.8.0"
18-
slog-term = "2.9.0"
19-
tokio = { version = "1.37.0", features = ["full"] }
18+
slog-term = "2.9.1"
19+
tokio = { version = "1.40.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-cardano-transaction"
33
description = "Mithril client cardano-transaction example"
4-
version = "0.1.10"
4+
version = "0.1.11"
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.79"
14-
clap = { version = "4.4.18", features = ["derive", "env"] }
13+
anyhow = "1.0.86"
14+
clap = { version = "4.5.17", features = ["derive", "env"] }
1515
mithril-client = { path = "../../mithril-client", features = ["unstable"] }
1616
slog = "2.7.0"
1717
slog-async = "2.8.0"
18-
slog-term = "2.9.0"
19-
tokio = { version = "1.37.0", features = ["full"] }
18+
slog-term = "2.9.1"
19+
tokio = { version = "1.40.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-mithril-stake-distribution"
33
description = "Mithril client stake distribution 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.79"
14-
clap = { version = "4.4.18", features = ["derive", "env"] }
13+
anyhow = "1.0.86"
14+
clap = { version = "4.5.17", features = ["derive", "env"] }
1515
mithril-client = { path = "../../mithril-client" }
1616
slog = "2.7.0"
1717
slog-async = "2.8.0"
18-
slog-term = "2.9.0"
19-
tokio = { version = "1.37.0", features = ["full"] }
18+
slog-term = "2.9.1"
19+
tokio = { version = "1.40.0", features = ["full"] }
Lines changed: 6 additions & 6 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.15"
4+
version = "0.1.16"
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.79"
14-
async-trait = "0.1.77"
15-
clap = { version = "4.4.18", features = ["derive", "env"] }
13+
anyhow = "1.0.86"
14+
async-trait = "0.1.82"
15+
clap = { version = "4.5.17", features = ["derive", "env"] }
1616
futures = "0.3.30"
17-
indicatif = "0.17.7"
17+
indicatif = "0.17.8"
1818
mithril-client = { path = "../../mithril-client", features = ["fs"] }
19-
tokio = { version = "1.37.0", features = ["full"] }
19+
tokio = { version = "1.40.0", features = ["full"] }

flake.lock

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

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
55
treefmt-nix.url = "github:numtide/treefmt-nix";
66
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
7-
crane.url = "github:ipetkov/crane";
7+
# Latest compatible version of crane with this flake is v0.18.0 with a version of rust of 1.80.0
8+
# TODO: Remove the `?ref=...` and adapt this flake to work with the latest version of crane
9+
crane.url = "github:ipetkov/crane?ref=v0.18.0";
810
crane.inputs.nixpkgs.follows = "nixpkgs";
911
};
1012

0 commit comments

Comments
 (0)