Skip to content

Commit a142158

Browse files
authored
Merge pull request #1445 from input-output-hk/jpraynaud/upgrade-dependencies-2024-01-18
2 parents 56187b1 + 66975ee commit a142158

File tree

20 files changed

+879
-998
lines changed

20 files changed

+879
-998
lines changed

Cargo.lock

Lines changed: 265 additions & 394 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithrildemo"
3-
version = "0.1.26"
3+
version = "0.1.27"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

docs/website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-doc",
3-
"version": "0.1.31",
3+
"version": "0.1.32",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -14,9 +14,9 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "^3.0.1",
18-
"@docusaurus/preset-classic": "^3.0.1",
19-
"@docusaurus/theme-mermaid": "^3.0.1",
17+
"@docusaurus/core": "^3.1.0",
18+
"@docusaurus/preset-classic": "^3.1.0",
19+
"@docusaurus/theme-mermaid": "^3.1.0",
2020
"@mdx-js/react": "^1.6.22",
2121
"clsx": "^1.1.1",
2222
"react": "^18.2.0",
@@ -35,4 +35,4 @@
3535
"last 1 safari version"
3636
]
3737
}
38-
}
38+
}

docs/website/yarn.lock

Lines changed: 449 additions & 448 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
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.4"
4+
version = "0.1.5"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

examples/client-snapshot/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.4"
4+
version = "0.1.5"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

flake.lock

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

mithril-aggregator/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator"
3-
version = "0.4.26"
3+
version = "0.4.27"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }
@@ -45,7 +45,7 @@ warp = "0.3.6"
4545
zstd = { version = "0.13.0", features = ["zstdmt"] }
4646

4747
[dev-dependencies]
48-
httpmock = "0.6.8"
48+
httpmock = "0.7.0"
4949
mithril-common = { path = "../mithril-common", features = [
5050
"allow_skip_signer_certification",
5151
"test_tools",

mithril-client-cli/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-client-cli"
3-
version = "0.5.16"
3+
version = "0.5.17"
44
description = "A Mithril Client"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-wasm/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-client-wasm"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Mithril client WASM"
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)