bump version for ipnetwork in pnet_datalink#567
Conversation
|
I had just completed an issue describing this, and found your pull request moments before I posted it. I would also like to see this fixed. For future reference: This seems to have been introduced in pull request #552 and be analogue to the issue #494 (which was caused by a similar automatic pull request – #483). |
|
Despite the fact that this PR will fix this issue, I think the best way to not have this type of errors is to setup dependabot for others subprojects of libpnet |
|
On Wed, May 25, 2022 at 08:41:29AM -0700, matteyeux wrote:
I think the best way to not have this type of errors is to setup dependabot for others subprojects of libpnet
What do you need to achieve that?
|
I have no previous experience of dependabot and I haven't tested this solution, but isn't it as easy as adding one (or more) configuration list item(s) to |
|
@stappersg If dependabot was setup to bump the version of subprojects dependencies, this PR would not be needed because dependabot could have also updated ipnetwork in pnet_datalink. I could have been done in for both projects in #552 |
|
Thanks! |
Hey,
small PR to bump the version of
ipnetworkinpnet_datalink. Since 0.30.0 I have a build error my code :Using the snippet below :
It seems like bumping ipnetwork version fixed it. I noticed it was done in the main
Cargo.tomlbut not the one inpnet_datalink.