Skip to content
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: upgrade dependencies #590

Merged
merged 1 commit into from
May 15, 2024

Conversation

PsypherPunk
Copy link
Collaborator

A few direct dependencies have been updated; for the sake of avoiding a larger, future update, move to the latest versions of direct dependencies:

  • update rand usage to use Range types.
  • update cidr_utils to reflect underlying cidr crate.

@PsypherPunk
Copy link
Collaborator Author

I was looking at this as a precursor for fixing the atty dependency which Dependabot has flagged. However, I've seen that #589 has been raised which covers this and more; happy to close this, depending on the outcome of that one.

@Vrtgs
Copy link

Vrtgs commented May 14, 2024

slight comment on this pull request, if mine doesn't go through make sure to change the gen_range to an exclusive range, because as pointed to by the 0.7.3 docs, gen_range used to use an exclusive range, and so so should we in the newer version

- move to the latest versions of direct dependencies.
  - update `rand` usage to use `Range` types.
  - update `cidr_utils` to reflect underlying `cidr` crate.
@bee-san bee-san merged commit 457c164 into RustScan:master May 15, 2024
10 checks passed
@bee-san
Copy link
Member

bee-san commented May 15, 2024

thank you!

@PsypherPunk PsypherPunk deleted the update-dependencies branch May 15, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants