-
Notifications
You must be signed in to change notification settings - Fork 51
Chore: update dependencies for distribution 2445
#2078
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
Merged
jpraynaud
merged 14 commits into
main
from
jpraynaud/2030-update-dependencies-distribution-2445
Nov 5, 2024
Merged
Chore: update dependencies for distribution 2445
#2078
jpraynaud
merged 14 commits into
main
from
jpraynaud/2030-update-dependencies-distribution-2445
Nov 5, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5e9b82b to
7900e70
Compare
7900e70 to
732efd5
Compare
Alenar
approved these changes
Nov 4, 2024
dlachaume
approved these changes
Nov 5, 2024
Collaborator
dlachaume
left a comment
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 👍
sfauvel
approved these changes
Nov 5, 2024
'pallas-codec' '0.31' is not compatible with other pallas crates '0.30'.
By running command 'cargo update -p [email protected] --precise 1.1.20'.
By running 'make upgrade' command.
By running 'npm audit fix'.
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.
732efd5 to
ed04a97
Compare
ed04a97 to
58219c4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Content
This PR upgrades the repository dependencies to their latest version in preparation of the distribution
2445by running the upgrade script from the runbook.Dependency updates:
Updated
serdeto version1.0.214andserde_jsonto version1.0.132indemo/protocol-demo/Cargo.toml,mithril-persistence/Cargo.toml,mithril-aggregator/Cargo.toml,mithril-client-cli/Cargo.toml, andmithril-client-wasm/Cargo.toml. [1] [2] [3] [4] [5]Updated
tokioto version1.41.0inexamples/client-cardano-stake-distribution/Cargo.toml,examples/client-cardano-transaction/Cargo.toml,examples/client-mithril-stake-distribution/Cargo.toml,examples/client-snapshot/Cargo.toml,mithril-aggregator/Cargo.toml,mithril-persistence/Cargo.toml, andmithril-client-cli/Cargo.toml. [1] [2] [3] [4] [5] [6] [7]Updated
anyhowto version1.0.92inmithril-aggregator/Cargo.toml,mithril-client-cli/Cargo.toml,mithril-client-wasm/Cargo.toml,mithril-metric/Cargo.toml, andmithril-persistence/Cargo.toml. [1] [2] [3] [4] [5]Version updates:
Cargo.tomlfiles across various projects to reflect new releases. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]Documentation and scripts:
Fixed a typo in
docs/devbook/upgrade-repository-dependencies/upgrade_dependencies.shand reordered commands for clarity.Updated dependencies in
docs/website/package.jsonto the latest versions.Pre-submit checklist
Issue(s)
Relates to #2030