Skip to content

Commit 5a699e2

Browse files
authored
Merge pull request #2644 from input-output-hk/jpraynaud/2625-upgrade-dependencies-2530
Chore: update dependencies for distribution `2530`
2 parents d8ac86c + d1d63cf commit 5a699e2

File tree

22 files changed

+2907
-3683
lines changed

22 files changed

+2907
-3683
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ anyhow = "1.0.98"
5050
async-recursion = "1.1.1"
5151
async-trait = "0.1.88"
5252
chrono = { version = "0.4.41", features = ["serde"] }
53-
clap = { version = "4.5.39", features = ["derive", "env"] }
54-
config = "0.15.11"
53+
clap = { version = "4.5.41", features = ["derive", "env"] }
54+
config = "0.15.13"
5555
digest = { version = "0.10.7", features = ["alloc"] }
5656
hex = "0.4.3"
5757
mockall = "0.13.1"
5858
rand_chacha = "0.3.1"
5959
rand_core = { version = "0.6.4", features = ["std"] }
6060
rayon = "1.10.0"
61-
reqwest = { version = "0.12.19", default-features = false, features = ["json"] }
61+
reqwest = { version = "0.12.22", default-features = false, features = ["json"] }
6262
semver = "1.0.26"
6363
serde = { version = "1.0.219", features = ["derive", "rc"] }
6464
serde_json = "1.0.140"
@@ -68,6 +68,6 @@ slog-bunyan = "2.5.0"
6868
slog-term = "2.9.1"
6969
strum = { version = "0.27.1", features = ["derive"] }
7070
thiserror = "2.0.12"
71-
tokio = { version = "1.45.1", features = ["rt", "sync", "time"] }
71+
tokio = { version = "1.46.1", features = ["rt", "sync", "time"] }
7272
tracing = "0.1.41"
7373
warp = "0.3.7"

docs/website/package-lock.json

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

examples/client-cardano-database-v2/Cargo.toml

Lines changed: 2 additions & 2 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.11"
4+
version = "0.0.12"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"
@@ -14,6 +14,6 @@ anyhow = { workspace = true }
1414
async-trait = { workspace = true }
1515
clap = { workspace = true }
1616
futures = "0.3.31"
17-
indicatif = "0.17.11"
17+
indicatif = "0.18.0"
1818
mithril-client = { path = "../../mithril-client", features = ["fs"] }
1919
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }

examples/client-cardano-database/Cargo.toml

Lines changed: 2 additions & 2 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.35"
4+
version = "0.1.36"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"
@@ -14,6 +14,6 @@ anyhow = { workspace = true }
1414
async-trait = { workspace = true }
1515
clap = { workspace = true }
1616
futures = "0.3.31"
17-
indicatif = "0.17.11"
17+
indicatif = "0.18.0"
1818
mithril-client = { path = "../../mithril-client", features = ["fs"] }
1919
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }

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.

examples/client-wasm-nodejs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client-wasm-nodejs",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -12,6 +12,6 @@
1212
"@mithril-dev/mithril-client-wasm": "file:../../mithril-client-wasm"
1313
},
1414
"devDependencies": {
15-
"prettier": "^3.5.3"
15+
"prettier": "^3.6.2"
1616
}
1717
}

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

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

examples/client-wasm-web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client-wasm-web",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"private": true,
55
"scripts": {
66
"build": "webpack --config webpack.config.js",
@@ -13,9 +13,9 @@
1313
},
1414
"devDependencies": {
1515
"copy-webpack-plugin": "^13.0.0",
16-
"prettier": "^3.5.3",
17-
"webpack": "^5.99.9",
16+
"prettier": "^3.6.2",
17+
"webpack": "^5.100.2",
1818
"webpack-cli": "^6.0.1",
19-
"webpack-dev-server": "^5.2.1"
19+
"webpack-dev-server": "^5.2.2"
2020
}
2121
}

flake.lock

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

0 commit comments

Comments
 (0)