Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 29 additions & 30 deletions Cargo.lock

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure all these changes are needed

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i mean bumping all these packages versions

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing hand-edited - the lock is byte-for-byte what cargo generates (checked by re-resolving from the base lock).
Only three real changes: petgraph 0.5.1 → the 0.8.3 entry already in the lock, fixedbitset 0.2.0 dropped (only 0.5.1 used it), lcov + thiserror added.

The rand/itertools lines aren't upgrades - both versions were already present, cargo just re-pointed which one other crates use after petgraph 0.5.1 left the graph.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 59 additions & 12 deletions external-crates/move/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion external-crates/move/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ insta = "1.42.0"
internment = { version = "0.5.0", features = ["arc"] }
itertools = "0.10.0"
json_comments = "0.2.2"
lcov = "0.8.1"
leb128 = "0.2.5"
libfuzzer-sys = "0.4"
log = { version = "0.4.14", features = ["serde"] }
Expand All @@ -71,7 +72,7 @@ ouroboros = "0.17.2"
packed_struct = "0.10.1"
parking_lot = "0.11.1"
paste = "1.0.5"
petgraph = "0.5.1"
petgraph = "0.8.1"
phf = { version = "0.11", features = ["macros"] }
plotters = { version = "0.3.0", default-features = false, features = ["evcxr", "line_series", "histogram"] }
pretty = "0.10.0"
Expand Down
1 change: 1 addition & 0 deletions external-crates/move/crates/move-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ move-ir-types.workspace = true
move-model-2.workspace = true
move-package.workspace = true
move-stdlib-natives.workspace = true
move-trace-format.workspace = true
move-unit-test.workspace = true
move-vm-profiler.workspace = true
move-vm-runtime.workspace = true
Expand Down
Loading
Loading