-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore: update dependencies for distribution 2442
#2004
Chore: update dependencies for distribution 2442
#2004
Conversation
8571ed6
to
129a8b8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems there are issues in the runbook and its script. I have created a branch to address this.
I am currently checking to ensure it works correctly.
Which has been replaced by 'jsonschema::Validator'.
By running 'make upgrade-www-deps' command.
By running 'make upgrade' command.
By running: - 'make www-install' command in 'mithril-client-wasm'. - 'make www-test-install' command in 'mithril-client-wasm'. - 'make install' command in 'mithril-explorer'. - 'make install' command in 'docs/website'.
By running 'nix flake update' command.
129a8b8
to
376c2ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Content
This PR upgrades the repository dependencies to their latest version in preparation of the distribution
2442
by running the upgrade script from the runbook.Version Updates:
demo/protocol-demo/Cargo.toml
: Updated package version to0.1.43
.docs/website/package.json
: Updated package version to0.1.43
.examples/client-cardano-stake-distribution/Cargo.toml
: Updated package version to0.1.2
.examples/client-cardano-transaction/Cargo.toml
: Updated package version to0.1.13
.examples/client-mithril-stake-distribution/Cargo.toml
: Updated package version to0.2.1
.examples/client-snapshot/Cargo.toml
: Updated package version to0.1.17
.internal/mithril-build-script/Cargo.toml
: Updated package version to0.2.11
.internal/mithril-doc-derive/Cargo.toml
: Updated package version to0.1.10
.internal/mithril-doc/Cargo.toml
: Updated package version to0.1.11
.internal/mithril-persistence/Cargo.toml
: Updated package version to0.2.29
.mithril-aggregator/Cargo.toml
: Updated package version to0.5.81
.mithril-client-cli/Cargo.toml
: Updated package version to0.9.15
.mithril-client-wasm/Cargo.toml
: Updated package version to0.5.2
.mithril-client-wasm/www-test/package.json
: Updated package version to0.2.5
.mithril-client-wasm/www/package.json
: Updated package version to0.2.5
.mithril-client/Cargo.toml
: Updated package version to0.9.2
.mithril-common/Cargo.toml
: Updated package version to0.4.68
.Dependency Updates:
demo/protocol-demo/Cargo.toml
: Updatedclap
to4.5.20
andserde
to1.0.210
.examples/client-cardano-stake-distribution/Cargo.toml
: Updatedanyhow
to1.0.89
andclap
to4.5.20
.examples/client-cardano-transaction/Cargo.toml
: Updatedanyhow
to1.0.89
andclap
to4.5.20
.examples/client-mithril-stake-distribution/Cargo.toml
: Updatedanyhow
to1.0.89
andclap
to4.5.20
.examples/client-snapshot/Cargo.toml
: Updatedanyhow
to1.0.89
,async-trait
to0.1.83
,clap
to4.5.20
, andfutures
to0.3.31
.internal/mithril-doc-derive/Cargo.toml
: Updatedsyn
to2.0.79
.internal/mithril-doc/Cargo.toml
: Updatedclap
to4.5.20
andregex
to1.11.0
.internal/mithril-persistence/Cargo.toml
: Updatedanyhow
to1.0.89
,async-trait
to0.1.83
,serde
to1.0.210
, andthiserror
to1.0.64
.mithril-aggregator/Cargo.toml
: Updatedanyhow
to1.0.89
,async-trait
to0.1.83
,clap
to4.5.20
,flate2
to1.0.34
,reqwest
to0.12.8
,serde
to1.0.210
,tar
to0.4.42
,thiserror
to1.0.64
, andtempfile
to3.13.0
[1] [2] [3].mithril-client-cli/Cargo.toml
: Updatedanyhow
to1.0.89
,async-trait
to0.1.83
,clap
to4.5.20
,futures
to0.3.31
,serde
to1.0.210
, andthiserror
to1.0.64
[1] [2].mithril-client-wasm/Cargo.toml
: Updatedasync-trait
to0.1.83
,futures
to0.3.31
,serde
to1.0.210
,wasm-bindgen
to0.2.95
,wasm-bindgen-futures
to0.4.45
,web-sys
to0.3.72
, andwasm-bindgen-test
to0.3.45
.mithril-client/Cargo.toml
: Updatedanyhow
to1.0.89
,async-trait
to0.1.83
,flate2
to1.0.34
,futures
to0.3.31
,reqwest
to0.12.8
,serde
to1.0.210
,tar
to0.4.42
, andthiserror
to1.0.64
[1] [2].mithril-common/Cargo.toml
: Updatedanyhow
to1.0.89
andasync-trait
to0.1.83
.Pre-submit checklist
Issue(s)
Relates to #1943