-
Notifications
You must be signed in to change notification settings - Fork 98
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(dep-bump): libp2p #2326
base: dev
Are you sure you want to change the base?
chore(dep-bump): libp2p #2326
Conversation
Signed-off-by: onur-ozkan <[email protected]>
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.
Thanks. The iOS Flutter linking issues are fixed.
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.
Only one nit!
[[package]] | ||
name = "windows-sys" | ||
version = "0.52.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" | ||
dependencies = [ | ||
"windows-targets 0.52.6", | ||
] | ||
|
||
[[package]] | ||
name = "windows-sys" | ||
version = "0.59.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" | ||
dependencies = [ | ||
"windows-targets 0.52.6", | ||
] |
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's a bit strange that this update adds 2 different versions for windows-sys
, I am just curious of the reason for this.
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.
P.S. I will try to fix this manually as the below dep and another is the reason
komodo-defi-framework/Cargo.lock
Lines 5763 to 5774 in 6a8e224
[[package]] | |
name = "rustix" | |
version = "0.38.28" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" | |
dependencies = [ | |
"bitflags 2.8.0", | |
"errno 0.3.10", | |
"libc", | |
"linux-raw-sys 0.4.15", | |
"windows-sys 0.52.0", | |
] |
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's a bit strange that this update adds 2 different versions for windows-sys, I am just curious of the reason for this.
I assume the bump adds 2 different dependencies which relies on same dependency but on different versions.
Bumps libp2p from
k-0.52.11
tok-0.52.12
to fix build problems on IOS platform.