unrelated dependency changed in Cargo.lock when updating another dependency #14115
Open
Description
Problem
This dependabot PR updates lz4
, but Cargo.lock for (one of the) opendal
is also updated. risingwavelabs/risingwave#17207
From cargo tree -i lz4
, they seem to be not related.
I thought it's dependabot's issue, but I can also reproduce this locally.
I also found that only modifying the Cargo.toml
will trigger this change, but not cargo update -p lz4
Steps
git clone https://github.com/risingwavelabs/risingwave
(HEAD as of the post isaf8f9a5815388c6d3147bebda77a1830a05f8c7e
)- modify
src/storage/Cargo.toml
lz4
1.24.0 -> 1.25.0
Possible Solution(s)
No response
Notes
No response
Version
❯ cargo version --verbose
cargo 1.78.0-nightly (a4c63fe53 2024-03-06)
release: 1.78.0-nightly
commit-hash: a4c63fe5388beaa09e5f91196c86addab0a03580
commit-date: 2024-03-06
host: aarch64-apple-darwin
libgit2: 1.7.2 (sys:0.18.2 vendored)
libcurl: 8.4.0 (sys:0.4.72+curl-8.6.0 system ssl:(SecureTransport) LibreSSL/3.3.6)
ssl: OpenSSL 1.1.1w 11 Sep 2023
os: Mac OS 14.4.1 [64-bit]
Activity